Skip to content

Commit 2a48c11

Browse files
committed
build: added missing playwright deps for storybook's test
1 parent fe6bf9c commit 2a48c11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@
150150
"@types/node": "^22.14.0",
151151
"@vitejs/plugin-vue": "^5.0.4",
152152
"@vue/runtime-core": "^3.4.27",
153+
"@playwright/test": "=1.50.0",
154+
"playwright": "=1.50.0",
153155
"@vue/runtime-dom": "^3.4.27",
154156
"@vueuse/components": "^13.0.0",
155157
"@vueuse/core": "^13.0.0",
@@ -172,6 +174,7 @@
172174
"vite": "^6.2.5",
173175
"vite-plugin-externalize-deps": "^0.9.0",
174176
"vite-tsconfig-paths": "^5.0.1",
177+
"playwright-core": "=1.50.0",
175178
"vue": "^3.5.13",
176179
"vue-tsc": "^2.0.19",
177180
"wait-on": "^8.0.3"

0 commit comments

Comments
 (0)