Skip to content

Commit

Permalink
revert fix for Storybook 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Jul 14, 2024
1 parent 9bb9dce commit 05e273f
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 192 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
},
"dependencies": {
"@storybook/csf": "^0.1.11",
"@storybook/node-logger": "^8.0.0",
"@storybook/types": "^8.0.0",
"@storybook/node-logger": "^8.2.2",
"@storybook/types": "^8.2.2",
"dedent": "^1.5.3",
"esrap": "^1.2.2",
"lodash-es": "^4.17.21",
Expand All @@ -68,16 +68,16 @@
},
"devDependencies": {
"@auto-it/released": "^11.1.6",
"@storybook/addon-actions": "^8.2.1",
"@storybook/addon-essentials": "^8.2.1",
"@storybook/addon-interactions": "^8.2.1",
"@storybook/client-logger": "^8.2.1",
"@storybook/docs-tools": "^8.2.1",
"@storybook/addon-actions": "^8.2.2",
"@storybook/addon-essentials": "^8.2.2",
"@storybook/addon-interactions": "^8.2.2",
"@storybook/client-logger": "^8.2.2",
"@storybook/docs-tools": "^8.2.2",
"@storybook/eslint-config-storybook": "^4.0.0",
"@storybook/preview-api": "^8.2.1",
"@storybook/svelte": "^8.2.1",
"@storybook/svelte-vite": "^8.2.1",
"@storybook/test": "^8.2.1",
"@storybook/preview-api": "^8.2.2",
"@storybook/svelte": "^8.2.2",
"@storybook/svelte-vite": "^8.2.2",
"@storybook/test": "^8.2.2",
"@sveltejs/package": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.3",
"@tsconfig/svelte": "^5.0.4",
Expand All @@ -94,7 +94,7 @@
"prettier-plugin-svelte": "^3.2.5",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"storybook": "^8.2.1",
"storybook": "^8.2.2",
"svelte": "5.0.0-next.155",
"svelte-check": "^3.8.4",
"tslib": "^2.6.3",
Expand Down
Loading

0 comments on commit 05e273f

Please sign in to comment.