Skip to content

Commit 61984e2

Browse files
authoredMar 11, 2025··
chore(deps): update playwright monorepo to v1.51.0 (#8890)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c580ffc commit 61984e2

File tree

5 files changed

+37
-37
lines changed

5 files changed

+37
-37
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"prettier": "@sanity/prettier-config",
105105
"devDependencies": {
106106
"@google-cloud/storage": "^7.11.0",
107-
"@playwright/test": "1.50.1",
107+
"@playwright/test": "1.51.0",
108108
"@repo/dev-aliases": "workspace:*",
109109
"@repo/package.config": "workspace:*",
110110
"@repo/test-config": "workspace:*",

‎packages/sanity/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@
277277
"yargs": "^17.3.0"
278278
},
279279
"devDependencies": {
280-
"@playwright/experimental-ct-react": "1.50.1",
281-
"@playwright/test": "1.50.1",
280+
"@playwright/experimental-ct-react": "1.51.0",
281+
"@playwright/test": "1.51.0",
282282
"@repo/dev-aliases": "workspace:*",
283283
"@repo/package.config": "workspace:*",
284284
"@repo/test-config": "workspace:*",

‎perf/efps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dotenv": "^16.0.3",
3030
"globby": "^11.1.0",
3131
"ora": "^8.0.1",
32-
"playwright": "^1.50.1",
32+
"playwright": "^1.51.0",
3333
"react": "^19.0.0",
3434
"react-dom": "^19.0.0",
3535
"rollup-plugin-sourcemaps": "^0.6.3",

‎perf/tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"studio:dev": "cd perf/studio && SANITY_STUDIO_DATASET=dev pnpm dev"
1616
},
1717
"dependencies": {
18-
"@playwright/test": "1.50.1",
18+
"@playwright/test": "1.51.0",
1919
"@sanity/client": "^6.28.3",
2020
"@sanity/uuid": "^3.0.1",
2121
"dotenv": "^16.0.3",

‎pnpm-lock.yaml

+32-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.