Skip to content

Commit

Permalink
fix: Lock @types/vscode version (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 3, 2023
1 parent ffb75b2 commit 35fac93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "docs/**"

jobs:
build:
run-integration-tests:
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2558,7 +2558,7 @@
"@types/jest": "^29.5.0",
"@types/jest-when": "^3.5.2",
"@types/node": "^18.15.10",
"@types/vscode": "^1.76.0",
"@types/vscode": "1.76.0",
"@types/vscode-webview": "^1.57.1",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.10",
"@types/vscode": "^1.76.0",
"@types/vscode": "1.76.0",
"@vscode/test-electron": "^2.3.0",
"chai": "^4.3.7",
"chalk": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/kefir": "^3.8.7",
"@types/node": "^18.15.10",
"@types/source-map-support": "^0.5.6",
"@types/vscode": "^1.76.0",
"@types/vscode": "1.76.0",
"comment-json": "^4.2.3",
"common-utils": "1.0.0",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@
resolved "https://registry.npmjs.org/@types/vscode-webview/-/vscode-webview-1.57.1.tgz#0bf2c9d57698b99be2bb2813272169f7f62eb714"
integrity sha512-ghW5SfuDmsGDS2A4xkvGsLwDRNc3Vj5rS6rPOyPm/IryZuf3wceZKxgYaUoW+k9f0f/CB7y2c1rRsdOWZWn0PQ==

"@types/vscode@^1.76.0":
"@types/vscode@1.76.0":
version "1.76.0"
resolved "https://registry.npmjs.org/@types/vscode/-/vscode-1.76.0.tgz#967c0fbe09921818bbf201f1cbcb81b981c6249c"
integrity sha512-CQcY3+Fe5hNewHnOEAVYj4dd1do/QHliXaknAEYSXx2KEHUzFibDZSKptCon+HPgK55xx20pR+PBJjf0MomnBA==
Expand Down

0 comments on commit 35fac93

Please sign in to comment.