carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.71k stars 261 forks source link

chore(deps-dev): upgrade sveld to v19 #1776

Closed metonym closed 1 year ago

metonym commented 1 year ago

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.