Skip to content

Commit 441671c

Browse files
chore: deduplicate esbuild via resolution
Add a `^0.27.3` resolution for esbuild to consolidate 4 separate versions (0.25.1, 0.25.12, 0.27.3, 0.27.7) down to a single 0.27.7. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b821b08 commit 441671c

File tree

2 files changed

+3
-805
lines changed

2 files changed

+3
-805
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@opentelemetry/resources": "2.5.1",
4040
"path-to-regexp@0.1.12": "0.1.13",
4141
"path-to-regexp@^8": "^8.4.0",
42-
"picomatch@^4": "^4.0.4"
42+
"picomatch@^4": "^4.0.4",
43+
"esbuild": "^0.27.3"
4344
}
4445
}

0 commit comments

Comments
 (0)