Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed Sep 13, 2023
1 parent cfb12c7 commit 55bac78
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 65 deletions.
101 changes: 43 additions & 58 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "vscode-teal",
"displayName": "Teal",
"description": "Teal language support for Visual Studio Code",
"version": "0.8.3",
"version": "0.8.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/teal-language/vscode-teal.git"
},
"engines": {
"vscode": "^1.78.0"
"vscode": "^1.82.0"
},
"categories": [
"Programming Languages"
Expand Down Expand Up @@ -78,15 +78,15 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.1.4",
"@types/node": "^20.6.0",
"@types/shell-quote": "^1.7.1",
"@types/tmp": "^0.2.3",
"@types/vscode": "^1.78.0",
"@vscode/vsce": "^2.19.0",
"@types/tmp": "^0.2.4",
"@types/vscode": "^1.82.0",
"@vscode/vsce": "^2.21.0",
"mocha": "^10.2.0",
"tree-sitter-cli": "^0.20.8",
"tree-sitter-teal": "https://github.com/euclidianAce/tree-sitter-teal/tarball/v0.0.4",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},
"scripts": {
"package": "vsce package",
Expand Down

0 comments on commit 55bac78

Please sign in to comment.