Skip to content

Commit 34981ba

Browse files
authored
update react version (#183)
* fix tests
1 parent c6142ef commit 34981ba

File tree

10 files changed

+1062
-487
lines changed

10 files changed

+1062
-487
lines changed

cloudflare/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
},
1313
"dependencies": {
1414
"isbot": "^5.1.31",
15-
"react": "^19.1.1",
16-
"react-dom": "^19.1.1",
15+
"react": "^19.2.1",
16+
"react-dom": "^19.2.1",
1717
"react-router": "^7.10.0"
1818
},
1919
"devDependencies": {
2020
"@cloudflare/vite-plugin": "^1.13.7",
2121
"@react-router/dev": "^7.10.0",
2222
"@tailwindcss/vite": "^4.1.13",
2323
"@types/node": "^22",
24-
"@types/react": "^19.1.15",
25-
"@types/react-dom": "^19.1.9",
24+
"@types/react": "^19.2.7",
25+
"@types/react-dom": "^19.2.3",
2626
"tailwindcss": "^4.1.13",
2727
"typescript": "^5.9.2",
2828
"vite": "^7.1.7",

default/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"@react-router/node": "^7.9.2",
1212
"@react-router/serve": "^7.9.2",
1313
"isbot": "^5.1.31",
14-
"react": "^19.1.1",
15-
"react-dom": "^19.1.1",
14+
"react": "^19.2.1",
15+
"react-dom": "^19.2.1",
1616
"react-router": "^7.9.2"
1717
},
1818
"devDependencies": {
1919
"@react-router/dev": "^7.9.2",
2020
"@tailwindcss/vite": "^4.1.13",
2121
"@types/node": "^22",
22-
"@types/react": "^19.1.13",
23-
"@types/react-dom": "^19.1.9",
22+
"@types/react": "^19.2.7",
23+
"@types/react-dom": "^19.2.3",
2424
"tailwindcss": "^4.1.13",
2525
"typescript": "^5.9.2",
2626
"vite": "^7.1.7",

javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@react-router/node": "^7.9.2",
1111
"@react-router/serve": "^7.9.2",
1212
"isbot": "^5.1.31",
13-
"react": "^19.1.1",
14-
"react-dom": "^19.1.1",
13+
"react": "^19.2.1",
14+
"react-dom": "^19.2.1",
1515
"react-router": "^7.9.2"
1616
},
1717
"devDependencies": {

minimal/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"@react-router/node": "^7.9.2",
1212
"@react-router/serve": "^7.9.2",
1313
"isbot": "^5.1.31",
14-
"react": "^19.1.1",
15-
"react-dom": "^19.1.1",
14+
"react": "^19.2.1",
15+
"react-dom": "^19.2.1",
1616
"react-router": "^7.9.2"
1717
},
1818
"devDependencies": {
1919
"@react-router/dev": "^7.9.2",
2020
"@tailwindcss/vite": "^4.1.13",
2121
"@types/node": "^22",
22-
"@types/react": "^19.1.13",
23-
"@types/react-dom": "^19.1.9",
22+
"@types/react": "^19.2.7",
23+
"@types/react-dom": "^19.2.3",
2424
"tailwindcss": "^4.1.13",
2525
"typescript": "^5.9.2",
2626
"vite": "^7.1.7",

node-custom-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"express": "^5.1.0",
1515
"isbot": "^5.1.31",
1616
"morgan": "^1.10.1",
17-
"react": "^19.1.1",
18-
"react-dom": "^19.1.1",
17+
"react": "^19.2.1",
18+
"react-dom": "^19.2.1",
1919
"react-router": "^7.9.2"
2020
},
2121
"devDependencies": {
@@ -26,8 +26,8 @@
2626
"@types/express-serve-static-core": "^5.0.7",
2727
"@types/morgan": "^1.9.10",
2828
"@types/node": "^22",
29-
"@types/react": "^19.1.13",
30-
"@types/react-dom": "^19.1.9",
29+
"@types/react": "^19.2.7",
30+
"@types/react-dom": "^19.2.3",
3131
"cross-env": "^10.0.0",
3232
"tailwindcss": "^4.1.13",
3333
"typescript": "^5.9.2",

node-postgres/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"isbot": "^5.1.27",
1919
"morgan": "^1.10.0",
2020
"postgres": "^3.4.5",
21-
"react": "^19.1.0",
22-
"react-dom": "^19.1.0",
21+
"react": "^19.2.1",
22+
"react-dom": "^19.2.1",
2323
"react-router": "^7.7.1"
2424
},
2525
"devDependencies": {
@@ -31,8 +31,8 @@
3131
"@types/morgan": "^1.9.9",
3232
"@types/node": "^20",
3333
"@types/pg": "^8.11.14",
34-
"@types/react": "^19.1.2",
35-
"@types/react-dom": "^19.1.2",
34+
"@types/react": "^19.2.7",
35+
"@types/react-dom": "^19.2.3",
3636
"dotenv-cli": "^8.0.0",
3737
"drizzle-kit": "~0.28.1",
3838
"tailwindcss": "^4.1.4",

pnpm-lock.yaml

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

unstable_rsc-data-mode-parcel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"compression": "^1.8.0",
3131
"cross-env": "^7.0.3",
3232
"express": "^5.1.0",
33-
"react": "19.2.1",
34-
"react-dom": "19.2.1",
33+
"react": "^19.2.1",
34+
"react-dom": "^19.2.1",
3535
"react-router": "7.9.2",
3636
"react-server-dom-parcel": "19.2.1"
3737
},
@@ -42,7 +42,7 @@
4242
"@types/express": "^5.0.3",
4343
"@types/node": "^24.0.3",
4444
"@types/react": "^19.2.7",
45-
"@types/react-dom": "^19.2.7",
45+
"@types/react-dom": "^19.2.3",
4646
"parcel": "^2.15.4",
4747
"postcss": "^8.5.6",
4848
"tailwindcss": "^4.1.10",

