Skip to content

Commit

Permalink
downgrade svelte (sveltejs#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Nov 5, 2024
1 parent 123a2b3 commit 401fe40
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 40 deletions.
2 changes: 1 addition & 1 deletion apps/svelte.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"prettier-plugin-svelte": "^3.2.4",
"satori": "^0.10.13",
"satori-html": "^0.3.2",
"svelte": "5.1.10",
"svelte": "5.1.9",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^5.1.4",
"tiny-glob": "^0.2.9",
Expand Down
2 changes: 1 addition & 1 deletion apps/svelte.dev/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {
return;
}

throw new Error(warning.message);
console.error(warning.message);
}
}
}
Expand Down
117 changes: 79 additions & 38 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 401fe40

Please sign in to comment.