File tree Expand file tree Collapse file tree 3 files changed +1092
-766
lines changed Expand file tree Collapse file tree 3 files changed +1092
-766
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1616 " refactoring"
1717 ],
1818 "engines" : {
19- "vscode" : " ^1.65 .0"
19+ "vscode" : " ^1.76 .0"
2020 },
2121 "categories" : [
2222 " Other"
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"
You can’t perform that action at this time.
0 commit comments