Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChinchilla committed Dec 1, 2023
1 parent 78129b7 commit b46cece
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 83 deletions.
132 changes: 56 additions & 76 deletions package-lock.json

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

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,18 @@
"test-compile": "tsc -p ./"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.0",
"@types/vscode": "^1.84.1",
"@types/which": "^3.0.2",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.1",
"@types/vscode": "^1.84.2",
"@types/which": "^3.0.3",
"@types/nspell": "^2.1.6",
"copy-webpack-plugin": "^11.0.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"rxjs": "^7.8.1",
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"tslint": "^6.1.3",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vscode-test": "^1.6.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
Expand Down

0 comments on commit b46cece

Please sign in to comment.