mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-11 16:19:11 -06:00
Bump react-i18next from 12.0.0 to 12.1.0 in /client
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.0.0 to 12.1.0. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v12.0.0...v12.1.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
14
client/package-lock.json
generated
14
client/package-lock.json
generated
@@ -18,7 +18,7 @@
|
||||
"i18next-http-backend": "^2.0.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-i18next": "^12.0.0",
|
||||
"react-i18next": "^12.1.0",
|
||||
"sass": "^1.56.1",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-pwa": "^0.13.3"
|
||||
@@ -3862,9 +3862,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-i18next": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.0.0.tgz",
|
||||
"integrity": "sha512-/O7N6aIEAl1FaWZBNvhdIo9itvF/MO/nRKr9pYqRc9LhuC1u21SlfwpiYQqvaeNSEW3g3qUXLREOWMt+gxrWbg==",
|
||||
"version": "12.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.0.tgz",
|
||||
"integrity": "sha512-zYSWNCKklqulvXQFAo1TTZxI+DOflD8QQaGUIn58/FDJGiczCVf0X3g5zjY6h86+MLS3fpD5Dwziyi2DWmUD7Q==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.5",
|
||||
"html-parse-stringify": "^3.0.1"
|
||||
@@ -7325,9 +7325,9 @@
|
||||
}
|
||||
},
|
||||
"react-i18next": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.0.0.tgz",
|
||||
"integrity": "sha512-/O7N6aIEAl1FaWZBNvhdIo9itvF/MO/nRKr9pYqRc9LhuC1u21SlfwpiYQqvaeNSEW3g3qUXLREOWMt+gxrWbg==",
|
||||
"version": "12.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.0.tgz",
|
||||
"integrity": "sha512-zYSWNCKklqulvXQFAo1TTZxI+DOflD8QQaGUIn58/FDJGiczCVf0X3g5zjY6h86+MLS3fpD5Dwziyi2DWmUD7Q==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.14.5",
|
||||
"html-parse-stringify": "^3.0.1"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"i18next": "^22.0.8",
|
||||
"i18next-browser-languagedetector": "^7.0.1",
|
||||
"i18next-http-backend": "^2.0.2",
|
||||
"react-i18next": "^12.0.0",
|
||||
"react-i18next": "^12.1.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"sass": "^1.56.1",
|
||||
|
||||
Reference in New Issue
Block a user