Skip to content

Commit

Permalink
fix: lighten the vscode requirement (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Aug 13, 2024
1 parent d1715f2 commit 6b4be5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@jest/globals": "^29.7.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.15",
"@types/vscode": "^1.92.0",
"eslint": "^9.9.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand All @@ -68,6 +69,6 @@
"vscode-uri": "^3.0.8"
},
"peerDependencies": {
"@types/vscode": "^1.92.0"
"@types/vscode": "^1.90.0"
}
}
6 changes: 3 additions & 3 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 6b4be5b

Please sign in to comment.