Skip to content

Commit 1d91717

Browse files
author
Pelle Wessman
committed
Ensure typescript is locked down by minor version
1 parent fb35c64 commit 1d91717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"nock": "^13.3.0",
7272
"npm-run-all2": "^6.0.2",
7373
"type-coverage": "^2.24.1",
74-
"typescript": "^4.9.5"
74+
"typescript": "~4.9.5"
7575
},
7676
"dependencies": {
7777
"@apideck/better-ajv-errors": "^0.3.6",

0 commit comments

Comments
 (0)