Skip to content

Commit

Permalink
chore: update playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 14, 2024
1 parent 8e5a002 commit 531ee04
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
3 changes: 2 additions & 1 deletion examples/app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest"
"@nuxt/test-utils": "latest",
"@playwright/test": "^1.43.0"
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.2.0",
"@nuxt/module-builder": "0.5.5",
"@playwright/test": "1.43.0-alpha-2024-03-14",
"@playwright/test": "1.43.0",
"@testing-library/vue": "8.0.2",
"@types/estree": "1.0.5",
"@types/jsdom": "21.1.6",
Expand Down Expand Up @@ -98,7 +98,7 @@
"peerDependencies": {
"@cucumber/cucumber": "^10.3.1",
"@jest/globals": "^29.5.0",
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@testing-library/vue": "^7.0.0 || ^8.0.1",
"@vitest/ui": "^0.34.6 || ^1.0.0",
"@vue/test-utils": "^2.4.2",
Expand Down Expand Up @@ -147,6 +147,7 @@
"@nuxt/kit": "^3.10.3",
"@nuxt/schema": "^3.10.3",
"@nuxt/test-utils": "workspace:*",
"@playwright/test": "^1.43.0-alpha-2024-03-14",
"rollup": "4.13.0",
"vite": "5.1.6",
"vue": "^3.4.21"
Expand Down
22 changes: 14 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 531ee04

Please sign in to comment.