Skip to content

Commit 401fe40

Browse files
authored
downgrade svelte (#810)
1 parent 123a2b3 commit 401fe40

File tree

3 files changed

+81
-40
lines changed

3 files changed

+81
-40
lines changed

apps/svelte.dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"prettier-plugin-svelte": "^3.2.4",
7272
"satori": "^0.10.13",
7373
"satori-html": "^0.3.2",
74-
"svelte": "5.1.10",
74+
"svelte": "5.1.9",
7575
"svelte-check": "^4.0.0",
7676
"svelte-preprocess": "^5.1.4",
7777
"tiny-glob": "^0.2.9",

apps/svelte.dev/svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config = {
1919
return;
2020
}
2121

22-
throw new Error(warning.message);
22+
console.error(warning.message);
2323
}
2424
}
2525
}

pnpm-lock.yaml

Lines changed: 79 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)