Files
vscode/extensions/package.json
dependabot[bot] d0eb00abd8 Bump esbuild from 0.23.0 to 0.25.0 in /extensions (#240294)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.23.0 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.23.0...v0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-11 08:54:09 -08:00

21 lines
426 B
JSON

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