unstable_rsc-data-mode-vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"compression": "^1.8.0",
1313
"cross-env": "^7.0.3",
1414
"express": "^5.1.0",
15-
"react": "19.2.1",
16-
"react-dom": "19.2.1",
15+
"react": "^19.2.1",
16+
"react-dom": "^19.2.1",
1717
"react-router": "7.9.2"
1818
},
1919
"devDependencies": {
@@ -23,9 +23,9 @@
2323
"@types/express": "^5.0.3",
2424
"@types/node": "^24.0.3",
2525
"@types/react": "^19.2.7",
26-
"@types/react-dom": "^19.2.7",
26+
"@types/react-dom": "^19.2.3",
2727
"@vitejs/plugin-react": "^4.5.2",
28-
"@vitejs/plugin-rsc": "0.5.3",
28+
"@vitejs/plugin-rsc": "0.5.4",
2929
"tailwindcss": "^4.1.10",
3030
"typescript": "^5.8.3",
3131
"vite": "^6.3.5",

unstable_rsc-framework-mode/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@tailwindcss/vite": "4.1.13",
1414
"@types/node": "24.5.2",
1515
"@types/react": "^19.2.7",
16-
"@types/react-dom": "^19.2.7",
17-
"@vitejs/plugin-rsc": "0.5.3",
16+
"@types/react-dom": "^19.2.3",
17+
"@vitejs/plugin-rsc": "0.5.4",
1818
"tailwindcss": "4.1.13",
1919
"typescript": "5.9.2",
2020
"vite": "7.1.6",
@@ -24,8 +24,8 @@
2424
"dependencies": {
2525
"@react-router/serve": "7.9.2",
2626
"@remix-run/node-fetch-server": "0.9.0",
27-
"react": "19.2.1",
28-
"react-dom": "19.2.1",
27+
"react": "^19.2.1",
28+
"react-dom": "^19.2.1",
2929
"react-router": "7.9.2"
3030
}
3131
}

0 commit comments

Comments
 (0)