Skip to content

Commit

Permalink
more fixes for warnings and errors in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jun 28, 2024
1 parent 6fe49b9 commit 6d1303d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion apps/vue-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,18 @@
"@fancyapps/ui": "^4.0.26",
"@tailwindcss/forms": "^0.5.7",
"click-outside-vue3": "^4.0.1",
"dayjs": "^1.11.11",
"swiper": "^11.1.3",
"vue": "^3.2.47",
"vue3-compare-image": "^1.2.5"
},
"devDependencies": {
"@explorer-1/common": "workspace:*",
"@explorer-1/common-storybook": "workspace:*",
"@explorer-1/html": "workspace:*",
"@explorer-1/prettier-config": "workspace:*",
"@explorer-1/tsconfig": "workspace:*",
"@explorer-1/vue": "workspace:*",
"@explorer-1/html": "workspace:*",
"@rushstack/eslint-patch": "^1.2.0",
"@storybook/addon-a11y": "^8.1.6",
"@storybook/addon-essentials": "^8.1.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { HeroMediaData } from './../../components/HeroMedia/HeroMedia/HeroMedia.stories'
import { DetailHeadlineData } from './../../components/DetailHeadline/DetailHeadline/DetailHeadline.stories'
import { BlockStreamfieldData } from './../../components/BlockStreamfield/BlockStreamfield/BlockStreamfield.stories'
import { HeroMediaData } from './../../components/HeroMedia/HeroMedia.stories'
import { DetailHeadlineData } from './../../components/DetailHeadline/DetailHeadline.stories'
import { BlockStreamfieldData } from './../../components/BlockStreamfield/BlockStreamfield.stories'
import {
BlockLinkCardCarouselData,
BlockLinkTileCarouselData
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 6d1303d

Please sign in to comment.