Skip to content

Commit

Permalink
Update typescript to 4.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Jul 3, 2024
1 parent 70c5eda commit 66217ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"typedocplugin"
],
"dependencies": {
"fs-extra": "^10.0.1",
"commander": "~11.0.0"
"commander": "~11.0.0",
"fs-extra": "^10.0.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
Expand All @@ -25,6 +25,6 @@
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typedoc": "^0.22.13",
"typescript": "^4.3.5"
"typescript": "^4.6.4"
}
}

0 comments on commit 66217ca

Please sign in to comment.