Skip to content

Commit

Permalink
fix: upgrade @types/vscode devdependencies (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gilin authored Aug 29, 2023
1 parent d44048f commit ff01f17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.3",
"@types/sinon": "^10.0.4",
"@types/vscode": "^1.75.0",
"@types/vscode": "1.75.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"chai": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-studio-toolkit-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@sap/artifact-management-types": "1.26.0",
"@types/vscode": "^1.75.0",
"@types/vscode": "1.75.0",
"@vscode-logging/types": "0.1.4",
"type-fest": "2.11.1"
}
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff01f17

Please sign in to comment.