Skip to content

Commit

Permalink
fix(deps): update playwright dependencies to ^1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 17, 2023
1 parent 0407157 commit 56c6ec0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.39.0",
"@playwright/test": "^1.40.0",
"@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.39.0",
"@playwright/experimental-ct-react17": "^1.40.0",
"@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.39.0",
"@playwright/test": "^1.40.0",
"@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.2.0",
"mocha-multi": "^1.1.7",
"npm-failsafe": "^1.2.0",
"playwright": "^1.39.0",
"playwright": "^1.40.0",
"start-server-and-test": "^2.0.2",
"ts-node": "^10.9.1",
"typescript": "5.1.6"
Expand Down
8 changes: 4 additions & 4 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 @@ -119,7 +119,7 @@
"istanbul-lib-coverage": "^3.2.2",
"lerna": "^6.6.2",
"mocha-testdata": "^1.2.0",
"playwright-core": "^1.39.0",
"playwright-core": "^1.40.0",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"sinon": "^17.0.1",
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.39.0",
"@playwright/test": "^1.40.0",
"@serenity-js/core": "3.13.2",
"@serenity-js/playwright": "3.13.2",
"@serenity-js/rest": "3.13.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@serenity-js/core": "3.13.2",
"@serenity-js/web": "3.13.2",
"playwright-core": "^1.39.0",
"playwright-core": "^1.40.0",
"tiny-types": "^1.21.0"
},
"devDependencies": {
Expand Down

0 comments on commit 56c6ec0

Please sign in to comment.