Skip to content

Commit 343d097

Browse files
committed
Revert @types/vscode bump
This reverts commit 356731c. We want to keep this the same as the supported engines.
1 parent 50d653e commit 343d097

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"@types/glob": "^7.1.3",
245245
"@types/ndjson": "^2.0.1",
246246
"@types/node": "^16.11.21",
247-
"@types/vscode": "^1.85.0",
247+
"@types/vscode": "^1.73.0",
248248
"@types/which": "^2.0.1",
249249
"@types/ws": "^8.5.10",
250250
"@typescript-eslint/eslint-plugin": "^6.19.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -705,10 +705,10 @@
705705
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
706706
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
707707

708-
"@types/vscode@^1.85.0":
709-
version "1.85.0"
710-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.85.0.tgz#46beb07f0f626665b52d1e2294382b2bc63b602e"
711-
integrity sha512-CF/RBon/GXwdfmnjZj0WTUMZN5H6YITOfBCP4iEZlOtVQXuzw6t7Le7+cR+7JzdMrnlm7Mfp49Oj2TuSXIWo3g==
708+
"@types/vscode@^1.73.0":
709+
version "1.74.0"
710+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.74.0.tgz#4adc21b4e7f527b893de3418c21a91f1e503bdcd"
711+
integrity sha512-LyeCIU3jb9d38w0MXFwta9r0Jx23ugujkAxdwLTNCyspdZTKUc43t7ppPbCiPoQ/Ivd/pnDFZrb4hWd45wrsgA==
712712

713713
"@types/which@^2.0.1":
714714
version "2.0.1"

0 commit comments

Comments
 (0)