updated to the latest version

This commit is contained in:
Rick van Lieshout 2019-01-06 11:12:30 +01:00
parent 88f773d318
commit 72743353a0
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -8811,12 +8811,11 @@
} }
}, },
"react-cookie-consent": { "react-cookie-consent": {
"version": "1.1.11", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/react-cookie-consent/-/react-cookie-consent-1.1.11.tgz", "resolved": "https://registry.npmjs.org/react-cookie-consent/-/react-cookie-consent-2.0.1.tgz",
"integrity": "sha512-eB7uz0x1Du9gqPY4RDZOzfXS4eUrE1SRL3RIOq0MKORE2JWjacdd8s/wwOuJ20IbAbLaKSu+OSCNbB/mvUEL1w==", "integrity": "sha512-c2sPPHBW409D6Iq89eueaq6JfqyBJLLjEtMT+RiAoHSCPHzilU8f+S52E6/83Dr2gtrk0fGkkVeqgktCQDmHng==",
"requires": { "requires": {
"js-cookie": "^2.2.0", "js-cookie": "^2.2.0"
"react": "^16.4.0"
} }
}, },
"react-dev-utils": { "react-dev-utils": {

View File

@ -5,7 +5,7 @@
"homepage": "https://mastermindzh.github.io/react-cookie-consent", "homepage": "https://mastermindzh.github.io/react-cookie-consent",
"dependencies": { "dependencies": {
"react": "^16.4.0", "react": "^16.4.0",
"react-cookie-consent": "^1.6.1", "react-cookie-consent": "^2.0.1",
"react-dom": "^16.4.0", "react-dom": "^16.4.0",
"react-scripts": "1.1.4" "react-scripts": "1.1.4"
}, },