Skip to content

Commit

Permalink
fix(deps): update playwright dependencies to v1.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent 0ce7b7a commit fbbb2d4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 12 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.43.0",
"@playwright/test": "1.43.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.43.0",
"@playwright/experimental-ct-react17": "1.43.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.43.0",
"@playwright/test": "1.43.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 @@ -53,7 +53,7 @@
"mocha": "10.4.0",
"mocha-multi": "1.1.7",
"npm-failsafe": "1.2.0",
"playwright": "1.43.0",
"playwright": "1.43.1",
"start-server-and-test": "2.0.3",
"ts-node": "10.9.2",
"typescript": "5.2.2"
Expand Down
9 changes: 4 additions & 5 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 @@ -120,7 +120,7 @@
"istanbul-lib-coverage": "3.2.2",
"lerna": "6.6.2",
"mocha-testdata": "1.2.0",
"playwright-core": "1.43.0",
"playwright-core": "1.43.1",
"rimraf": "5.0.5",
"semver": "7.6.0",
"sinon": "17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright-test/package.json
Expand Up @@ -45,7 +45,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@playwright/test": "1.43.0",
"@playwright/test": "1.43.1",
"@serenity-js/core": "3.22.0",
"@serenity-js/playwright": "3.22.0",
"@serenity-js/rest": "3.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@serenity-js/core": "3.22.0",
"@serenity-js/web": "3.22.0",
"playwright-core": "1.43.0",
"playwright-core": "1.43.1",
"tiny-types": "1.22.0"
},
"devDependencies": {
Expand Down

0 comments on commit fbbb2d4

Please sign in to comment.