Skip to content

Commit

Permalink
Fixing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Sep 30, 2021
1 parent 540ebe3 commit 5a6cf60
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 11 deletions.
34 changes: 25 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"!lib/test"
],
"dependencies": {
"@types/chai": "^4.2.22",
"chai": "^4.3.4",
"jsonc": "^2.0.0",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1"
},
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.2",
"chai": "^4.3.4",
"mocha": "^9.1.2",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
Expand Down

0 comments on commit 5a6cf60

Please sign in to comment.