Skip to content

Commit 89552cc

Browse files
authored
chore: Upgrade dependencies (#133)
1 parent a392eda commit 89552cc

File tree

3 files changed

+1092
-766
lines changed

3 files changed

+1092
-766
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
## Checklist
3+
4+
- [ ] If `package.json` or `yarn.lock` have changed, then test the VSIX built by `yarn run vsce package` works from a direct install

package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"refactoring"
1717
],
1818
"engines": {
19-
"vscode": "^1.65.0"
19+
"vscode": "^1.76.0"
2020
},
2121
"categories": [
2222
"Other"
@@ -311,16 +311,18 @@
311311
"vscode_local": "SOURCERY_EXECUTABLE=../core/run-sourcery.sh yarn run vscode"
312312
},
313313
"devDependencies": {
314-
"@types/mocha": "^10.0.0",
315-
"@types/node": "^18.8.1",
316-
"@types/vscode": "1.65.0",
317-
"mocha": "^10.0.0",
318-
"ovsx": "^0.2.0",
319-
"tslint": "^6.1.3",
320-
"typescript": "^4.8.4",
314+
"@types/mocha": "^10.0.1",
315+
"@types/node": "^18.15.1",
316+
"@types/vscode": "^1.76.0",
317+
"@typescript-eslint/eslint-plugin": "^5.55.0",
318+
"@typescript-eslint/parser": "^5.55.0",
319+
"@vscode/vsce": "^2.18.0",
320+
"eslint": "^8.36.0",
321+
"mocha": "^10.2.0",
322+
"ovsx": "^0.8.0",
323+
"typescript": "^4.9.5",
321324
"version-bump-prompt": "^6.1.0",
322-
"vsce": "^2.11.0",
323-
"vscode-test": "^1.3.0"
325+
"vscode-test": "^1.6.1"
324326
},
325327
"dependencies": {
326328
"vscode-languageclient": "^8.1.0"

0 commit comments

Comments
 (0)