Skip to content

Commit 73987f2

Browse files
authored
chore: bump esbuild to 0.25.0 (#19389)
1 parent 021443c commit 73987f2

File tree

3 files changed

+1258
-1526
lines changed

3 files changed

+1258
-1526
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.2",
88+
"esbuild": "^0.25.0",
8989
"postcss": "^8.5.2",
9090
"rollup": "^4.30.1"
9191
},

playground/js-sourcemap/__tests__/js-sourcemap.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe.runIf(isBuild)('build tests', () => {
141141
const map = findAssetFile(/after-preload-dynamic-[-\w]{8}\.js\.map/)
142142
expect(formatSourcemapForSnapshot(JSON.parse(map))).toMatchInlineSnapshot(`
143143
{
144-
"debugId": "c3dabf82-954a-4c41-ba03-767350e274b5",
144+
"debugId": "b4f4ae40-1415-414c-8350-c7286c81a413",
145145
"ignoreList": [],
146146
"mappings": ";+8BAAA,OAAO,2BAAuB,0BAE9B,QAAQ,IAAI,uBAAuB",
147147
"sources": [

0 commit comments

Comments
 (0)