Skip to content

Commit

Permalink
chore: bump svelte-check to v4 (#12642)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunbinseo authored Sep 3, 2024
1 parent 108cb12 commit 8acdc47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-horses-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

chore: bump svelte-check to v4
2 changes: 1 addition & 1 deletion packages/create-svelte/shared/+checkjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"devDependencies": {
"typescript": "^5.0.0",
"svelte-check": "^3.6.0"
"svelte-check": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-svelte/shared/+typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"devDependencies": {
"typescript": "^5.0.0",
"svelte-check": "^3.6.0"
"svelte-check": "^4.0.0"
}
}

0 comments on commit 8acdc47

Please sign in to comment.