mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-20 17:59:17 +00:00
Should fix the ATA regression we're seeing reported: https://github.com/microsoft/TypeScript/issues/60156
24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "5.6.3"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/watcher": "2.1.0",
|
|
"esbuild": "0.23.0",
|
|
"vscode-grammar-updater": "^1.1.0"
|
|
},
|
|
"overrides": {
|
|
"node-gyp-build": "4.8.1",
|
|
"@parcel/watcher@2.1.0": {
|
|
"node-addon-api": "7.1.0"
|
|
}
|
|
}
|
|
}
|