Skip to content

Commit

Permalink
fix(deps): update playwright dependencies to ^1.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 25, 2023
1 parent 445f6f8 commit f9cc78f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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.1",
"@playwright/test": "^1.36.2",
"@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.1",
"@playwright/experimental-ct-react17": "^1.36.2",
"@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.1",
"@playwright/test": "^1.36.2",
"@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.1",
"playwright": "^1.36.2",
"start-server-and-test": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
Expand Down
14 changes: 7 additions & 7 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 package.json
Expand Up @@ -117,7 +117,7 @@
"istanbul-lib-coverage": "^3.2.0",
"lerna": "^6.6.2",
"mocha-testdata": "^1.2.0",
"playwright-core": "^1.36.1",
"playwright-core": "^1.36.2",
"rimraf": "^5.0.1",
"semver": "^7.5.4",
"sinon": "^15.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright-test/package.json
Expand Up @@ -44,7 +44,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@playwright/test": "^1.36.1",
"@playwright/test": "^1.36.2",
"@serenity-js/core": "3.7.1",
"@serenity-js/playwright": "3.7.1",
"@serenity-js/web": "3.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@serenity-js/core": "3.7.1",
"@serenity-js/web": "3.7.1",
"playwright-core": "^1.36.1",
"playwright-core": "^1.36.2",
"tiny-types": "^1.20.0"
},
"devDependencies": {
Expand Down

0 comments on commit f9cc78f

Please sign in to comment.