Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Heptazhou committed May 2, 2024
1 parent 72c85f5 commit 2bc3c2d
Show file tree
Hide file tree
Showing 2 changed files with 1,149 additions and 674 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Julia Formatter",
"publisher": "0h7z",
"icon": "icon.ico",
"version": "1.3.3",
"version": "1.3.4",
"license": "AGPL-3.0-or-later",
"description": "A formatter for the Julia language",
"repository": {
Expand Down Expand Up @@ -68,12 +68,12 @@
"untildify": "^5.0.0"
},
"devDependencies": {
"@types/diff": "^5.0.9",
"@types/node": "^20.11.20",
"@types/diff": "^5.2.0",
"@types/node": "^20.12.8",
"@types/vscode": "~1.69.1",
"@vscode/vsce": "^2.24.0",
"esbuild": "^0.20.1",
"typescript": "^5.3.3"
"@vscode/vsce": "^2.26.0",
"esbuild": "^0.20.2",
"typescript": "^5.4.5"
},
"engines": {
"vscode": "^1.69.0"
Expand Down
Loading

0 comments on commit 2bc3c2d

Please sign in to comment.