Skip to content

Commit 4fdd185

Browse files
fix(deps): update react monorepo
1 parent 68a1302 commit 4fdd185

File tree

3 files changed

+488
-399
lines changed

3 files changed

+488
-399
lines changed

apps/desktop/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@setaday/icon": "workspace:*",
1414
"@setaday/ui": "workspace:*",
1515
"next": "15.0.0-rc.0",
16-
"react": "19.0.0-rc-f994737d14-20240522",
17-
"react-dom": "19.0.0-rc-f994737d14-20240522"
16+
"react": "19.0.0",
17+
"react-dom": "19.0.0"
1818
},
1919
"devDependencies": {
2020
"@setaday/typescript-config": "workspace:*",

apps/mobile/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@setaday/icon": "workspace:*",
1414
"@setaday/ui": "workspace:*",
1515
"next": "15.0.0-rc.0",
16-
"react": "19.0.0-rc-f994737d14-20240522",
17-
"react-dom": "19.0.0-rc-f994737d14-20240522"
16+
"react": "19.0.0",
17+
"react-dom": "19.0.0"
1818
},
1919
"devDependencies": {
2020
"@setaday/typescript-config": "workspace:*",

0 commit comments

Comments
 (0)