Skip to content

Commit

Permalink
bump esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 7, 2022
1 parent e617615 commit fbebae2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 240 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare-workers/package.json
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@cloudflare/workers-types": "^3.18.0",
"@iarna/toml": "^2.2.5",
"esbuild": "^0.15.12"
"esbuild": "0.15.13"
},
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@cloudflare/workers-types": "^3.18.0",
"esbuild": "^0.15.12",
"esbuild": "0.15.13",
"worktop": "0.8.0-next.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"esbuild": "^0.15.12",
"esbuild": "0.15.13",
"set-cookie-parser": "^2.5.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@vercel/nft": "^0.22.1",
"esbuild": "^0.15.12"
"esbuild": "0.15.13"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
Expand Down

0 comments on commit fbebae2

Please sign in to comment.