vscode/extensions/package.json
Robo dc7db07400
chore: update electron@42.6.0 (#325428)
* chore: update electron@42.6.0

* chore: update node.js build

* temp: bump distro

* chore: update deb dependencies

* chore: update rpm dependencies

* chore: add missing platform dep to allow-scripts

* chore: bump distro
2026-07-12 20:30:31 +00:00

25 lines
514 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"
},
"allowScripts": {
"@parcel/watcher@2.5.6": true,
"esbuild@0.28.1": true
}
}