Skip to content

Commit

Permalink
replace lodash-es usage with es-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Jul 21, 2024
1 parent 65bf49e commit 7bad5ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"dedent": "^1.5.3",
"es-toolkit": "^1.13.1",
"esrap": "^1.2.2",
"lodash-es": "^4.17.21",
"magic-string": "^0.30.10",
"svelte-ast-print": "0.2.3",
"zimmerframe": "^1.1.2"
Expand Down
8 changes: 0 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/runtime/emit-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SourceType, SNIPPET_RENDERED } from '@storybook/docs-tools';

import { addons } from '@storybook/preview-api';
import type { StoryObj } from '@storybook/svelte';
import get from 'lodash-es/get';
import { get } from 'es-toolkit/compat';
import type { ComponentProps } from 'svelte';
import type { EmptyObject } from 'type-fest';

Expand Down

0 comments on commit 7bad5ea

Please sign in to comment.