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

This commit is contained in:
Renovate Bot
2021-06-15 07:05:57 +00:00
committed by Mrugesh Mohapatra
parent 8c6711e8b9
commit d8d6d20793
2 changed files with 8 additions and 8 deletions

View File

@ -18720,18 +18720,18 @@
}
},
"react-i18next": {
"version": "11.10.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.10.0.tgz",
"integrity": "sha512-Vn0Xw2MczBZHKciWdayx4J+P3S9Im2FWIzUPV2O7iUVFqIOhMv6o9mVTJN1gEi/MA2FZzorjvaEijglCMeehZQ==",
"version": "11.11.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.0.tgz",
"integrity": "sha512-p1jHmoyJgDFQmyubUEjrx6kCsr1izW/C8i9pOiJy+9lJqLYwNA8sElVplm0VAnop3kH68edT0/g3wB3UvAcRCQ==",
"requires": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.5",
"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==",
"version": "7.14.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz",
"integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View File

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