Skip to content

Commit

Permalink
chore(deps): pin dependencies (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent db36691 commit dc9d5e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"icon": "assets/icon.png",
"version": "0.5.3",
"engines": {
"vscode": "^1.60.0"
"vscode": "1.89.1"
},
"categories": [
"Other"
Expand All @@ -49,18 +49,18 @@
"@types/vscode": "1.82.0",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@vscode/test-electron": "^2.3.4",
"@vscode/test-electron": "2.3.4",
"eslint": "^8.50.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"glob": "10.3.10",
"mocha": "10.2.0",
"npm-run-all2": "5.0.2",
"ts-loader": "^9.5.1",
"ts-loader": "9.5.1",
"typescript": "5.2.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
},
"dependencies": {
"systeminformation": "^5.22.8"
"systeminformation": "5.22.8"
},
"contributes": {
"configuration": {
Expand Down
24 changes: 8 additions & 16 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 dc9d5e5

Please sign in to comment.