Skip to content

Commit

Permalink
Merge branch 'main' into use_expando
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored Jun 25, 2024
2 parents 45f32ab + 36ac1bc commit cd73d07
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 127 deletions.
174 changes: 53 additions & 121 deletions extensions/vscode/package-lock.json

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

12 changes: 6 additions & 6 deletions extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,19 +156,19 @@
"test": "rm -rf ./.vscode-test/** && c8 node ./out/test/runTest.js && open coverage/lcov-report/index.html"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "20.14.2",
"@types/mocha": "^10.0.7",
"@types/node": "20.14.8",
"@types/vscode": "^1.79.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/parser": "^7.14.1",
"@vscode/test-electron": "^2.4.0",
"c8": "^10.1.2",
"eslint": "^8.57.0",
"glob": "^10.4.1",
"mocha": "^10.4.0",
"glob": "^10.4.2",
"mocha": "^10.5.0",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"semver": "^7.6.2"
Expand Down

0 comments on commit cd73d07

Please sign in to comment.