Skip to content

Commit

Permalink
limit typescript dependency to patch releases
Browse files Browse the repository at this point in the history
typescript is known to not follow semver and introduce breaking changes in minor versions
  • Loading branch information
tao-cumplido committed Nov 14, 2024
1 parent ff7adf5 commit 1a62fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"expect-type": "^1.1.0",
"jasmine": "^5.4.0",
"regex-utilities": "^2.3.0",
"typescript": "^5.6.3"
"typescript": "~5.6.3"
}
}

0 comments on commit 1a62fdf

Please sign in to comment.