Skip to content

Commit

Permalink
more defensive TS version
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Feb 11, 2022
1 parent d1de0b6 commit 51b362d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-svelte/shared/+typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"typescript": "^4.5.4",
"typescript": "~4.5.4",
"tslib": "^2.3.1",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.10.1"
Expand Down

0 comments on commit 51b362d

Please sign in to comment.