Skip to content

Commit

Permalink
chore: ⬆️ update storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
laruiss committed Jan 29, 2025
1 parent 8f34e51 commit 64dc07d
Show file tree
Hide file tree
Showing 3 changed files with 569 additions and 567 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: Test
run: pnpm test
- name: Install Playwright with dependencies
run: pnpx playwright install --with-deps
- name: Install Playwright
run: pnpx playwright install
run: pnpx playwright install --with-deps firefox

- name: Build Storybook
run: pnpm build-storybook --quiet
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dev": "storybook dev -p 6006",
"vitest": "vitest",
"coverage": "vitest run --coverage",
"test-storybook": "cross-env test-storybook --url ${TEST_STORYBOOK_URL:-http://localhost:6006}",
"test-storybook": "cross-env test-storybook --url ${TEST_STORYBOOK_URL:-http://localhost:6006} --browsers firefox",
"test": "run-s test:unit",
"test:watch": "vitest",
"test:unit": "vitest run",
Expand Down Expand Up @@ -98,25 +98,25 @@
"@commitlint/config-conventional": "^19.6.0",
"@iconify/vue": "^4.3.0",
"@playwright/test": "1.49.1",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-mdx-gfm": "^8.4.7",
"@storybook/addon-themes": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/addon-a11y": "^8.5.2",
"@storybook/addon-docs": "^8.5.2",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-interactions": "^8.5.2",
"@storybook/addon-links": "^8.5.2",
"@storybook/addon-mdx-gfm": "^8.5.2",
"@storybook/addon-themes": "^8.5.2",
"@storybook/blocks": "^8.5.2",
"@storybook/test": "^8.5.2",
"@storybook/test-runner": "^0.21.0",
"@storybook/theming": "^8.4.7",
"@storybook/vue3": "^8.4.7",
"@storybook/vue3-vite": "^8.4.7",
"@storybook/theming": "^8.5.2",
"@storybook/vue3": "^8.5.2",
"@storybook/vue3-vite": "^8.5.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@testing-library/vue": "^8.1.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.9",
"@types/node": "^22.12.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/test-utils": "^2.4.6",
Expand All @@ -130,14 +130,14 @@
"commander": "^13.1.0",
"commitlint": "^19.6.1",
"cross-env": "^7.0.3",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-plugin-vue": "^9.32.0",
"globby": "^14.0.2",
"husky": "^9.1.7",
"inquirer": "^12.3.2",
"inquirer": "^12.3.3",
"jsdom": "^26.0.0",
"lightningcss": "^1.29.1",
"lint-staged": "^15.4.2",
"lint-staged": "^15.4.3",
"npm-run-all": "^4.1.5",
"p-debounce": "^4.0.0",
"pnpm": "^9.15.4",
Expand All @@ -146,7 +146,7 @@
"rimraf": "^6.0.1",
"semantic-release": "^24.2.1",
"start-server-and-test": "^2.0.10",
"storybook": "^8.4.7",
"storybook": "^8.5.2",
"typescript": "~5.6.3",
"vite": "^5.4.14",
"vite-node": "^3.0.4",
Expand Down
Loading

0 comments on commit 64dc07d

Please sign in to comment.