Skip to content

Commit

Permalink
chore: bump esbuild (#534)
Browse files Browse the repository at this point in the history
* chore: bump esbuild again to align with vite4

* bump again to 0.16.3
  • Loading branch information
dominikg committed Dec 9, 2022
1 parent a413903 commit 5e90219
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 81 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"cross-env": "^7.0.3",
"esbuild": "^0.16.1",
"esbuild": "^0.16.3",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"esbuild": "^0.16.1",
"esbuild": "^0.16.3",
"rollup": "^2.79.1",
"svelte": "^3.54.0",
"tsup": "^6.5.0",
Expand Down

0 comments on commit 5e90219

Please sign in to comment.