mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-17 09:23:32 +01:00
19b3119b33
The previous reverts only changed the spec to ^1.0.34, but the resolved entries in the lockfiles still pointed at 1.0.38 (with 1.0.38 tarballs and integrity hashes). Since ^1.0.34 satisfies 1.0.38, npm ci would still install the broken version. Pin to exact 1.0.34 in all three package.json files and regenerate the lockfiles.
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "vscode-reh",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@anthropic-ai/sandbox-runtime": "0.0.49",
|
|
"@github/copilot": "1.0.34",
|
|
"@github/copilot-sdk": "^0.2.2",
|
|
"@microsoft/1ds-core-js": "^3.2.13",
|
|
"@microsoft/1ds-post-js": "^3.2.13",
|
|
"@parcel/watcher": "^2.5.6",
|
|
"@vscode/deviceid": "^0.1.1",
|
|
"@vscode/iconv-lite-umd": "0.7.1",
|
|
"@vscode/native-watchdog": "^1.4.6",
|
|
"@vscode/proxy-agent": "^0.41.0",
|
|
"@vscode/ripgrep": "^1.17.1",
|
|
"@vscode/spdlog": "^0.15.8",
|
|
"@vscode/sqlite3": "5.1.12-vscode",
|
|
"@vscode/tree-sitter-wasm": "^0.3.1",
|
|
"@vscode/vscode-languagedetection": "1.0.23",
|
|
"@vscode/windows-process-tree": "^0.7.0",
|
|
"@vscode/windows-registry": "^1.2.0",
|
|
"@xterm/addon-clipboard": "^0.3.0-beta.197",
|
|
"@xterm/addon-image": "^0.10.0-beta.197",
|
|
"@xterm/addon-ligatures": "^0.11.0-beta.197",
|
|
"@xterm/addon-progress": "^0.3.0-beta.197",
|
|
"@xterm/addon-search": "^0.17.0-beta.197",
|
|
"@xterm/addon-serialize": "^0.15.0-beta.197",
|
|
"@xterm/addon-unicode11": "^0.10.0-beta.197",
|
|
"@xterm/addon-webgl": "^0.20.0-beta.196",
|
|
"@xterm/headless": "^6.1.0-beta.197",
|
|
"@xterm/xterm": "^6.1.0-beta.197",
|
|
"cookie": "^0.7.0",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.2",
|
|
"jschardet": "3.1.4",
|
|
"katex": "^0.16.22",
|
|
"kerberos": "2.1.1",
|
|
"minimist": "^1.2.8",
|
|
"node-pty": "^1.2.0-beta.12",
|
|
"ssh2": "^1.16.0",
|
|
"tas-client": "0.3.1",
|
|
"vscode-oniguruma": "1.7.0",
|
|
"vscode-regexpp": "^3.1.0",
|
|
"vscode-textmate": "^9.3.2",
|
|
"ws": "^8.19.0",
|
|
"yauzl": "^3.0.0",
|
|
"yazl": "^2.4.3"
|
|
},
|
|
"overrides": {
|
|
"node-gyp-build": "4.8.1",
|
|
"kerberos@2.1.1": {
|
|
"node-addon-api": "7.1.0"
|
|
},
|
|
"ssh2": {
|
|
"cpu-features": "0.0.0"
|
|
}
|
|
}
|
|
}
|