Skip to content

Commit

Permalink
add storybook dep to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jul 7, 2024
1 parent 5ade683 commit b320e8c
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 323 deletions.
3 changes: 2 additions & 1 deletion examples/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/test": "^8.0.8"
"@storybook/test": "^8.0.8",
"storybook": "^8.1.11"
}
}
3 changes: 2 additions & 1 deletion examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/test": "^8.0.8"
"@storybook/test": "^8.0.8",
"storybook": "^8.1.11"
}
}
3 changes: 2 additions & 1 deletion examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/test": "^8.0.8"
"@storybook/test": "^8.0.8",
"storybook": "^8.1.11"
}
}
1 change: 1 addition & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"nuxt": "^3.11.1",
"storybook": "^8.1.11",
"vite-plugin-inspect": "^0.8.4"
}
}
Loading

0 comments on commit b320e8c

Please sign in to comment.