Skip to content

Commit

Permalink
Bump svelte-check version (sveltejs#150)
Browse files Browse the repository at this point in the history
It's now at `1.0.0`
  • Loading branch information
dummdidumm authored Jul 29, 2020
1 parent 0ed46da commit abd9f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setupTypeScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const projectRoot = argv[2] || path.join(__dirname, "..")
// Add deps to pkg.json
const packageJSON = JSON.parse(fs.readFileSync(path.join(projectRoot, "package.json"), "utf8"))
packageJSON.devDependencies = Object.assign(packageJSON.devDependencies, {
"svelte-check": "^0.1.0",
"svelte-check": "^1.0.0",
"svelte-preprocess": "^4.0.0",
"@rollup/plugin-typescript": "^4.0.0",
"typescript": "^3.9.3",
Expand Down

0 comments on commit abd9f64

Please sign in to comment.