Skip to content

Commit

Permalink
Fix storybook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Oct 30, 2024
1 parent 0f981f0 commit 09e314a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 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
16 changes: 6 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
"@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.3-28822616.1c9e939",
"@playwright/test": "1.48.1",
"@storybook-vue/nuxt": "npm:@storybook-vue/nuxt@nightly",
"@storybook-vue/nuxt": "8.3.3-28822616.1c9e939",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@vitest/coverage-v8": "^2.1.3",
Expand All @@ -112,14 +112,10 @@
"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"
"storybook": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit 09e314a

Please sign in to comment.