Skip to content

Commit

Permalink
deps: use TS 5.6.2 - again
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Dec 10, 2024
1 parent 131936a commit 991e725
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"devDependencies": {
"@types/hosted-git-info": "^3.0.5",
"@types/mocha": "^10.0.6",
"@types/node": "ts5.3",
"@types/node": "ts5.6",
"@types/normalize-package-data": "^2.4.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand All @@ -88,7 +88,7 @@
"mocha": "10.8.2",
"npm-run-all2": "^6.1.2",
"rimraf": "^5.0.5",
"typescript": "5.3.3"
"typescript": "5.6.2"
},
"type": "commonjs",
"engines": {
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock

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

0 comments on commit 991e725

Please sign in to comment.