Skip to content

Commit c055aee

Browse files
committed
Update Vite react plugin
1 parent e7c922b commit c055aee

File tree

5 files changed

+441
-1625
lines changed

5 files changed

+441
-1625
lines changed

packages/vite-plugin-cloudflare/e2e/fixtures/basic/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"react": "^19.0.0",
15-
"react-dom": "^19.0.0"
14+
"react": "19.1.0",
15+
"react-dom": "19.1.0"
1616
},
1717
"devDependencies": {
1818
"@cloudflare/vite-plugin": "*",
1919
"@cloudflare/workers-types": "^4.20250204.0",
2020
"@eslint/js": "^9.19.0",
21-
"@types/react": "^19.0.8",
22-
"@types/react-dom": "^19.0.3",
23-
"@vitejs/plugin-react": "^4.3.4",
21+
"@types/react": "19.1.0",
22+
"@types/react-dom": "19.1.0",
23+
"@vitejs/plugin-react": "^4.7.0",
2424
"eslint": "^9.19.0",
2525
"eslint-plugin-react-hooks": "^5.0.0",
2626
"eslint-plugin-react-refresh": "^0.4.18",

packages/vite-plugin-cloudflare/playground/partyserver/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"dependencies": {
1212
"partyserver": "^0.0.64",
1313
"partysocket": "^1.0.3",
14-
"react": "^19.0.0",
15-
"react-dom": "^19.0.0"
14+
"react": "19.1.0",
15+
"react-dom": "19.1.0"
1616
},
1717
"devDependencies": {
1818
"@cloudflare/vite-plugin": "workspace:*",
1919
"@cloudflare/workers-tsconfig": "workspace:*",
2020
"@cloudflare/workers-types": "catalog:default",
2121
"@tailwindcss/vite": "^4.0.15",
22-
"@types/react": "^19.0.0",
23-
"@types/react-dom": "^19.0.0",
24-
"@vitejs/plugin-react": "^4.3.4",
22+
"@types/react": "19.1.0",
23+
"@types/react-dom": "19.1.0",
24+
"@vitejs/plugin-react": "^4.7.0",
2525
"tailwindcss": "^4.0.15",
2626
"typescript": "catalog:default",
2727
"vite": "catalog:vite-plugin",

packages/vite-plugin-cloudflare/playground/react-spa/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"react": "^19.0.0",
14-
"react-dom": "^19.0.0"
13+
"react": "19.1.0",
14+
"react-dom": "19.1.0"
1515
},
1616
"devDependencies": {
1717
"@cloudflare/vite-plugin": "workspace:*",
1818
"@cloudflare/workers-tsconfig": "workspace:*",
1919
"@cloudflare/workers-types": "catalog:default",
20-
"@types/react": "^19.0.0",
21-
"@types/react-dom": "^19.0.0",
22-
"@vitejs/plugin-react": "^4.3.4",
20+
"@types/react": "19.1.0",
21+
"@types/react-dom": "19.1.0",
22+
"@vitejs/plugin-react": "^4.7.0",
2323
"typescript": "catalog:default",
2424
"vite": "catalog:vite-plugin",
2525
"wrangler": "workspace:*"

packages/vite-plugin-cloudflare/playground/spa-with-api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"preview": "vite preview"
1717
},
1818
"dependencies": {
19-
"react": "^19.0.0",
20-
"react-dom": "^19.0.0"
19+
"react": "19.1.0",
20+
"react-dom": "19.1.0"
2121
},
2222
"devDependencies": {
2323
"@cloudflare/vite-plugin": "workspace:*",
2424
"@cloudflare/workers-tsconfig": "workspace:*",
2525
"@cloudflare/workers-types": "catalog:default",
26-
"@types/react": "^19.0.0",
27-
"@types/react-dom": "^19.0.0",
26+
"@types/react": "19.1.0",
27+
"@types/react-dom": "19.1.0",
2828
"@vitejs/plugin-basic-ssl": "^2.0.0",
29-
"@vitejs/plugin-react": "^4.3.4",
29+
"@vitejs/plugin-react": "^4.7.0",
3030
"typescript": "catalog:default",
3131
"vite": "catalog:vite-plugin",
3232
"wrangler": "workspace:*"

0 commit comments

Comments
 (0)