Skip to content

Commit 0fedc4a

Browse files
fix(deps): update react monorepo
1 parent 2423568 commit 0fedc4a

File tree

5 files changed

+449
-447
lines changed

5 files changed

+449
-447
lines changed

apps/pbd/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@t3-oss/env-nextjs": "^0.13.8",
1919
"geist": "^1.5.1",
2020
"next": "^14.2.33",
21-
"react": "^18.3.1",
22-
"react-dom": "^18.3.1",
21+
"react": "^19.2.0",
22+
"react-dom": "^19.2.0",
2323
"zod": "^4.1.12"
2424
},
2525
"devDependencies": {
@@ -28,8 +28,8 @@
2828
"@pbn/tailwind-config": "workspace:*",
2929
"@pbn/tsconfig": "workspace:*",
3030
"@types/node": "^22.18.12",
31-
"@types/react": "^18.3.26",
32-
"@types/react-dom": "^18.3.7",
31+
"@types/react": "^19.2.2",
32+
"@types/react-dom": "^19.2.2",
3333
"dotenv-cli": "^10.0.0",
3434
"eslint": "^9.38.0",
3535
"jiti": "^2.6.1",

apps/web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"geist": "^1.5.1",
2525
"lodash": "^4.17.21",
2626
"next": "^14.2.33",
27-
"react": "^18.3.1",
28-
"react-dom": "^18.3.1",
27+
"react": "^19.2.0",
28+
"react-dom": "^19.2.0",
2929
"react-hotkeys-hook": "^4.6.2",
3030
"three": "^0.180.0",
3131
"three-globe": "^2.44.1",
@@ -38,8 +38,8 @@
3838
"@pbn/tsconfig": "workspace:*",
3939
"@types/lodash": "^4.17.20",
4040
"@types/node": "^22.18.12",
41-
"@types/react": "^18.3.26",
42-
"@types/react-dom": "^18.3.7",
41+
"@types/react": "^19.2.2",
42+
"@types/react-dom": "^19.2.2",
4343
"dotenv-cli": "^10.0.0",
4444
"eslint": "^9.38.0",
4545
"jiti": "^2.6.1",

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"@pbn/tailwind-config": "workspace:*",
4040
"@pbn/tsconfig": "workspace:*",
4141
"@types/node": "^22.18.12",
42-
"@types/react": "^18.3.26",
42+
"@types/react": "^19.2.2",
4343
"eslint": "^9.38.0",
4444
"prettier": "^3.6.2",
45-
"react": "^18.3.1",
45+
"react": "^19.2.0",
4646
"tailwindcss": "^3.4.18",
4747
"typescript": "^5.9.3"
4848
},
4949
"peerDependencies": {
50-
"react": "18.3.1"
50+
"react": "19.2.0"
5151
},
5252
"prettier": "@pbn/prettier-config"
5353
}

0 commit comments

Comments
 (0)