storybookjs / addon-svelte-csf

[Incubation] CSF using Svelte components.
MIT License
103 stars 32 forks source link

Replace lodash usage with es-toolkit #192

Closed JReinhold closed 2 months ago

JReinhold commented 2 months ago

186 introduces usage of es-toolkit. This PR replaces the one place we use lodash-es (get) with the compat get from es-toolkit, to remove lodash from the dependency list.

The emit code functionality is heavily unit tested, and everything seems to work without issues.

📦 Published PR as canary version: 4.1.5--canary.192.7a0174d.0
:sparkles: Test out this PR locally via: ```bash npm install @storybook/addon-svelte-csf@4.1.5--canary.192.7a0174d.0 # or yarn add @storybook/addon-svelte-csf@4.1.5--canary.192.7a0174d.0 ```