Skip to content

Commit

Permalink
Merge pull request #22996 from storybookjs/norbert/upgrade-addon-bench
Browse files Browse the repository at this point in the history
Build: Fix CI with conflicting playwright version
  • Loading branch information
ndelangen committed Jun 9, 2023
2 parents 10e6a67 + a190290 commit 483bd65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
4 changes: 4 additions & 0 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
"@typescript-eslint/parser": "^5.45.0",
"esbuild": "^0.17.0",
"eslint": "^8.28.0",
"playwright": "1.35.0",
"playwright-core": "1.35.0",
"serialize-javascript": "^3.1.0",
"type-fest": "^3.11.0"
},
Expand Down Expand Up @@ -244,6 +246,8 @@
"node-gyp": "^9.3.1",
"nx": "16.2.1",
"nx-cloud": "16.0.5",
"playwright": "^1.35.0",
"playwright-core": "^1.35.0",
"prettier": "2.8.0",
"process": "^0.11.10",
"raf": "^3.4.1",
Expand Down
21 changes: 7 additions & 14 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7210,6 +7210,8 @@ __metadata:
node-gyp: ^9.3.1
nx: 16.2.1
nx-cloud: 16.0.5
playwright: ^1.35.0
playwright-core: ^1.35.0
prettier: 2.8.0
process: ^0.11.10
raf: ^3.4.1
Expand Down Expand Up @@ -24494,15 +24496,6 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.34.3":
version: 1.34.3
resolution: "playwright-core@npm:1.34.3"
bin:
playwright-core: cli.js
checksum: 2e3ec8394b69bcd55db3a01a0a2cf63ee4b924bd79852c237d3eb045273f056b5784ab2147f60a7bb2db7998b8f7c5ec34d8554dd7648cc77d5affc9d91a85c8
languageName: node
linkType: hard

"playwright-core@npm:1.35.0":
version: 1.35.0
resolution: "playwright-core@npm:1.35.0"
Expand All @@ -24512,14 +24505,14 @@ __metadata:
languageName: node
linkType: hard

"playwright@npm:^1.24.2":
version: 1.34.3
resolution: "playwright@npm:1.34.3"
"playwright@npm:1.35.0":
version: 1.35.0
resolution: "playwright@npm:1.35.0"
dependencies:
playwright-core: 1.34.3
playwright-core: 1.35.0
bin:
playwright: cli.js
checksum: e17c0dbfc87f8764d1e34762b27d561d34a1e3dccc5d4e5d08edbf58e582d49e86ecf161f7f21af103a35045ae5a9cf0169204aa9c0a808046116cb2cc9f415c
checksum: efe6a7c74fff1fe30b952e3d80a6da42779579174ae4ced83e24ebd07d9388f0a43d5188106f08874e645128e27b020c0c8e118948d607328d37a38b20c57c19
languageName: node
linkType: hard

Expand Down

0 comments on commit 483bd65

Please sign in to comment.