Skip to content

Commit

Permalink
downgrade types
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored and renovate[bot] committed Aug 13, 2024
1 parent bf80e47 commit 149d171
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@nuxtjs/seo": "2.0.0-rc.18",
"@storybook/core-client": "7.6.17",
"@storybook/core-server": "7.6.20",
"@storybook/types": "8.2.9",
"@storybook/types": "7.6.20",
"@storybook/vue3": "7.6.20",
"@storybook/vue3-vite": "7.6.20",
"@tailwindcss/forms": "0.5.7",
Expand Down
1 change: 1 addition & 0 deletions pages/_storybook/external-iframe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function renderToCanvas(
): void {
const element = storyFn()
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
if (!element) {
showError({
title: `Expecting a Vue component from the story: "${name}" of "${title}".`,
Expand Down
13 changes: 2 additions & 11 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 149d171

Please sign in to comment.