Skip to content

Commit b4c1277

Browse files
authored
Use tilde for typescript version as it doesn't conform to semver (#93)
1 parent 35f1eb8 commit b4c1277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"typedoc": "^0.26.7",
6969
"typedoc-plugin-mdn-links": "^3.3.0",
7070
"typedoc-plugin-rename-defaults": "^0.7.1",
71-
"typescript": "^5.6.2",
71+
"typescript": "~5.6.2",
7272
"typescript-eslint": "^8.6.0",
7373
"vite": "^5.4.7",
7474
"vitest": "^2.1.1"

0 commit comments

Comments
 (0)