Skip to content

Commit a676dd4

Browse files
committed
Merge branch 'main' into test-rsc-add-starter-extra
2 parents 5fd33a1 + 152e549 commit a676dd4

6 files changed

Lines changed: 139 additions & 204 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@eslint/js": "^9.39.4",
3434
"@types/fs-extra": "^11.0.4",
3535
"@types/node": "^24.12.2",
36-
"@vitejs/release-scripts": "^1.6.0",
36+
"@vitejs/release-scripts": "^1.7.0",
3737
"eslint": "^9.39.4",
3838
"eslint-plugin-import-x": "^4.16.2",
3939
"eslint-plugin-n": "^17.24.0",
@@ -71,5 +71,5 @@
7171
"engines": {
7272
"node": "^20.19.0 || >=22.12.0"
7373
},
74-
"packageManager": "pnpm@10.33.1"
74+
"packageManager": "pnpm@10.33.2"
7575
}

packages/plugin-rsc/examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"rsc-html-stream": "^0.0.7",
3333
"tailwindcss": "^4.2.4",
3434
"vite": "^8.0.10",
35-
"wrangler": "^4.84.1"
35+
"wrangler": "^4.85.0"
3636
},
3737
"stackblitz": {
3838
"installDependencies": false,

packages/plugin-rsc/examples/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-router": "7.14.2"
1919
},
2020
"devDependencies": {
21-
"@cloudflare/vite-plugin": "^1.33.1",
21+
"@cloudflare/vite-plugin": "^1.33.2",
2222
"@tailwindcss/typography": "^0.5.19",
2323
"@tailwindcss/vite": "^4.2.4",
2424
"@types/react": "^19.2.14",
@@ -27,6 +27,6 @@
2727
"@vitejs/plugin-rsc": "latest",
2828
"tailwindcss": "^4.2.4",
2929
"vite": "^8.0.10",
30-
"wrangler": "^4.84.1"
30+
"wrangler": "^4.85.0"
3131
}
3232
}

packages/plugin-rsc/examples/starter-extra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"react-dom": "^19.2.5"
1919
},
2020
"devDependencies": {
21-
"@cloudflare/vite-plugin": "^1.33.1",
21+
"@cloudflare/vite-plugin": "^1.33.2",
2222
"@types/react": "^19.2.14",
2323
"@types/react-dom": "^19.2.3",
2424
"@vitejs/plugin-react": "latest",
2525
"@vitejs/plugin-rsc": "latest",
2626
"rsc-html-stream": "^0.0.7",
2727
"vite": "^8.0.10",
28-
"wrangler": "^4.84.1"
28+
"wrangler": "^4.85.0"
2929
}
3030
}

packages/plugin-rsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@rolldown/pluginutils": "1.0.0-rc.17",
43-
"es-module-lexer": "^2.0.0",
43+
"es-module-lexer": "^2.1.0",
4444
"estree-walker": "^3.0.3",
4545
"magic-string": "^0.30.21",
4646
"srvx": "^0.11.15",

0 commit comments

Comments
 (0)