Updated i18next

This commit is contained in:
vjrj 2018-03-03 11:38:09 +01:00
parent 83f5048ff8
commit 337931b6c2
2 changed files with 17 additions and 19 deletions

30
package-lock.json generated
View file

@ -4903,6 +4903,11 @@
"resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz",
"integrity": "sha512-v0XCLxICi9nPfYrS9RL8HbYnXi9obYAeLbSP00BmnZwCK9+Ih9WOjoZ8YoHCoav2csqn4FOz4Orldsy2dmDwmQ=="
},
"hoist-non-react-statics": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz",
"integrity": "sha1-ND24TGAYxlB3iJgkATWhQg7iLOA="
},
"home-or-tmp": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
@ -4990,9 +4995,9 @@
}
},
"i18next": {
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-10.2.1.tgz",
"integrity": "sha512-7h/ILxepsAjQCMabPvevDZcn+Nxc4/5v52NkMtrzgVOe14BGlGQDs2ygRPki+45VFmRsz2e/In6veRIKQEBGkQ=="
"version": "10.5.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-10.5.0.tgz",
"integrity": "sha512-soHpHN/J8fpkt6z3mEsvO5Uf4huBLk1gYpwK7GwRJOBCJz6Zq4LgMjJ5pr8Lz0+lVwyzKW3zun7+C4pS4LZJ6Q=="
},
"i18next-browser-languagedetector": {
"version": "2.1.0",
@ -5049,9 +5054,9 @@
}
},
"i18next-xhr-backend": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/i18next-xhr-backend/-/i18next-xhr-backend-1.5.0.tgz",
"integrity": "sha1-/uSugDh5uCS++GWnfW62FkqNYfE="
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/i18next-xhr-backend/-/i18next-xhr-backend-1.5.1.tgz",
"integrity": "sha512-9OLdC/9YxDvTFcgsH5t2BHCODHEotHCa6h7Ly0EUlUC7Y2GS09UeoHOGj3gWKQ3HCqXz8NlH4gOrK3NNc9vPuw=="
},
"iconv-lite": {
"version": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.17.tgz",
@ -10333,20 +10338,13 @@
}
},
"react-i18next": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-7.1.1.tgz",
"integrity": "sha1-T7XLTvf3rU/HfMKY6Sln0H1t7nU=",
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-7.4.0.tgz",
"integrity": "sha1-B6M25J/I8lmdCBNtcxNOPcSDC0k=",
"requires": {
"hoist-non-react-statics": "2.3.1",
"html-parse-stringify2": "2.0.1",
"prop-types": "15.6.0"
},
"dependencies": {
"hoist-non-react-statics": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz",
"integrity": "sha1-ND24TGAYxlB3iJgkATWhQg7iLOA="
}
}
},
"react-leaflet": {

View file

@ -22,11 +22,11 @@
"handlebars": "^4.0.11",
"history": "^4.7.2",
"html5-device-mockups": "^3.2.0",
"i18next": "^10.0.7",
"i18next": "^10.5.0",
"i18next-browser-languagedetector": "^2.1.0",
"i18next-localstorage-cache": "^1.1.1",
"i18next-sync-fs-backend": "^1.0.0",
"i18next-xhr-backend": "^1.5.0",
"i18next-xhr-backend": "^1.5.1",
"immutability-helper": "^2.5.1",
"indexof": "0.0.1",
"iron": "^5.0.4",
@ -60,7 +60,7 @@
"react-confirm": "^0.1.16",
"react-dom": "^16.0.0",
"react-helmet": "^5.2.0",
"react-i18next": "^7.1.1",
"react-i18next": "^7.4.0",
"react-leaflet": "^1.8.0",
"react-leaflet-control": "^1.4.0",
"react-leaflet-fullscreen": "0.0.6",