Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit b40fba3

Browse files
authored
set typescript version to @4.3.5 as a hotfix until we figure what breaks (#256)
1 parent 653312d commit b40fba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setupTypeScript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packageJSON.devDependencies = Object.assign(packageJSON.devDependencies, {
2525
"svelte-check": "^2.0.0",
2626
"svelte-preprocess": "^4.0.0",
2727
"@rollup/plugin-typescript": "^8.0.0",
28-
"typescript": "^4.0.0",
28+
"typescript": "4.3.5",
2929
"tslib": "^2.0.0",
3030
"@tsconfig/svelte": "^2.0.0"
3131
})

0 commit comments

Comments
 (0)