Skip to content

Commit

Permalink
Upgrade adapters esbuild to latest (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
haishanh committed Jun 2, 2021
1 parent 045c45c commit c51ab7d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
7 changes: 7 additions & 0 deletions .changeset/bright-dolphins-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@sveltejs/adapter-cloudflare-workers': patch
'@sveltejs/adapter-netlify': patch
'@sveltejs/adapter-vercel': patch
---

Upgrade esbuild to ^0.12.5
4 changes: 2 additions & 2 deletions packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore"
},
"dependencies": {
"esbuild": "^0.11.18",
"@iarna/toml": "^2.2.5"
"@iarna/toml": "^2.2.5",
"esbuild": "^0.12.5"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore"
},
"dependencies": {
"esbuild": "^0.11.18",
"@iarna/toml": "^2.2.5"
"@iarna/toml": "^2.2.5",
"esbuild": "^0.12.5"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
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 @@ -17,7 +17,7 @@
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore"
},
"dependencies": {
"esbuild": "^0.11.18"
"esbuild": "^0.12.5"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*",
Expand Down
18 changes: 6 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c51ab7d

Please sign in to comment.