Skip to content

Commit

Permalink
chore(deps): update wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 2, 2024
1 parent 59fbc61 commit 3e3f0b4
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 86 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "^5.5.4",
"vite": "^5.3.3",
"vitest": "^2.0.1",
"wrangler": "^3.76.0"
"wrangler": "^3.79.0"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@hiogawa/react-server": "workspace:*",
"@hiogawa/utils-node": "^0.0.2",
"wrangler": "^3.76.0"
"wrangler": "^3.79.0"
},
"peerDependencies": {
"@hiogawa/react-server": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server/examples/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-server-dom-webpack": "rc"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240909.0",
"@cloudflare/workers-types": "^4.20240925.0",
"@types/react": "latest",
"@types/react-dom": "latest",
"vite": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node-miniflare/examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@hiogawa/tiny-react": "0.0.2-pre.9",
"@hiogawa/vite-node-miniflare": "latest",
"@hiogawa/vite-plugin-simple-hmr": "latest",
"miniflare": "^3.20240821.2",
"miniflare": "^3.20240925.0",
"vite": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "latest",
"@types/react-dom": "latest",
"@vitejs/plugin-react": "^4.3.1",
"miniflare": "^3.20240821.2",
"miniflare": "^3.20240925.0",
"react": "latest",
"react-dom": "latest",
"react-router-dom": "^6.22.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node-miniflare/examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/react": "latest",
"@types/react-dom": "latest",
"@vitejs/plugin-react": "^4.3.1",
"miniflare": "^3.20240821.2",
"miniflare": "^3.20240925.0",
"react": "latest",
"react-dom": "latest",
"vite": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node-miniflare/examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "latest"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240909.0",
"@cloudflare/workers-types": "^4.20240925.0",
"@hiogawa/vite-node-miniflare": "workspace:*",
"@remix-run/dev": "2.8.1",
"@types/react": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node-miniflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@hattip/adapter-node": "^0.0.44",
"@hattip/compose": "^0.0.44",
"miniflare": "^3.20240821.2"
"miniflare": "^3.20240925.0"
},
"devDependencies": {
"@hiogawa/tiny-rpc": "0.2.3-pre.18"
Expand Down
Loading

0 comments on commit 3e3f0b4

Please sign in to comment.