Skip to content

Commit

Permalink
chore(deps-dev): upgrade svelte-check to v4 (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Nov 10, 2024
1 parent c7529fe commit 76d8219
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 140 deletions.
193 changes: 54 additions & 139 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"standard-version": "^9.5.0",
"sveld": "^0.21.0",
"svelte": "^4.2.10",
"svelte-check": "^3.8.6",
"svelte-check": "^4.0.6",
"tinyglobby": "^0.2.10",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 2 additions & 0 deletions src/Breakpoint/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-nocheck `Breakpoint` is auto-generated by `sveld`.
export { default as Breakpoint } from "./Breakpoint.svelte";
export { breakpointObserver } from "./breakpointObserver";
export { breakpoints } from "./breakpoints";

0 comments on commit 76d8219

Please sign in to comment.