Skip to content

Commit b5afb66

Browse files
committed
Fix storybook versions
1 parent 670d4e7 commit b5afb66

File tree

3 files changed

+161
-414
lines changed

3 files changed

+161
-414
lines changed

frontend/docker-compose.playwright.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ services:
66
args:
77
- PLAYWRIGHT_VERSION=${PLAYWRIGHT_VERSION}
88
volumes:
9-
- ../node_modules:/node_modules:rw,Z
109
- .:/frontend:rw,Z
1110
user: ${USER_ID}
1211
working_dir: /frontend

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,13 @@
2323
"prettier-plugin-tailwindcss": "0.6.8",
2424
"typescript": "5.6.3",
2525
"vue-tsc": "2.1.6"
26+
},
27+
"pnpm": {
28+
"overrides": {
29+
"@storybook/builder-vite": "8.3.0-alpha.3",
30+
"@storybook/vue3": "8.3.0-alpha.3",
31+
"@storybook/vue3-vite": "8.3.0-alpha.3",
32+
"storybook": "8.3.0-alpha.3"
33+
}
2634
}
2735
}

0 commit comments

Comments
 (0)