Skip to content

Commit

Permalink
Downgrade required vscode version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHZhang committed Jul 11, 2024
1 parent 34d7c28 commit b1bfc3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@supersede/eslint-config": "^1.3.0",
"@supersede/prettier-config": "^1.0.1",
"@types/node": "^20.14.10",
"@types/vscode": "1.91.0",
"@types/vscode": "1.75.0",
"@vscode/vsce": "^2.29.0",
"concurrently": "^7.6.0",
"eslint": "^8.28.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,10 @@
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==

"@types/vscode@1.91.0":
version "1.91.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.91.0.tgz#badaf9dfca14b08f1ad32fe197558d8d1702c3c9"
integrity sha512-PgPr+bUODjG3y+ozWUCyzttqR9EHny9sPAfJagddQjDwdtf66y2sDKJMnFZRuzBA2YtBGASqJGPil8VDUPvO6A==
"@types/vscode@1.75.0":
version "1.75.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.75.0.tgz#f1892a727db9a0eb4997058a804170b8c0ba218e"
integrity sha512-SAr0PoOhJS6FUq5LjNr8C/StBKALZwDVm3+U4pjF/3iYkt3GioJOPV/oB1Sf1l7lROe4TgrMyL5N1yaEgTWycw==

"@typescript-eslint/eslint-plugin@^5.0.0":
version "5.44.0"
Expand Down

0 comments on commit b1bfc3c

Please sign in to comment.