Bump react-i18next from 12.1.5 to 12.2.0 (#4466)

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.1.5 to 12.2.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.1.5...v12.2.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-28 13:44:27 +01:00 committed by GitHub
parent eb74256e18
commit 4bff2ff912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.1",
"react-i18next": "^12.1.5",
"react-i18next": "^12.2.0",
"react-router-dom": "6.8.1",
"ui-shared": "999.0.0-dev"
},

View file

@ -80,7 +80,7 @@
"react-dropzone": "^14.2.3",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.1",
"react-i18next": "^12.1.5",
"react-i18next": "^12.2.0",
"react-router-dom": "6.8.1",
"reactflow": "^11.5.6",
"use-react-router-breadcrumbs": "^4.0.1"

10
package-lock.json generated
View file

@ -46,7 +46,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.1",
"react-i18next": "^12.1.5",
"react-i18next": "^12.2.0",
"react-router-dom": "6.8.1",
"ui-shared": "999.0.0-dev"
},
@ -78,7 +78,7 @@
"react-dropzone": "^14.2.3",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.1",
"react-i18next": "^12.1.5",
"react-i18next": "^12.2.0",
"react-router-dom": "6.8.1",
"reactflow": "^11.5.6",
"use-react-router-breadcrumbs": "^4.0.1"
@ -8764,9 +8764,9 @@
}
},
"node_modules/react-i18next": {
"version": "12.1.5",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.5.tgz",
"integrity": "sha512-7PQAv6DA0TcStG96fle+8RfTwxVbHVlZZJPoEszwUNvDuWpGldJmNWa3ZPesEsZQZGF6GkzwvEh6p57qpFD2gQ==",
"version": "12.2.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz",
"integrity": "sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==",
"dependencies": {
"@babel/runtime": "^7.20.6",
"html-parse-stringify": "^3.0.1"