Skip to content

Commit d24c188

Browse files
Bump playwright monorepo (#2995)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a24f33 commit d24c188

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
<<: *default-job
227227
resource_class: 'medium+'
228228
docker:
229-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
229+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
230230
steps:
231231
- checkout
232232
- install_js:
@@ -250,7 +250,7 @@ jobs:
250250
test_regressions:
251251
<<: *default-job
252252
docker:
253-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
253+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
254254
steps:
255255
- checkout
256256
- install_js:
@@ -264,7 +264,7 @@ jobs:
264264
test_e2e:
265265
<<: *default-job
266266
docker:
267-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
267+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
268268
steps:
269269
- checkout
270270
- install_js:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@mui/internal-netlify-cache": "^0.0.2-canary.0",
6464
"@mui/internal-test-utils": "^2.0.10",
6565
"@octokit/rest": "^22.0.0",
66-
"@playwright/test": "1.56.0",
66+
"@playwright/test": "1.56.1",
6767
"@tailwindcss/postcss": "4.1.14",
6868
"@types/node": "^22.18.8",
6969
"@types/react": "^19.2.2",

pnpm-lock.yaml

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@base-ui-components/react": "workspace:*",
99
"@mui/internal-test-utils": "^2.0.10",
10-
"@playwright/test": "1.56.0",
10+
"@playwright/test": "1.56.1",
1111
"@testing-library/dom": "^10.4.1",
1212
"@testing-library/jest-dom": "^6.9.1",
1313
"@types/chai": "^5.2.2",

0 commit comments

Comments
 (0)