Skip to content

Commit 48fe5ae

Browse files
Bump Playwright (#17090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff5320a commit 48fe5ae

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
test_browser:
242242
<<: *default-job
243243
docker:
244-
- image: mcr.microsoft.com/playwright:v1.51.0-noble
244+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
245245
steps:
246246
- checkout
247247
- install_js:
@@ -273,7 +273,7 @@ jobs:
273273
test_e2e:
274274
<<: *default-job
275275
docker:
276-
- image: mcr.microsoft.com/playwright:v1.51.0-noble
276+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
277277
steps:
278278
- checkout
279279
- install_js:
@@ -285,7 +285,7 @@ jobs:
285285
test_e2e_website:
286286
<<: *default-job
287287
docker:
288-
- image: mcr.microsoft.com/playwright:v1.51.0-noble
288+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
289289
steps:
290290
- checkout
291291
- install_js:
@@ -298,7 +298,7 @@ jobs:
298298
test_regressions:
299299
<<: *default-job
300300
docker:
301-
- image: mcr.microsoft.com/playwright:v1.51.0-noble
301+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
302302
steps:
303303
- checkout
304304
- install_js:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@next/eslint-plugin-next": "15.2.3",
102102
"@octokit/plugin-retry": "^7.2.0",
103103
"@octokit/rest": "^21.1.1",
104-
"@playwright/test": "^1.51.0",
104+
"@playwright/test": "^1.51.1",
105105
"@types/babel__core": "^7.20.5",
106106
"@types/babel__traverse": "^7.20.6",
107107
"@types/chai": "^4.3.20",

pnpm-lock.yaml

Lines changed: 29 additions & 29 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
@@ -18,7 +18,7 @@
1818
"@mui/x-date-pickers": "workspace:*",
1919
"@mui/x-date-pickers-pro": "workspace:*",
2020
"@mui/x-license": "workspace:*",
21-
"@playwright/test": "^1.51.0",
21+
"@playwright/test": "^1.51.1",
2222
"@react-spring/web": "^9.7.5",
2323
"@types/chai": "^4.3.20",
2424
"@types/karma": "^6.3.9",

0 commit comments

Comments
 (0)