Skip to content

Commit

Permalink
build: bump-up all storybook packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Dec 4, 2024
1 parent 138b9d6 commit f163584
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 1,083 deletions.
18 changes: 9 additions & 9 deletions packages/component-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@shopware-ag/stylelint-plugin-meteor": "workspace:*",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-interactions": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
"@storybook/blocks": "^8.0.4",
"@storybook/manager-api": "^8.0.4",
"@storybook/test": "^8.0.4",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-links": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/manager-api": "^8.4.6",
"@storybook/test": "^8.4.6",
"@storybook/test-runner": "^0.17.0",
"@storybook/theming": "^8.0.4",
"@storybook/vue3": "^8.0.4",
"@storybook/theming": "^8.4.6",
"@storybook/vue3": "^8.4.6",
"@storybook/vue3-vite": "^8.4.6",
"@tsconfig/node18": "^18.2.2",
"@types/jsdom": "^21.1.3",
Expand All @@ -96,7 +96,7 @@
"postcss-html": "^1.7.0",
"prettier": "3.2.5",
"sass": "^1.69.5",
"storybook": "^8.0.4",
"storybook": "^8.4.6",
"storybook-dark-mode": "^4.0.1",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/component-library/src/_internal/story-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ export function defineStory<T>(
const screen = within(document.body);
await config.play({ ...context, screen });
},
} as StoryObj<T>;
} as unknown as StoryObj<T>;
}
3 changes: 3 additions & 0 deletions packages/stylelint-plugin-meteor/src/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "commonjs"
}
Loading

0 comments on commit f163584

Please sign in to comment.