Skip to content

Commit 4359e0d

Browse files
authored
fix: esbuild regression (pin to 0.24.0) (#19027)
1 parent 322503b commit 4359e0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
},
8686
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
8787
"dependencies": {
88-
"esbuild": "^0.24.0",
88+
"esbuild": "0.24.0",
8989
"postcss": "^8.4.49",
9090
"rollup": "^4.23.0"
9191
},

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)