Skip to content

Commit

Permalink
chore(deps): latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jun 8, 2024
1 parent 440212b commit 2ff13fa
Show file tree
Hide file tree
Showing 11 changed files with 1,042 additions and 1,053 deletions.
4 changes: 2 additions & 2 deletions examples/browser-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"extends": "../../package.json"
},
"dependencies": {
"react": "18.3.0-canary-6c3b8dbfe-20240226",
"react-dom": "18.3.0-canary-6c3b8dbfe-20240226"
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
6 changes: 3 additions & 3 deletions examples/custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"tsx": "tsx"
},
"dependencies": {
"react": "18.3.0-canary-6c3b8dbfe-20240226",
"react-dom": "18.3.0-canary-6c3b8dbfe-20240226"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
},
"volta": {
Expand Down
14 changes: 7 additions & 7 deletions examples/react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"cf-release": "cd misc/cloudflare-workers && wrangler deploy"
},
"dependencies": {
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
"react-server-dom-webpack": "19.0.0-rc-4c2e457c7c-20240522"
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"react-server-dom-webpack": "19.0.0-rc.0"
},
"devDependencies": {
"@hiogawa/transforms": "0.0.0-pre.8",
"@hiogawa/transforms": "0.0.0",
"@hiogawa/vite-plugin-ssr-middleware-alpha": "workspace:*",
"@types/estree": "^1.0.5",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"happy-dom": "^14.7.1",
"happy-dom": "^14.12.0",
"magic-string": "^0.30.10",
"unocss": "0.58.9"
"unocss": "0.60.4"
},
"volta": {
"extends": "../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions examples/react-ssr-workerd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@cloudflare/workers-types": "^4.20240605.0",
"@hiogawa/vite-plugin-workerd": "workspace:*",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@hiogawa/vite-plugin-ssr-middleware-alpha": "workspace:*",
"@hiogawa/vite-plugin-workerd": "workspace:*",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
},
"volta": {
Expand Down
10 changes: 5 additions & 5 deletions examples/vue-ssr-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.4.23",
"vue-router": "^4.3.0"
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@cloudflare/workers-types": "^4.20240605.0",
"@hiogawa/vite-plugin-workerd": "workspace:*",
"@vitejs/plugin-vue": "^5.0.4",
"vue-tsc": "^2.0.13"
"@vitejs/plugin-vue": "^5.0.5",
"vue-tsc": "^2.0.19"
},
"volta": {
"extends": "../../package.json"
Expand Down
6 changes: 3 additions & 3 deletions examples/vue-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"cf-release": "cd misc/cloudflare-workers && wrangler deploy"
},
"dependencies": {
"vue": "^3.4.23"
"vue": "^3.4.27"
},
"devDependencies": {
"@hiogawa/vite-plugin-ssr-middleware-alpha": "workspace:*",
"@hiogawa/vite-plugin-workerd": "workspace:*",
"@vitejs/plugin-vue": "^5.0.4",
"vue-tsc": "^2.0.13"
"@vitejs/plugin-vue": "^5.0.5",
"vue-tsc": "^2.0.19"
},
"volta": {
"extends": "../../package.json"
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"lint-check": "biome check ."
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@hattip/adapter-node": "^0.0.44",
"@hiogawa/utils": "1.6.4-pre.1",
"@biomejs/biome": "^1.8.0",
"@hattip/adapter-node": "^0.0.45",
"@hiogawa/utils": "1.7.0",
"@hiogawa/utils-node": "^0.0.1",
"@hiogawa/vite-plugin-ssr-middleware": "^0.0.3",
"@playwright/test": "^1.42.1",
"@tsconfig/strictest": "^2.0.4",
"@types/node": "^20.11.30",
"@vitejs/plugin-react": "^4.2.1",
"esbuild": "^0.20.2",
"miniflare": "^3.20240404.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"vite": "6.0.0-alpha.16",
"vitest": "^1.5.1",
"wrangler": "^3.48.0"
"@playwright/test": "^1.44.1",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.14.2",
"@vitejs/plugin-react": "^4.3.0",
"esbuild": "^0.21.4",
"miniflare": "^3.20240605.0",
"tsup": "^8.1.0",
"tsx": "^4.13.3",
"typescript": "^5.4.5",
"vite": "6.0.0-alpha.18",
"vitest": "^1.6.0",
"wrangler": "^3.60.0"
},
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589",
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "tsup --clean"
},
"dependencies": {
"vite": "*"
"vite": "6.0.0-alpha.18"
},
"peerDependencies": {
"vite": "*"
Expand Down
12 changes: 6 additions & 6 deletions packages/workerd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"build": "tsup --clean"
},
"dependencies": {
"miniflare": "^3.20240404.0",
"wrangler": "^3.48.0",
"vite": "*"
"miniflare": "^3.20240605.0",
"vite": "6.0.0-alpha.18",
"wrangler": "^3.60.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0"
"@cloudflare/workers-types": "^4.20240605.0"
},
"peerDependencies": {
"miniflare": "*",
"wrangler": "*",
"vite": "*"
"vite": "*",
"wrangler": "*"
},
"peerDependenciesMeta": {
"wrangler": {
Expand Down
Loading

0 comments on commit 2ff13fa

Please sign in to comment.