Skip to content

Commit

Permalink
chore: use locked version of storybook to create starter
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jan 16, 2025
1 parent 82a60c1 commit 6eb19fe
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
New-Item -Path ${{ runner.temp }}/example -ItemType Directory
pnpm nuxt init ${{ runner.temp }}/example --packageManager pnpm --force --gitInit=false
cd ${{ runner.temp }}/example
pnpm dlx storybook init
pnpm storybook init
pnpm add $packages
- name: Build Storybook
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"devDependencies": {
"@nuxt/eslint-config": "0.7.2",
"@nuxt/test-utils": "3.15.1",
"@vitest/coverage-v8": "2.1.8",
"@playwright/test": "1.49.0",
"@types/node": "22.10.1",
"@vitest/coverage-v8": "2.1.8",
"changelogen": "0.5.7",
"chromatic": "11.20.0",
"eslint": "9.16.0",
Expand All @@ -59,6 +59,7 @@
"prettier": "3.4.2",
"release-it": "17.10.0",
"semver": "7.6.3",
"storybook": "8.5.0",
"typescript": "5.7.2",
"vitest": "2.1.8"
},
Expand Down
Loading

0 comments on commit 6eb19fe

Please sign in to comment.