Skip to content

Commit dda2792

Browse files
fix(deps): update react
1 parent a38aa15 commit dda2792

6 files changed

Lines changed: 391 additions & 396 deletions

File tree

apps/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@repo/i18n": "workspace:*",
1717
"@repo/ui": "workspace:^",
1818
"i18next": "^25.2.1",
19-
"react-i18next": "^15.5.2",
19+
"react-i18next": "^17.0.0",
2020
"@tauri-apps/api": "^2.10.1",
2121
"@tauri-apps/plugin-dialog": "^2.6.0",
2222
"@tauri-apps/plugin-opener": "^2.5.3",

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@repo/i18n": "workspace:*",
1717
"@repo/ui": "workspace:*",
1818
"i18next": "^25.2.1",
19-
"react-i18next": "^15.5.2",
19+
"react-i18next": "^17.0.0",
2020
"axios": "^1.13.5",
2121
"lucide-react": "^0.562.0",
2222
"next": "^16.1.6",
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@repo/typescript-config": "workspace:*",
2929
"@types/node": "^20.19.33",
30-
"@types/react": "19.2.10",
30+
"@types/react": "19.2.14",
3131
"@types/react-dom": "19.2.3",
3232
"jsdom": "^28.1.0",
3333
"postcss": "^8.5.6",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@babel/helpers@<7.26.10": ">=7.26.10",
4040
"@babel/runtime-corejs3@<7.26.10": ">=7.26.10",
4141
"@trpc/server@>=11.0.0 <11.8.0": ">=11.8.0",
42-
"@types/react": "^18.3.28",
43-
"@types/react-dom": "^18.3.7",
42+
"@types/react": "^19.0.0",
43+
"@types/react-dom": "^19.0.0",
4444
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
4545
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
4646
"esbuild@<=0.24.2": ">=0.25.0",

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"i18next": "^25.2.1",
12-
"react-i18next": "^15.5.2"
12+
"react-i18next": "^17.0.0"
1313
},
1414
"devDependencies": {
1515
"@repo/typescript-config": "workspace:*",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@testing-library/user-event": "^14.6.1",
2929
"@turbo/gen": "^2.8.10",
3030
"@types/node": "^20.19.33",
31-
"@types/react": "19.2.10",
31+
"@types/react": "19.2.14",
3232
"@types/react-dom": "19.2.3",
3333
"jsdom": "^28.1.0",
3434
"typescript": "5.9.3",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@repo/i18n": "workspace:*",
3939
"i18next": "^25.2.1",
40-
"react-i18next": "^15.5.2",
40+
"react-i18next": "^17.0.0",
4141
"@dnd-kit/core": "^6.3.1",
4242
"@radix-ui/react-context-menu": "^2.2.16",
4343
"@radix-ui/react-dialog": "^1.1.15",

0 commit comments

Comments
 (0)