Skip to content

Commit

Permalink
fix: relax to allow ~5.4.5
Browse files Browse the repository at this point in the history
Since eg. knip doesn't accept TS-prereleases
  • Loading branch information
voxpelli committed Apr 29, 2024
1 parent ac8bdf4 commit 35c9a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"devDependencies": {
"husky": "^9.0.11",
"typescript": "~5.5.0-beta",
"typescript": "~5.4.5",
"validate-conventional-commit": "^1.0.3"
},
"peerDependencies": {
"typescript": "~5.5.0-beta"
"typescript": "~5.4.5 || ~5.5.0-beta"
}
}

0 comments on commit 35c9a4a

Please sign in to comment.