Skip to content

Commit

Permalink
[chore] upgrade svelte-check
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Aug 16, 2021
1 parent cd8eed0 commit 446c346
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 135 deletions.
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"selfsigned": "^1.10.11",
"sirv": "^1.0.12",
"svelte": "^3.40.0",
"svelte-check": "^2.2.0",
"svelte-check": "^2.2.4",
"svelte2tsx": "~0.4.1",
"tiny-glob": "^0.2.8",
"uvu": "^0.5.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { base, assets } from '$app/paths';
/** @type {import('@sveltejs/kit').Load} */
export async function load({ page, fetch }) {
export async function load() {
return {
props: {
data: {
Expand Down
159 changes: 26 additions & 133 deletions pnpm-lock.yaml

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

0 comments on commit 446c346

Please sign in to comment.