Update svelte version in renderer-svelte (#2300)
* Update svelte version in renderer-svelte I am having funny console logs saying that my svelte component `received an unexpected slot "default".`. This issue is described here: https://github.com/sveltejs/kit/issues/981 Supposedly, updating svelte to version 3.44.3 solves this issue. I couldn't test it, though. * Update Svelte to 3.44.3 to get rid of console warning that component receives an unexpected slot "default".
This commit is contained in:
parent
e75b50d55d
commit
344866762c
3 changed files with 7 additions and 2 deletions
5
.changeset/swift-cherries-rule.md
Normal file
5
.changeset/swift-cherries-rule.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/renderer-svelte': patch
|
||||
---
|
||||
|
||||
Update Svelte to 3.44.3 to get rid of console warning that component receives an unexpected slot "default".
|
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "1.0.0-next.30",
|
||||
"svelte": "^3.44.2",
|
||||
"svelte": "^3.44.3",
|
||||
"svelte-preprocess": "^4.9.8"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -8804,7 +8804,7 @@ svelte-preprocess@^4.9.8:
|
|||
sorcery "^0.10.0"
|
||||
strip-indent "^3.0.0"
|
||||
|
||||
svelte@^3.44.2:
|
||||
svelte@^3.44.3:
|
||||
version "3.44.3"
|
||||
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.44.3.tgz#795b1ced6ed3da44969099e5061b850c93c95e9a"
|
||||
integrity sha512-aGgrNCip5PQFNfq9e9tmm7EYxWLVHoFsEsmKrtOeRD8dmoGDdyTQ+21xd7qgFd8MNdKGSYvg7F9dr+Tc0yDymg==
|
||||
|
|
Loading…
Reference in a new issue