Skip to content

Commit

Permalink
Update Storybook and pin Nuxt Storybook module version (#5025)
Browse files Browse the repository at this point in the history
* Fix storybook versions

* Pin to a stable version
  • Loading branch information
obulat authored Oct 31, 2024
1 parent 66583ed commit 77cc631
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 2,422 deletions.
1 change: 0 additions & 1 deletion frontend/docker-compose.playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
args:
- PLAYWRIGHT_VERSION=${PLAYWRIGHT_VERSION}
volumes:
- ../node_modules:/node_modules:rw,Z
- .:/frontend:rw,Z
user: ${USER_ID}
working_dir: /frontend
Expand Down
18 changes: 7 additions & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,12 @@
"@babel/parser": "^7.24.8",
"@nuxt/test-utils": "^3.14.1",
"@nuxtjs/i18n": "8.5.5",
"@nuxtjs/storybook": "npm:@nuxtjs/storybook@nightly",
"@nuxtjs/storybook": "8.3.2",
"@playwright/test": "1.48.1",
"@storybook-vue/nuxt": "npm:@storybook-vue/nuxt@nightly",
"@storybook-vue/nuxt": "8.3.2",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@vitest/coverage-v8": "^2.1.3",
Expand All @@ -105,21 +108,14 @@
"npm-run-all2": "^7.0.0",
"nuxt": "3.13.2",
"rimraf": "^6.0.1",
"storybook": "^8.3.6",
"talkback": "^4.2.0",
"typescript": "5.6.3",
"vitest": "^2.1.3",
"vitest-dom": "^0.1.1",
"vue": "3.5.12",
"vue-router": "^4.4.5",
"vue-tsc": "2.1.8",
"storybook": "8.2.9",
"@storybook/vue3": "8.2.9",
"@storybook/addon-links": "8.2.9",
"@storybook/builder-vite": "8.2.9",
"@storybook/addon-essentials": "8.2.9",
"@storybook/addon-interactions": "8.2.9",
"@storybook/test": "8.2.9",
"@storybook/blocks": "8.2.9"
"vue-tsc": "2.1.8"
},
"browserslist": [
"> 1%",
Expand Down
Loading

0 comments on commit 77cc631

Please sign in to comment.