diff options
| author | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-06-27 23:37:36 +0900 |
|---|---|---|
| committer | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-06-27 23:40:50 +0900 |
| commit | 1b228f9a6f415a87fcb10aaf87c3572afd25c3e7 (patch) | |
| tree | b9e473da27e224084339cfc1f24b905175c8489f /editors/code/package-lock.json | |
| parent | 35184bec105214c27b8a0702b7a3f4a74dcdd240 (diff) | |
| download | rust-1b228f9a6f415a87fcb10aaf87c3572afd25c3e7.tar.gz rust-1b228f9a6f415a87fcb10aaf87c3572afd25c3e7.zip | |
Update `@types/vscode` to v1.78
- https://code.visualstudio.com/updates/v1_67 - https://code.visualstudio.com/updates/v1_68 - https://code.visualstudio.com/updates/v1_69 - https://code.visualstudio.com/updates/v1_70 - https://code.visualstudio.com/updates/v1_71 - https://code.visualstudio.com/updates/v1_72 - https://code.visualstudio.com/updates/v1_73 - https://code.visualstudio.com/updates/v1_74 - https://code.visualstudio.com/updates/v1_75 - https://code.visualstudio.com/updates/v1_76 - https://code.visualstudio.com/updates/v1_77 - https://code.visualstudio.com/updates/v1_78
Diffstat (limited to 'editors/code/package-lock.json')
| -rw-r--r-- | editors/code/package-lock.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json index 48a967ff53b..5ba1a2f8e2c 100644 --- a/editors/code/package-lock.json +++ b/editors/code/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/node": "~16.11.7", - "@types/vscode": "~1.66.0", + "@types/vscode": "~1.78.1", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", "@vscode/test-electron": "^2.3.3", @@ -32,7 +32,7 @@ "vsce": "^2.9.2" }, "engines": { - "vscode": "^1.66.0" + "vscode": "^1.78.0" } }, "node_modules/@esbuild/darwin-x64": { @@ -214,9 +214,9 @@ "dev": true }, "node_modules/@types/vscode": { - "version": "1.66.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.66.0.tgz", - "integrity": "sha512-ZfJck4M7nrGasfs4A4YbUoxis3Vu24cETw3DERsNYtDZmYSYtk6ljKexKFKhImO/ZmY6ZMsmegu2FPkXoUFImA==", + "version": "1.78.1", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.78.1.tgz", + "integrity": "sha512-wEA+54axejHu7DhcUfnFBan1IqFD1gBDxAFz8LoX06NbNDMRJv/T6OGthOs52yZccasKfN588EyffHWABkR0fg==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { |
