mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
Merge branch 'main' of https://github.com/microsoft/vscode into copilot-worktree-2026-02-27T00-36-54
This commit is contained in:
43
package.json
43
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "code-oss-dev",
|
||||
"version": "1.111.0",
|
||||
"distro": "447d8d5a69fba52fcf6ea15dd29e92dd5dbbd2cd",
|
||||
"version": "1.112.0",
|
||||
"distro": "af92bdba4fde517633b51b6706479a636c8d541a",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
@@ -31,6 +31,7 @@
|
||||
"watch-client": "npm run gulp watch-client",
|
||||
"watch-clientd": "deemon npm run watch-client",
|
||||
"kill-watch-clientd": "deemon --kill npm run watch-client",
|
||||
"transpile-client": "node build/next/index.ts transpile",
|
||||
"watch-client-transpile": "node build/next/index.ts transpile --watch",
|
||||
"watch-client-transpiled": "deemon npm run watch-client-transpile",
|
||||
"kill-watch-client-transpiled": "deemon --kill npm run watch-client-transpile",
|
||||
@@ -85,7 +86,7 @@
|
||||
"@parcel/watcher": "^2.5.6",
|
||||
"@playwright/cli": "^0.1.1",
|
||||
"@types/semver": "^7.5.8",
|
||||
"@vscode/codicons": "^0.0.45-11",
|
||||
"@vscode/codicons": "^0.0.45-14",
|
||||
"@vscode/deviceid": "^0.1.1",
|
||||
"@vscode/iconv-lite-umd": "0.7.1",
|
||||
"@vscode/native-watchdog": "^1.4.6",
|
||||
@@ -100,16 +101,16 @@
|
||||
"@vscode/windows-mutex": "^0.5.0",
|
||||
"@vscode/windows-process-tree": "^0.6.0",
|
||||
"@vscode/windows-registry": "^1.2.0",
|
||||
"@xterm/addon-clipboard": "^0.3.0-beta.167",
|
||||
"@xterm/addon-image": "^0.10.0-beta.167",
|
||||
"@xterm/addon-ligatures": "^0.11.0-beta.167",
|
||||
"@xterm/addon-progress": "^0.3.0-beta.167",
|
||||
"@xterm/addon-search": "^0.17.0-beta.167",
|
||||
"@xterm/addon-serialize": "^0.15.0-beta.167",
|
||||
"@xterm/addon-unicode11": "^0.10.0-beta.167",
|
||||
"@xterm/addon-webgl": "^0.20.0-beta.166",
|
||||
"@xterm/headless": "^6.1.0-beta.167",
|
||||
"@xterm/xterm": "^6.1.0-beta.167",
|
||||
"@xterm/addon-clipboard": "^0.3.0-beta.180",
|
||||
"@xterm/addon-image": "^0.10.0-beta.180",
|
||||
"@xterm/addon-ligatures": "^0.11.0-beta.180",
|
||||
"@xterm/addon-progress": "^0.3.0-beta.180",
|
||||
"@xterm/addon-search": "^0.17.0-beta.180",
|
||||
"@xterm/addon-serialize": "^0.15.0-beta.180",
|
||||
"@xterm/addon-unicode11": "^0.10.0-beta.180",
|
||||
"@xterm/addon-webgl": "^0.20.0-beta.179",
|
||||
"@xterm/headless": "^6.1.0-beta.180",
|
||||
"@xterm/xterm": "^6.1.0-beta.180",
|
||||
"http-proxy-agent": "^7.0.0",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"jschardet": "3.1.4",
|
||||
@@ -152,10 +153,10 @@
|
||||
"@types/yauzl": "^2.10.0",
|
||||
"@types/yazl": "^2.4.2",
|
||||
"@typescript-eslint/utils": "^8.45.0",
|
||||
"@typescript/native-preview": "^7.0.0-dev.20260130",
|
||||
"@vscode/component-explorer": "^0.1.1-16",
|
||||
"@vscode/component-explorer-cli": "^0.1.1-12",
|
||||
"@vscode/gulp-electron": "1.40.0",
|
||||
"@typescript/native-preview": "^7.0.0-dev.20260306",
|
||||
"@vscode/component-explorer": "^0.1.1-22",
|
||||
"@vscode/component-explorer-cli": "^0.1.1-18",
|
||||
"@vscode/gulp-electron": "1.40.1",
|
||||
"@vscode/l10n-dev": "0.0.35",
|
||||
"@vscode/telemetry-extractor": "^1.20.2",
|
||||
"@vscode/test-cli": "^0.0.6",
|
||||
@@ -164,13 +165,14 @@
|
||||
"@vscode/v8-heap-parser": "^0.1.0",
|
||||
"@vscode/vscode-perf": "^0.0.19",
|
||||
"@webgpu/types": "^0.1.66",
|
||||
"agent-browser": "^0.16.3",
|
||||
"ansi-colors": "^3.2.3",
|
||||
"asar": "^3.0.3",
|
||||
"chromium-pickle-js": "^0.2.0",
|
||||
"cookie": "^0.7.2",
|
||||
"debounce": "^1.0.0",
|
||||
"deemon": "^1.13.6",
|
||||
"electron": "39.6.0",
|
||||
"electron": "39.8.0",
|
||||
"eslint": "^9.36.0",
|
||||
"eslint-formatter-compact": "^8.40.0",
|
||||
"eslint-plugin-header": "3.1.1",
|
||||
@@ -220,7 +222,7 @@
|
||||
"tar": "^7.5.9",
|
||||
"tsec": "0.2.7",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "^6.0.0-dev.20260130",
|
||||
"typescript": "^6.0.0-dev.20260306",
|
||||
"typescript-eslint": "^8.45.0",
|
||||
"util": "^0.12.4",
|
||||
"xml2js": "^0.5.0",
|
||||
@@ -230,7 +232,8 @@
|
||||
"node-gyp-build": "4.8.1",
|
||||
"kerberos@2.1.1": {
|
||||
"node-addon-api": "7.1.0"
|
||||
}
|
||||
},
|
||||
"serialize-javascript": "^7.0.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user