Skip to content

Commit

Permalink
make storybook dependencies more correct
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Jul 10, 2024
1 parent 6388abe commit ed1defa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@storybook/csf": "^0.1.11",
"@storybook/node-logger": "^8.0.0",
"@storybook/types": "^8.0.0",
"dedent": "^1.5.3",
"esrap": "^1.2.2",
"lodash-es": "^4.17.21",
Expand All @@ -69,16 +72,12 @@
"@storybook/addon-essentials": "^8.2.1",
"@storybook/addon-interactions": "^8.2.1",
"@storybook/client-logger": "^8.2.1",
"@storybook/core-common": "^8.2.1",
"@storybook/csf": "^0.1.11",
"@storybook/docs-tools": "^8.2.1",
"@storybook/eslint-config-storybook": "^4.0.0",
"@storybook/node-logger": "^8.2.1",
"@storybook/preview-api": "^8.2.1",
"@storybook/svelte": "^8.2.1",
"@storybook/svelte-vite": "^8.2.1",
"@storybook/test": "^8.2.1",
"@storybook/types": "^8.2.1",
"@sveltejs/package": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.3",
"@tsconfig/svelte": "^5.0.4",
Expand Down

0 comments on commit ed1defa

Please sign in to comment.