Skip to content

Commit

Permalink
Bump playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2024
1 parent 76570b9 commit 198e047
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
test_unit_browser:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.45.1-focal
- image: mcr.microsoft.com/playwright:v1.45.2-focal
environment:
NODE_ENV: test

Expand All @@ -191,7 +191,7 @@ jobs:
resource_class: 'large'
parallelism: 2
docker:
- image: mcr.microsoft.com/playwright:v1.45.1-focal
- image: mcr.microsoft.com/playwright:v1.45.2-focal
environment:
NODE_ENV: test
TOOLPAD_TEST_RETRIES: 1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@mui/monorepo": "github:mui/material-ui#5fa1deb1eabf08b1821667665bf1a0be136c1c10",
"@mui/x-charts": "7.11.0",
"@next/eslint-plugin-next": "14.2.5",
"@playwright/test": "1.45.1",
"@playwright/test": "1.45.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@vitest/browser": "beta",
"next": "^14.2.5",
"next-router-mock": "^0.9.13",
"playwright": "^1.45.1",
"playwright": "^1.45.2",
"sinon": "^18.0.0",
"vitest": "beta"
},
Expand Down
78 changes: 39 additions & 39 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 198e047

Please sign in to comment.