chore(deps): update react-i18next from 4.8.0 to 7.13.0

None of the breaking changes seemed to affect current
usage of react-i18next and light testing of features
and language switching did not produce issues.

This update is a pre-requisite for removing deprecated react
lifecycle methods, as older versions of react-i18next
have a higher order component that uses the deprecated
componentWillMount, and that issue has been fixed since 7.8.0.
This commit is contained in:
Leonard Kim 2018-10-28 16:51:31 -07:00 committed by Saúl Ibarra Corretgé
parent 00cd82d976
commit 5ccc397e47
2 changed files with 23 additions and 8 deletions

29
package-lock.json generated
View File

@ -7460,9 +7460,9 @@
"dev": true "dev": true
}, },
"hoist-non-react-statics": { "hoist-non-react-statics": {
"version": "1.2.0", "version": "2.5.5",
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz", "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz",
"integrity": "sha1-qkSM8JhtVcxAdzsXF0t90GbLfPs=" "integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw=="
}, },
"home-or-tmp": { "home-or-tmp": {
"version": "2.0.0", "version": "2.0.0",
@ -7534,6 +7534,14 @@
"integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=", "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=",
"dev": true "dev": true
}, },
"html-parse-stringify2": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/html-parse-stringify2/-/html-parse-stringify2-2.0.1.tgz",
"integrity": "sha1-3FZwtyksoVi3vJFsmmc1rIhyg0o=",
"requires": {
"void-elements": "^2.0.1"
}
},
"htmlparser2": { "htmlparser2": {
"version": "3.8.3", "version": "3.8.3",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
@ -11547,11 +11555,13 @@
} }
}, },
"react-i18next": { "react-i18next": {
"version": "4.8.0", "version": "7.13.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-4.8.0.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-7.13.0.tgz",
"integrity": "sha1-kvDSgcXzmsjzw/OBVi1SPp2DAlQ=", "integrity": "sha512-35M+MZFPqHwVIas7tXWQKFrf+ozCJukNplUTiGqL8mczSk+VRBsHxxXuuQKRkz/4CcWkONGWbp/AzxfM6wZncg==",
"requires": { "requires": {
"hoist-non-react-statics": "1.2.0" "hoist-non-react-statics": "^2.3.1",
"html-parse-stringify2": "2.0.1",
"prop-types": "^15.6.0"
} }
}, },
"react-is": { "react-is": {
@ -15145,6 +15155,11 @@
"indexof": "0.0.1" "indexof": "0.0.1"
} }
}, },
"void-elements": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz",
"integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w="
},
"walker": { "walker": {
"version": "1.0.7", "version": "1.0.7",
"resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz", "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",

View File

@ -60,7 +60,7 @@
"prop-types": "15.6.0", "prop-types": "15.6.0",
"react": "16.5.0", "react": "16.5.0",
"react-dom": "16.5.0", "react-dom": "16.5.0",
"react-i18next": "4.8.0", "react-i18next": "7.13.0",
"react-native": "0.57.1", "react-native": "0.57.1",
"react-native-background-timer": "2.0.0", "react-native-background-timer": "2.0.0",
"react-native-calendar-events": "github:wmcmahan/react-native-calendar-events#cb2731db6684a49b4343e09de7f9c2fcc68bcd9b", "react-native-calendar-events": "github:wmcmahan/react-native-calendar-events#cb2731db6684a49b4343e09de7f9c2fcc68bcd9b",