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

Commit

Permalink
bump typescript to ^4.0.0, bump @rollup/plugin-typescript to ^8.0.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu authored Feb 20, 2021
1 parent e6e47d6 commit 5de3d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setupTypeScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const packageJSON = JSON.parse(fs.readFileSync(path.join(projectRoot, "package.j
packageJSON.devDependencies = Object.assign(packageJSON.devDependencies, {
"svelte-check": "^1.0.0",
"svelte-preprocess": "^4.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"typescript": "^3.9.3",
"@rollup/plugin-typescript": "^8.0.0",
"typescript": "^4.0.0",
"tslib": "^2.0.0",
"@tsconfig/svelte": "^1.0.0"
})
Expand Down

0 comments on commit 5de3d08

Please sign in to comment.