Skip to content

Commit 05d92c6

Browse files
authored
chore: fix react-i18next version (#4896)
1 parent 1205a09 commit 05d92c6

File tree

6 files changed

+23
-71
lines changed

6 files changed

+23
-71
lines changed

apps/default-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
2626
"react-google-charts": "^4.0.0",
27-
"react-i18next": "^15.4.0",
27+
"react-i18next": "15.7.1",
2828
"react-router-dom": "^6.9.0"
2929
},
3030
"devDependencies": {

package-lock.json

Lines changed: 18 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app-shell-navigation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"i18next": "^24.2.2",
3636
"i18next-browser-languagedetector": "^8.0.3",
3737
"react-error-boundary": "^4.0.10",
38-
"react-i18next": "^15.4.0",
38+
"react-i18next": "15.7.1",
3939
"vite": "^7.1.1"
4040
},
4141
"files": [

packages/app-shell-shared/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"devDependencies": {
3232
"@types/react": "^18.0.28",
3333
"i18next": "^24.2.2",
34+
"react-i18next": "15.7.1",
3435
"vite": "^7.1.1"
3536
},
3637
"files": [

packages/app-shell-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"i18next-browser-languagedetector": "^8.0.3",
3737
"react-error-boundary": "^4.0.10",
3838
"react-helmet-async": "^2.0.1",
39-
"react-i18next": "^15.4.0",
39+
"react-i18next": "15.7.1",
4040
"uid": "^2.0.2"
4141
},
4242
"peerDependencies": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"i18next": "^24.2.2",
4747
"i18next-browser-languagedetector": "^8.0.3",
4848
"i18next-http-backend": "^3.0.2",
49-
"react-i18next": "^15.4.0",
49+
"react-i18next": "15.7.1",
5050
"react-router-dom": "^6.29.0",
5151
"vite-tsconfig-paths": "^5.1.0"
5252
},

0 commit comments

Comments
 (0)