Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"packageManager": "pnpm@10.19.0",
"packageManager": "pnpm@10.20.0",
"homepage": "https://github.com/vitejs/vite-plugin-react/",
"keywords": [
"frontend",
Expand Down Expand Up @@ -33,23 +33,23 @@
"ci-publish": "node scripts/publishCI.ts"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@eslint/js": "^9.39.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.18.12",
"@types/node": "^22.19.0",
"@vitejs/release-scripts": "^1.6.0",
"eslint": "^9.38.0",
"eslint": "^9.39.1",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-regexp": "^2.10.0",
"fs-extra": "^11.3.2",
"globals": "^16.4.0",
"globals": "^16.5.0",
"lint-staged": "^16.2.6",
"picocolors": "^1.1.1",
"playwright-chromium": "^1.56.1",
"prettier": "^3.6.2",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"typescript-eslint": "^8.46.3",
"vite": "^7.1.10",
"vite-plugin-inspect": "^11.3.3",
"vitest": "^3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./refresh-runtime": "./refresh-runtime.js"
},
"dependencies": {
"@rolldown/pluginutils": "1.0.0-beta.45"
"@rolldown/pluginutils": "1.0.0-beta.46"
},
"peerDependencies": {
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-react-oxc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
},
"devDependencies": {
"@vitejs/react-common": "workspace:*",
"tsdown": "^0.15.10",
"tsdown": "^0.15.12",
"vite": "catalog:rolldown-vite"
},
"dependencies": {
"@rolldown/pluginutils": "1.0.0-beta.45"
"@rolldown/pluginutils": "1.0.0-beta.46"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-react-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme",
"dependencies": {
"@rolldown/pluginutils": "1.0.0-beta.45",
"@rolldown/pluginutils": "1.0.0-beta.46",
"@swc/core": "^1.13.5"
},
"peerDependencies": {
Expand All @@ -41,11 +41,11 @@
"devDependencies": {
"@playwright/test": "^1.56.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.18.12",
"@types/node": "^22.19.0",
"@vitejs/react-common": "workspace:*",
"fs-extra": "^11.3.2",
"prettier": "^3.0.3",
"tsdown": "^0.15.10",
"tsdown": "^0.15.12",
"typescript": "^5.9.3"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@babel/core": "^7.28.5",
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
"@rolldown/pluginutils": "1.0.0-beta.45",
"@rolldown/pluginutils": "1.0.0-beta.46",
"@types/babel__core": "^7.20.5",
"react-refresh": "^0.18.0"
},
Expand All @@ -59,7 +59,7 @@
"babel-plugin-react-compiler": "19.1.0-rc.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"rolldown": "1.0.0-beta.45",
"tsdown": "^0.15.10"
"rolldown": "1.0.0-beta.46",
"tsdown": "^0.15.12"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-rsc/examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rsc-html-stream": "^0.0.7",
"tailwindcss": "^4.1.16",
"vite": "^7.1.10",
"wrangler": "^4.45.0"
"wrangler": "^4.45.3"
},
"stackblitz": {
"installDependencies": false,
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-rsc/examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"dependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router": "7.9.4"
"react-router": "7.9.5"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.13.15",
"@cloudflare/vite-plugin": "^1.13.18",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.16",
"@types/react": "^19.2.2",
Expand All @@ -27,6 +27,6 @@
"@vitejs/plugin-rsc": "latest",
"tailwindcss": "^4.1.16",
"vite": "^7.1.10",
"wrangler": "^4.45.0"
"wrangler": "^4.45.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ import {
import { startTransition, StrictMode } from 'react'
import { hydrateRoot } from 'react-dom/client'
import {
unstable_createCallServer as createCallServer,
unstable_getRSCStream as getRSCStream,
unstable_RSCHydratedRouter as RSCHydratedRouter,
type DataRouter,
type unstable_RSCPayload as RSCServerPayload,
} from 'react-router'
import {
unstable_createCallServer as createCallServer,
unstable_getRSCStream as getRSCStream,
unstable_RSCHydratedRouter as RSCHydratedRouter,
} from 'react-router/dom'

// Create and set the callServer function to support post-hydration server actions.
setServerCallback(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^19.2.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.13.15",
"@cloudflare/vite-plugin": "^1.13.18",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "latest",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"devDependencies": {
"@hiogawa/utils": "^1.7.0",
"@playwright/test": "^1.56.1",
"@tsconfig/strictest": "^2.0.6",
"@tsconfig/strictest": "^2.0.7",
"@types/estree": "^1.0.8",
"@types/node": "^22.18.12",
"@types/node": "^22.19.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "workspace:*",
Expand All @@ -63,7 +63,7 @@
"react-dom": "^19.2.0",
"react-server-dom-webpack": "^19.2.0",
"tinyexec": "^1.0.1",
"tsdown": "^0.15.10"
"tsdown": "^0.15.12"
},
"peerDependencies": {
"react": "*",
Expand Down
Loading
Loading