Skip to content

Commit

Permalink
fix(ct-vue): Upgrade plugin-vue to be compatible with Vite 5
Browse files Browse the repository at this point in the history
ct-core uses Vite 5, but ct-vue uses the Vue plugin for Vite 4.
  • Loading branch information
segevfiner committed Nov 25, 2024
1 parent 39285c4 commit 1f86c6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/playwright-ct-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@playwright/experimental-ct-core": "1.50.0-next",
"@vitejs/plugin-vue": "^4.2.1"
"@vitejs/plugin-vue": "^5.2.0"
},
"bin": {
"playwright": "cli.js"
Expand Down

0 comments on commit 1f86c6b

Please sign in to comment.