Skip to content

Commit 46945d2

Browse files
Bump react-i18next from 15.6.0 to 16.3.3 in /js
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.6.0 to 16.3.3. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v15.6.0...v16.3.3) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.3.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea76b20 commit 46945d2

File tree

4 files changed

+190
-182
lines changed

4 files changed

+190
-182
lines changed

js/apps/account-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"react": "^18.3.1",
3838
"react-dom": "^18.3.1",
3939
"react-hook-form": "^7.60.0",
40-
"react-i18next": "^15.6.0",
40+
"react-i18next": "^16.3.3",
4141
"react-router-dom": "^6.30.1"
4242
},
4343
"devDependencies": {

js/apps/admin-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"react": "^18.3.1",
101101
"react-dom": "^18.3.1",
102102
"react-hook-form": "^7.60.0",
103-
"react-i18next": "^15.6.0",
103+
"react-i18next": "^16.3.3",
104104
"react-router-dom": "^6.30.1",
105105
"reactflow": "^11.11.4",
106106
"use-react-router-breadcrumbs": "^4.0.1"

js/libs/ui-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"react": "^18.3.1",
5555
"react-dom": "^18.3.1",
5656
"react-hook-form": "7.60.0",
57-
"react-i18next": "^15.6.0"
57+
"react-i18next": "^16.3.3"
5858
},
5959
"devDependencies": {
6060
"@types/lodash-es": "^4.17.12",

0 commit comments

Comments
 (0)