Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade playwright version (and lock it) #19227

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ executors:
default: 'medium'
working_directory: /tmp/storybook
docker:
- image: mcr.microsoft.com/playwright:v1.25.1-focal
- image: mcr.microsoft.com/playwright:v1.26.0-focal
environment:
NODE_OPTIONS: --max_old_space_size=3076
resource_class: <<parameters.class>>
Expand Down
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"npmlog": "^5.0.1",
"nx": "14.6.1",
"p-limit": "^3.1.0",
"playwright": "^1.24.2",
"playwright": "1.26.0",
"postcss-loader": "^6.2.1",
"prettier": "2.7.1",
"process": "^0.11.10",
Expand Down
21 changes: 15 additions & 6 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9187,7 +9187,7 @@ __metadata:
npmlog: ^5.0.1
nx: 14.6.1
p-limit: ^3.1.0
playwright: ^1.24.2
playwright: 1.26.0
postcss-loader: ^6.2.1
prettier: 2.7.1
process: ^0.11.10
Expand Down Expand Up @@ -34860,14 +34860,23 @@ __metadata:
languageName: node
linkType: hard

"playwright@npm:^1.24.2":
version: 1.25.2
resolution: "playwright@npm:1.25.2"
"playwright-core@npm:1.26.0":
version: 1.26.0
resolution: "playwright-core@npm:1.26.0"
bin:
playwright: cli.js
checksum: 43f70bdc3e725819f5b26b5fbd5c78ca2c5769374818d2ebde7a2ebefb5bd44b301b2f3d04fa7c33cee8850d5395d299c8b063f0504ca5ae2279cbeb1af7d72b
languageName: node
linkType: hard

"playwright@npm:1.26.0":
version: 1.26.0
resolution: "playwright@npm:1.26.0"
dependencies:
playwright-core: 1.25.2
playwright-core: 1.26.0
bin:
playwright: cli.js
checksum: f8c5647dd680dd6f15d1f7bb19f2afec9a62b7331721b0860b3777bb8f1e653fa2fb737a8e79564557805505c0d8e255fbdedb2c1cc9dd219f1b8c1f7141a744
checksum: f4bb1c99249c6197670fd597becf52e64f7978bf46ac8edd88c572832baafa1c592e3e8909df57e99ee4ea5b9cd9f0345abec4c5dabdffcfcd92e19c393dc386
languageName: node
linkType: hard

Expand Down