Skip to content

Commit

Permalink
fix(deps): update playwright dependencies to ^1.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 17, 2023
1 parent 3ee442d commit 3a13bba
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 85 deletions.
2 changes: 1 addition & 1 deletion examples/playwright-test-todomvc/package.json
Expand Up @@ -31,7 +31,7 @@
"test:webkit": "playwright test --config playwright.config.ts --project webkit"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"@playwright/test": "^1.37.1",
"@serenity-js/assertions": "^3.0.0",
"@serenity-js/core": "^3.0.0",
"@serenity-js/console-reporter": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion integration/playwright-test-ct/package.json
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@integration/testing-tools": "3.0.0",
"@playwright/experimental-ct-react17": "^1.36.2",
"@playwright/experimental-ct-react17": "^1.37.1",
"@serenity-js/assertions": "^3.0.0",
"@serenity-js/core": "^3.0.0",
"@serenity-js/playwright": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion integration/playwright-test/package.json
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@integration/testing-tools": "3.0.0",
"@playwright/test": "^1.36.2",
"@playwright/test": "^1.37.1",
"@serenity-js/assertions": "^3.0.0",
"@serenity-js/core": "^3.0.0",
"@serenity-js/local-server": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion integration/playwright-web/package.json
Expand Up @@ -52,7 +52,7 @@
"mocha": "^10.2.0",
"mocha-multi": "^1.1.7",
"npm-failsafe": "^1.0.0",
"playwright": "^1.36.2",
"playwright": "^1.37.1",
"start-server-and-test": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
Expand Down
160 changes: 82 additions & 78 deletions package-lock.json

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

0 comments on commit 3a13bba

Please sign in to comment.