Skip to content

Commit 6f64445

Browse files
committed
Bump dependency versions for RSC templates
1 parent dc79b1a commit 6f64445

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

unstable_rsc-data-mode-parcel/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
"compression": "^1.8.0",
3131
"cross-env": "^7.0.3",
3232
"express": "^5.1.0",
33-
"react": "19.1.0",
34-
"react-dom": "19.1.0",
33+
"react": "19.2.1",
34+
"react-dom": "19.2.1",
3535
"react-router": "7.9.2",
36-
"react-server-dom-parcel": "19.1.0"
36+
"react-server-dom-parcel": "19.2.1"
3737
},
3838
"devDependencies": {
3939
"@tailwindcss/postcss": "^4.1.10",
4040
"@tailwindcss/typography": "0.5.16",
4141
"@types/compression": "^1.8.1",
4242
"@types/express": "^5.0.3",
4343
"@types/node": "^24.0.3",
44-
"@types/react": "^19.1.8",
45-
"@types/react-dom": "^19.1.6",
44+
"@types/react": "^19.2.7",
45+
"@types/react-dom": "^19.2.7",
4646
"parcel": "^2.15.4",
4747
"postcss": "^8.5.6",
4848
"tailwindcss": "^4.1.10",

unstable_rsc-data-mode-vite/package.json

Lines changed: 5 additions & 5 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.1.0",
16-
"react-dom": "19.1.0",
15+
"react": "19.2.1",
16+
"react-dom": "19.2.1",
1717
"react-router": "7.9.2"
1818
},
1919
"devDependencies": {
@@ -22,10 +22,10 @@
2222
"@types/compression": "^1.8.1",
2323
"@types/express": "^5.0.3",
2424
"@types/node": "^24.0.3",
25-
"@types/react": "^19.1.8",
26-
"@types/react-dom": "^19.1.6",
25+
"@types/react": "^19.2.7",
26+
"@types/react-dom": "^19.2.7",
2727
"@vitejs/plugin-react": "^4.5.2",
28-
"@vitejs/plugin-rsc": "^0.4.11",
28+
"@vitejs/plugin-rsc": "0.5.3",
2929
"tailwindcss": "^4.1.10",
3030
"typescript": "^5.8.3",
3131
"vite": "^6.3.5",

unstable_rsc-framework-mode/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@react-router/fs-routes": "7.9.2",
1313
"@tailwindcss/vite": "4.1.13",
1414
"@types/node": "24.5.2",
15-
"@types/react": "19.1.13",
16-
"@types/react-dom": "19.1.9",
17-
"@vitejs/plugin-rsc": "0.4.31",
15+
"@types/react": "^19.2.7",
16+
"@types/react-dom": "^19.2.7",
17+
"@vitejs/plugin-rsc": "0.5.3",
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.1.1",
28-
"react-dom": "19.1.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)