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

Commit 5de3d08

Browse files
authored
bump typescript to ^4.0.0, bump @rollup/plugin-typescript to ^8.0.0 (#217)
1 parent e6e47d6 commit 5de3d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setupTypeScript.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const packageJSON = JSON.parse(fs.readFileSync(path.join(projectRoot, "package.j
2424
packageJSON.devDependencies = Object.assign(packageJSON.devDependencies, {
2525
"svelte-check": "^1.0.0",
2626
"svelte-preprocess": "^4.0.0",
27-
"@rollup/plugin-typescript": "^6.0.0",
28-
"typescript": "^3.9.3",
27+
"@rollup/plugin-typescript": "^8.0.0",
28+
"typescript": "^4.0.0",
2929
"tslib": "^2.0.0",
3030
"@tsconfig/svelte": "^1.0.0"
3131
})

0 commit comments

Comments
 (0)