Skip to content

Commit 2f3d319

Browse files
committed
chore(deps-dev): bump svelte-check
1 parent 0fb0887 commit 2f3d319

File tree

3 files changed

+188
-197
lines changed

3 files changed

+188
-197
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"svelte": "^3.38.2",
21-
"svelte-check": "^1.6.0",
21+
"svelte-check": "^2.1.0",
2222
"svelte-readme": "^3.1.0"
2323
},
2424
"repository": {

test/Radio.test.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
let value = "1";
55
</script>
66

7+
<!-- svelte-ignore missing-declaration -->
78
<RadioGroup label="Group label" bind:value>
89
<Radio label="Label 1" value="1" />
910
<Radio label="Label 2" value="2" />

0 commit comments

Comments
 (0)