Skip to content

Commit

Permalink
fix!: update dependency typescript to ~5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 25bb269 commit 1edb70d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 @@ -26,10 +26,10 @@
"devDependencies": {
"@types/node": "^22.5.4",
"husky": "^9.1.5",
"typescript": "~5.5.4",
"typescript": "~5.6.2",
"validate-conventional-commit": "^1.0.4"
},
"peerDependencies": {
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}

0 comments on commit 1edb70d

Please sign in to comment.