mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-16 00:05:56 +08:00
Merge pull request #20372 from storybookjs/shilman/upgrade-playwright-1-29-1
Build: Update Playwright to 1.29.1
This commit is contained in:
commit
996c9fb574
@ -43,7 +43,7 @@ executors:
|
||||
default: 'small'
|
||||
working_directory: /tmp/storybook
|
||||
docker:
|
||||
- image: mcr.microsoft.com/playwright:v1.29.0-focal
|
||||
- image: mcr.microsoft.com/playwright:v1.29.1-focal
|
||||
environment:
|
||||
NODE_OPTIONS: --max_old_space_size=6144
|
||||
resource_class: <<parameters.class>>
|
||||
|
@ -145,7 +145,7 @@
|
||||
"@nrwl/cli": "14.6.1",
|
||||
"@nrwl/nx-cloud": "14.6.0",
|
||||
"@nrwl/workspace": "14.6.1",
|
||||
"@playwright/test": "1.29.0",
|
||||
"@playwright/test": "1.29.1",
|
||||
"@storybook/addon-a11y": "workspace:*",
|
||||
"@storybook/addon-actions": "workspace:*",
|
||||
"@storybook/addon-backgrounds": "workspace:*",
|
||||
@ -315,7 +315,7 @@
|
||||
"npmlog": "^5.0.1",
|
||||
"nx": "14.6.1",
|
||||
"p-limit": "^3.1.0",
|
||||
"playwright": "1.29.0",
|
||||
"playwright": "1.29.1",
|
||||
"prettier": "2.8.0",
|
||||
"process": "^0.11.10",
|
||||
"prompts": "^2.4.0",
|
||||
|
@ -5098,15 +5098,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@playwright/test@npm:1.29.0":
|
||||
version: 1.29.0
|
||||
resolution: "@playwright/test@npm:1.29.0"
|
||||
"@playwright/test@npm:1.29.1":
|
||||
version: 1.29.1
|
||||
resolution: "@playwright/test@npm:1.29.1"
|
||||
dependencies:
|
||||
"@types/node": "*"
|
||||
playwright-core: 1.29.0
|
||||
playwright-core: 1.29.1
|
||||
bin:
|
||||
playwright: cli.js
|
||||
checksum: 272a7d230ba939ee4718d37c83c922af092138eb95605dd4c14c83a90e5f46b4392dbfdca81e53a7192a9f6f0703f99bff6d907a2c780727c5c1af14fc3f3b5f
|
||||
checksum: a0ae293b92b6a2591938ec45a4eb78c84b066fcb2c772859b8cbf2e60dc733cb0bb5cf772fe99d624c41c94c7d039cba37dc073815b2d294ab278fbf3bd9d5ff
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -7321,7 +7321,7 @@ __metadata:
|
||||
"@nrwl/cli": 14.6.1
|
||||
"@nrwl/nx-cloud": 14.6.0
|
||||
"@nrwl/workspace": 14.6.1
|
||||
"@playwright/test": 1.29.0
|
||||
"@playwright/test": 1.29.1
|
||||
"@storybook/addon-a11y": "workspace:*"
|
||||
"@storybook/addon-actions": "workspace:*"
|
||||
"@storybook/addon-backgrounds": "workspace:*"
|
||||
@ -7493,7 +7493,7 @@ __metadata:
|
||||
npmlog: ^5.0.1
|
||||
nx: 14.6.1
|
||||
p-limit: ^3.1.0
|
||||
playwright: 1.29.0
|
||||
playwright: 1.29.1
|
||||
prettier: 2.8.0
|
||||
process: ^0.11.10
|
||||
prompts: ^2.4.0
|
||||
@ -25958,23 +25958,23 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"playwright-core@npm:1.29.0":
|
||||
version: 1.29.0
|
||||
resolution: "playwright-core@npm:1.29.0"
|
||||
"playwright-core@npm:1.29.1":
|
||||
version: 1.29.1
|
||||
resolution: "playwright-core@npm:1.29.1"
|
||||
bin:
|
||||
playwright: cli.js
|
||||
checksum: 9fc6260985b71f99fc701c0411ab76cb7a67a381623ccb518a4ac67d116d7dd9d72de6ed3f8fb0a7f951c7ba3b5c521b9762677f9c052a1c084925f493356ac1
|
||||
checksum: b4c0c93f9b12d540296b262da574f83708f68c2434d9f6622045b9a9eeb61b694c5a1616cce78e70887ab7559d0604fae8ef17f9fa38272d8400669ea7f4794e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"playwright@npm:1.29.0":
|
||||
version: 1.29.0
|
||||
resolution: "playwright@npm:1.29.0"
|
||||
"playwright@npm:1.29.1":
|
||||
version: 1.29.1
|
||||
resolution: "playwright@npm:1.29.1"
|
||||
dependencies:
|
||||
playwright-core: 1.29.0
|
||||
playwright-core: 1.29.1
|
||||
bin:
|
||||
playwright: cli.js
|
||||
checksum: 3c93fa1f80de5de37600dbe7dc76e2d10718a67a65a209c04fab9367d87c68b1caf14c1cdb44e7edc15f289aa32e469c38c019eceb67a839b43044517f1b9437
|
||||
checksum: db049c6f72fe329d1c5b5daf2b4f212fbe1f57dba075bdffc4b71a473149bf20af36528cc3819c250bbef1f0366c105b3c63e66fb82524310061a1cca99437ae
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user