fix(deps): update dependency react-i18next to v11.10.0

This commit is contained in:
Renovate Bot
2021-05-28 11:06:47 +00:00
committed by renovate[bot]
parent 634547c233
commit f3c6fb1fd9
2 changed files with 15 additions and 5 deletions

View File

@ -14638,12 +14638,22 @@
} }
}, },
"react-i18next": { "react-i18next": {
"version": "11.9.0", "version": "11.10.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.9.0.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.10.0.tgz",
"integrity": "sha512-Yrvldj3gB0z5AMaJw5O1HojTUTjSZFkvQg4ycW4voNSmf/Is/jvHoNoUD0r1qc5lNtiKuMoJPOiiim5vovgbng==", "integrity": "sha512-Vn0Xw2MczBZHKciWdayx4J+P3S9Im2FWIzUPV2O7iUVFqIOhMv6o9mVTJN1gEi/MA2FZzorjvaEijglCMeehZQ==",
"requires": { "requires": {
"@babel/runtime": "^7.13.6", "@babel/runtime": "^7.14.0",
"html-parse-stringify": "^3.0.1" "html-parse-stringify": "^3.0.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
"integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
} }
}, },
"react-instantsearch-core": { "react-instantsearch-core": {

View File

@ -95,7 +95,7 @@
"react-ga": "3.3.0", "react-ga": "3.3.0",
"react-helmet": "6.1.0", "react-helmet": "6.1.0",
"react-hotkeys": "2.0.0", "react-hotkeys": "2.0.0",
"react-i18next": "11.9.0", "react-i18next": "11.10.0",
"react-instantsearch-dom": "6.11.0", "react-instantsearch-dom": "6.11.0",
"react-lazy-load": "3.1.13", "react-lazy-load": "3.1.13",
"react-monaco-editor": "0.43.0", "react-monaco-editor": "0.43.0",