Skip to content

Commit

Permalink
[chore] bump Playwright to 1.23.3 (#5511)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 13, 2022
1 parent 6cf3b88 commit 0dd1794
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
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-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"playwright": "^1.22.2",
"playwright": "^1.23.3",
"prettier": "^2.6.2",
"rollup": "^2.75.3",
"svelte": "^3.48.0",
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 @@ -31,7 +31,7 @@
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"@types/node": "^16.11.36",
"playwright-chromium": "^1.22.2",
"playwright-chromium": "^1.23.3",
"sirv": "^2.0.2",
"svelte": "^3.48.0",
"typescript": "^4.7.4",
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.22.2",
"@playwright/test": "^1.23.3",
"@sveltejs/kit": "workspace:*",
"@types/gitignore-parser": "^0.0.0",
"@types/prettier": "^2.6.3",
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 @@
"sade": "^1.8.1"
},
"devDependencies": {
"@playwright/test": "^1.22.2",
"@playwright/test": "^1.23.3",
"@rollup/plugin-replace": "^4.0.0",
"@types/connect": "^3.4.35",
"@types/cookie": "^0.5.1",
Expand Down
40 changes: 20 additions & 20 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 0dd1794

Please sign in to comment.