Skip to content

Commit

Permalink
[chore] upgrade to Playwright 1.21.0 (#4601)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Apr 12, 2022
1 parent c6a3c48 commit 675efb0
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 69 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-kids-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

[chore] upgrade to Playwright 1.21.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-svelte3": "^3.2.1",
"playwright-chromium": "^1.19.1",
"playwright-chromium": "^1.21.0",
"prettier": "^2.5.0",
"rollup": "^2.60.2",
"typescript": "~4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"devalue": "^2.0.1",
"playwright-chromium": "^1.20.2",
"playwright-chromium": "^1.21.0",
"port-authority": "^1.1.2",
"sirv": "^2.0.0",
"svelte": "^3.44.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prompts": "^2.4.2"
},
"devDependencies": {
"@playwright/test": "^1.20.2",
"@playwright/test": "^1.21.0",
"@sveltejs/kit": "workspace:*",
"@types/gitignore-parser": "^0.0.0",
"@types/prettier": "^2.4.2",
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion packages/create-svelte/shared/+playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@playwright/test": "^1.20.2"
"@playwright/test": "^1.21.0"
},
"scripts": {
"test": "playwright test"
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vite": "^2.9.0"
},
"devDependencies": {
"@playwright/test": "^1.20.2",
"@playwright/test": "^1.21.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/amphtml-validator": "^1.0.1",
"@types/cookie": "^0.4.1",
Expand Down
78 changes: 19 additions & 59 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 675efb0

Please sign in to comment.