Skip to content

Commit 2275e27

Browse files
authored
[next] apply react2shell fix (#182)
1 parent 0028584 commit 2275e27

File tree

3 files changed

+550
-248
lines changed

3 files changed

+550
-248
lines changed

apps/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/ts-plugin": "^1.10.4",
1515
"@vercel/analytics": "workspace:*",
16-
"astro": "latest"
16+
"astro": "5.16.4"
1717
},
1818
"devDependencies": {
1919
"@astrojs/check": "^0.5.4",

apps/nextjs-15/package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,15 @@
1010
},
1111
"dependencies": {
1212
"@vercel/analytics": "workspace:^",
13-
"next": "15.0.1",
14-
"react": "19.0.0-rc-69d4b800-20241021",
15-
"react-dom": "19.0.0-rc-69d4b800-20241021"
13+
"next": "15.1.9",
14+
"react": "19.2.1",
15+
"react-dom": "19.2.1"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^20",
1919
"@types/react": "npm:types-react@19.0.0-rc.1",
2020
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
2121
"eslint-config-next": "15.0.1",
2222
"typescript": "^5"
23-
},
24-
"pnpm": {
25-
"overrides": {
26-
"@types/react": "npm:types-react@19.0.0-rc.1",
27-
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
28-
}
2923
}
3024
}

0 commit comments

Comments
 (0)