Skip to content

Commit

Permalink
Merge pull request #101 from shinGangan/feat/add-storybook-test
Browse files Browse the repository at this point in the history
feat: Support `@storybook/test` and remove `@storybook/testing-library`
  • Loading branch information
chakAs3 authored Apr 17, 2024
2 parents 2ed3d44 + ebc6008 commit c2e1230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/storybook-nuxt-cli/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const CHECKMARK = '\u2714' // ✔
const CROSSMARK = '\u274C' // ❌
const STARTMARK = '\u25B6' // ▶

const sbVersion = '8.0.3'
const sbVersion = '8.0.8'
const nuxtSbVersion = '0.2.6'
const nuxtSbModuleVersion = '7.0.2'

Expand Down Expand Up @@ -157,7 +157,7 @@ async function addDevDependencies() {
'@storybook/builder-vite': sbVersion,
'@storybook/addon-essentials': sbVersion,
'@storybook/addon-interactions': sbVersion,
'@storybook/testing-library': '^0.2.0',
'@storybook/test': sbVersion,
'@storybook/blocks': sbVersion,
}

Expand Down

0 comments on commit c2e1230

Please sign in to comment.