File tree Expand file tree Collapse file tree 4 files changed +35
-35
lines changed Expand file tree Collapse file tree 4 files changed +35
-35
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241
241
test_browser :
242
242
<< : *default-job
243
243
docker :
244
- - image : mcr.microsoft.com/playwright:v1.51.0 -noble
244
+ - image : mcr.microsoft.com/playwright:v1.51.1 -noble
245
245
steps :
246
246
- checkout
247
247
- install_js :
@@ -273,7 +273,7 @@ jobs:
273
273
test_e2e :
274
274
<< : *default-job
275
275
docker :
276
- - image : mcr.microsoft.com/playwright:v1.51.0 -noble
276
+ - image : mcr.microsoft.com/playwright:v1.51.1 -noble
277
277
steps :
278
278
- checkout
279
279
- install_js :
@@ -285,7 +285,7 @@ jobs:
285
285
test_e2e_website :
286
286
<< : *default-job
287
287
docker :
288
- - image : mcr.microsoft.com/playwright:v1.51.0 -noble
288
+ - image : mcr.microsoft.com/playwright:v1.51.1 -noble
289
289
steps :
290
290
- checkout
291
291
- install_js :
@@ -298,7 +298,7 @@ jobs:
298
298
test_regressions :
299
299
<< : *default-job
300
300
docker :
301
- - image : mcr.microsoft.com/playwright:v1.51.0 -noble
301
+ - image : mcr.microsoft.com/playwright:v1.51.1 -noble
302
302
steps :
303
303
- checkout
304
304
- install_js :
Original file line number Diff line number Diff line change 101
101
"@next/eslint-plugin-next" : " 15.2.3" ,
102
102
"@octokit/plugin-retry" : " ^7.2.0" ,
103
103
"@octokit/rest" : " ^21.1.1" ,
104
- "@playwright/test" : " ^1.51.0 " ,
104
+ "@playwright/test" : " ^1.51.1 " ,
105
105
"@types/babel__core" : " ^7.20.5" ,
106
106
"@types/babel__traverse" : " ^7.20.6" ,
107
107
"@types/chai" : " ^4.3.20" ,
Original file line number Diff line number Diff line change 18
18
"@mui/x-date-pickers" : " workspace:*" ,
19
19
"@mui/x-date-pickers-pro" : " workspace:*" ,
20
20
"@mui/x-license" : " workspace:*" ,
21
- "@playwright/test" : " ^1.51.0 " ,
21
+ "@playwright/test" : " ^1.51.1 " ,
22
22
"@react-spring/web" : " ^9.7.5" ,
23
23
"@types/chai" : " ^4.3.20" ,
24
24
"@types/karma" : " ^6.3.9" ,
You can’t perform that action at this time.
0 commit comments