Files
vscode/extensions/package.json
T
dependabot[bot] 8b2fedda64 Bump esbuild from 0.27.2 to 0.28.1 in /extensions (#321313)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.27.2 to 0.28.1.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.27.2...v0.28.1)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-15 10:15:43 -07:00

21 lines
427 B
JSON

{
"name": "vscode-extensions",
"version": "0.0.1",
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "^6.0.3"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"
},
"devDependencies": {
"@parcel/watcher": "^2.5.6",
"esbuild": "0.28.1",
"vscode-grammar-updater": "^1.1.0"
},
"overrides": {
"node-gyp-build": "4.8.1"
}
}