version update

This commit is contained in:
Rick van Lieshout 2018-05-30 14:21:31 +02:00
parent 9a67cb9779
commit d9393b8974
2 changed files with 28 additions and 44 deletions

66
package-lock.json generated
View File

@ -2191,16 +2191,6 @@
"sha.js": "^2.4.8"
}
},
"create-react-class": {
"version": "15.6.3",
"resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.3.tgz",
"integrity": "sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg==",
"requires": {
"fbjs": "^0.8.9",
"loose-envify": "^1.3.1",
"object-assign": "^4.1.1"
}
},
"cross-spawn": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
@ -3916,11 +3906,13 @@
},
"balanced-match": {
"version": "1.0.0",
"bundled": true
"bundled": true,
"optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@ -3933,15 +3925,18 @@
},
"code-point-at": {
"version": "1.1.0",
"bundled": true
"bundled": true,
"optional": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true
"bundled": true,
"optional": true
},
"core-util-is": {
"version": "1.0.2",
@ -4044,7 +4039,8 @@
},
"inherits": {
"version": "2.0.3",
"bundled": true
"bundled": true,
"optional": true
},
"ini": {
"version": "1.3.5",
@ -4054,6 +4050,7 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@ -4066,17 +4063,20 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "0.0.8",
"bundled": true
"bundled": true,
"optional": true
},
"minipass": {
"version": "2.2.4",
"bundled": true,
"optional": true,
"requires": {
"safe-buffer": "^5.1.1",
"yallist": "^3.0.0"
@ -4093,6 +4093,7 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
@ -4165,7 +4166,8 @@
},
"number-is-nan": {
"version": "1.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"object-assign": {
"version": "4.1.1",
@ -4175,6 +4177,7 @@
"once": {
"version": "1.4.0",
"bundled": true,
"optional": true,
"requires": {
"wrappy": "1"
}
@ -4280,6 +4283,7 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
"optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
@ -6208,11 +6212,6 @@
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.5.tgz",
"integrity": "sha512-aUnNwqMOXw3yvErjMPSQu6qIIzUmT1e5KcU1OZxRDU1g/am6mzBvcrmLAYwzmB59BHPrh5/tKaiF4OPhqRWESQ=="
},
"js-cookie": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.0.tgz",
"integrity": "sha1-Gywnmm7s44ChIWi5JIUmWzWx7/s="
},
"js-tokens": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
@ -8821,26 +8820,11 @@
}
},
"react-cookie-consent": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/react-cookie-consent/-/react-cookie-consent-1.0.8.tgz",
"integrity": "sha512-YH57WlpZTZU8+thGHL0FkUxaaf1iD4TJMYDiCyuuHgUm7cLAu/BOKWjgL/18J5zE87A02qNuctmEaj+KunjwzA==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/react-cookie-consent/-/react-cookie-consent-1.1.0.tgz",
"integrity": "sha512-/IaOGKeBMEgFbp6wS+5I7mvTjMgAUEvu1ShjiiJjk0wkmY9AJoZVvaaqo+oSLodAF4dxsYGNkY7LEJjxvUwNIg==",
"requires": {
"js-cookie": "^2.2.0",
"react": "^15.5.4"
},
"dependencies": {
"react": {
"version": "15.6.2",
"resolved": "https://registry.npmjs.org/react/-/react-15.6.2.tgz",
"integrity": "sha1-26BDSrQ5z+gvEI8PURZjkIF5qnI=",
"requires": {
"create-react-class": "^15.6.0",
"fbjs": "^0.8.9",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.0",
"prop-types": "^15.5.10"
}
}
"react": "^16.4.0"
}
},
"react-dev-utils": {

View File

@ -4,9 +4,9 @@
"private": true,
"homepage": "https://mastermindzh.github.io/react-cookie-consent",
"dependencies": {
"react": "^16.2.0",
"react-cookie-consent": "^1.0.5",
"react-dom": "^16.2.0",
"react": "^16.4.0",
"react-cookie-consent": "^1.1.0",
"react-dom": "^16.4.0",
"react-scripts": "1.1.4"
},
"scripts": {