Skip to content

Commit

Permalink
Merge pull request #19250 from storybookjs/fix/playwright-version-again
Browse files Browse the repository at this point in the history
fix playwright version again
  • Loading branch information
ndelangen authored Sep 26, 2022
2 parents 9ddffc4 + 743c604 commit acd94f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"@nrwl/cli": "14.6.1",
"@nrwl/nx-cloud": "14.6.0",
"@nrwl/workspace": "14.6.1",
"@playwright/test": "^1.24.2",
"@playwright/test": "1.26.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
Expand Down
21 changes: 6 additions & 15 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6538,15 +6538,15 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:^1.24.2":
version: 1.25.2
resolution: "@playwright/test@npm:1.25.2"
"@playwright/test@npm:1.26.0":
version: 1.26.0
resolution: "@playwright/test@npm:1.26.0"
dependencies:
"@types/node": "*"
playwright-core: 1.25.2
playwright-core: 1.26.0
bin:
playwright: cli.js
checksum: 3f94187d3943c2ac10a120b5ba7858526806d1f31afee4b65ec93d2e870d54ace662fd473538a644a9eb5ce61071e4dc12f7b737847d253e1f2a45deed1ad143
checksum: 6927284c13a8ab50405412d6fb9fea0dbee9be45573b51355111c26e7258f6742266f51963a87caba30237bbcebb720647b5dcad2b67cb60a64c1b3d8b1a5c54
languageName: node
linkType: hard

Expand Down Expand Up @@ -9005,7 +9005,7 @@ __metadata:
"@nrwl/cli": 14.6.1
"@nrwl/nx-cloud": 14.6.0
"@nrwl/workspace": 14.6.1
"@playwright/test": ^1.24.2
"@playwright/test": 1.26.0
"@rollup/plugin-babel": ^5.3.1
"@rollup/plugin-commonjs": ^21.0.1
"@rollup/plugin-json": ^4.1.0
Expand Down Expand Up @@ -34795,15 +34795,6 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.25.2":
version: 1.25.2
resolution: "playwright-core@npm:1.25.2"
bin:
playwright: cli.js
checksum: 9c5fb23220a824e755d9bca4055ba85fe08538722f0837b9012505a76f387103eee4e30e4cebe0d704904b5e7a5d9d33cfc3f67181d6fd1a8488cb5ffbeb469b
languageName: node
linkType: hard

"playwright-core@npm:1.26.0":
version: 1.26.0
resolution: "playwright-core@npm:1.26.0"
Expand Down

0 comments on commit acd94f2

Please sign in to comment.