Follow-up to #1773, which used sveld@19 to regenerate TypeScript definitions for Svelte 4 support.
I'd used a locally symlinked version of sveld. This PR actually upgrades the dependency in the package.json so that running yarn build:docs produces the same result.
To test this, I ran "yarn build:docs"; as expected, no changes occurred.
Follow-up to #1773, which used
sveld@19
to regenerate TypeScript definitions for Svelte 4 support.I'd used a locally symlinked version of
sveld
. This PR actually upgrades the dependency in thepackage.json
so that runningyarn build:docs
produces the same result.To test this, I ran "yarn build:docs"; as expected, no changes occurred.