Skip to content

Commit

Permalink
feat: allow TS 5.7 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli authored Nov 25, 2024
1 parent 2d05b3a commit b90e72f
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 @@ -33,10 +33,10 @@
"husky": "^9.1.7",
"list-dependents-cli": "^2.6.1",
"npm-run-all2": "^7.0.1",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"validate-conventional-commit": "^1.0.4"
},
"peerDependencies": {
"typescript": "~5.6.2"
"typescript": "~5.6.2 || ~5.7.2"
}
}

0 comments on commit b90e72f

Please sign in to comment.