Bump react-i18next from 12.2.0 to 12.2.2 in /js (#19904)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.2.0 to 12.2.2. - [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.2.0...v12.2.2) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fa75c5bc48
commit
56dae13411
3 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@
|
|||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-i18next": "^12.2.0",
|
||||
"react-i18next": "^12.2.2",
|
||||
"react-router-dom": "6.10.0",
|
||||
"ui-shared": "999.0.0-SNAPSHOT"
|
||||
},
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
"react-dropzone": "^14.2.3",
|
||||
"react-error-boundary": "^3.1.4",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-i18next": "^12.2.0",
|
||||
"react-i18next": "^12.2.2",
|
||||
"react-router-dom": "6.10.0",
|
||||
"reactflow": "^11.7.0",
|
||||
"ui-shared": "999.0.0-SNAPSHOT",
|
||||
|
|
10
js/package-lock.json
generated
10
js/package-lock.json
generated
|
@ -47,7 +47,7 @@
|
|||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-i18next": "^12.2.0",
|
||||
"react-i18next": "^12.2.2",
|
||||
"react-router-dom": "6.10.0",
|
||||
"ui-shared": "999.0.0-SNAPSHOT"
|
||||
},
|
||||
|
@ -81,7 +81,7 @@
|
|||
"react-dropzone": "^14.2.3",
|
||||
"react-error-boundary": "^3.1.4",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-i18next": "^12.2.0",
|
||||
"react-i18next": "^12.2.2",
|
||||
"react-router-dom": "6.10.0",
|
||||
"reactflow": "^11.7.0",
|
||||
"ui-shared": "999.0.0-SNAPSHOT",
|
||||
|
@ -8943,9 +8943,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-i18next": {
|
||||
"version": "12.2.0",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz",
|
||||
"integrity": "sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==",
|
||||
"version": "12.2.2",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.2.tgz",
|
||||
"integrity": "sha512-KBB6buBmVKXUWNxXHdnthp+38gPyBT46hJCAIQ8rX19NFL/m2ahte2KARfIDf2tMnSAL7wwck6eDOd/9zn6aFg==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"html-parse-stringify": "^3.0.1"
|
||||
|
|
Loading…
Reference in a new issue