Skip to content

Commit

Permalink
we should bump esbuild at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 28, 2022
1 parent fff6e72 commit d2e96d2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 230 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@cloudflare/workers-types": "^3.14.0",
"@iarna/toml": "^2.2.5",
"esbuild": "^0.15.7"
"esbuild": "^0.15.12"
},
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@cloudflare/workers-types": "^3.14.0",
"esbuild": "^0.15.7",
"esbuild": "^0.15.12",
"worktop": "0.8.0-next.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"esbuild": "^0.15.7",
"esbuild": "^0.15.12",
"set-cookie-parser": "^2.4.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@vercel/nft": "^0.22.0",
"esbuild": "^0.15.7"
"esbuild": "^0.15.12"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
Expand Down
Loading

0 comments on commit d2e96d2

Please sign in to comment.