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

Commit abd9f64

Browse files
authored
Bump svelte-check version (#150)
It's now at `1.0.0`
1 parent 0ed46da commit abd9f64

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
@@ -22,7 +22,7 @@ const projectRoot = argv[2] || path.join(__dirname, "..")
2222
// Add deps to pkg.json
2323
const packageJSON = JSON.parse(fs.readFileSync(path.join(projectRoot, "package.json"), "utf8"))
2424
packageJSON.devDependencies = Object.assign(packageJSON.devDependencies, {
25-
"svelte-check": "^0.1.0",
25+
"svelte-check": "^1.0.0",
2626
"svelte-preprocess": "^4.0.0",
2727
"@rollup/plugin-typescript": "^4.0.0",
2828
"typescript": "^3.9.3",

0 commit comments

Comments
 (0)