Skip to content

Commit

Permalink
chore(deps): update dependency playwright to v1.40.0 (#2201)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas Spirig <[email protected]>
  • Loading branch information
renovate[bot] and kyubisation authored Nov 22, 2023
1 parent 6e8c660 commit 36b5af4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ To run unit tests, run `yarn test:watch`.
## Starting showcase

To start the showcase, run `yarn start`. This will run the devserver in watch mode.

## Well Known Issues

### `playwright`: `browserType.launch: Executable doesn't exist at ...`

Most likely two versions of playwright are installed. Try running
`yarn remove playwright @web/test-runner-playwright`, followed by
`yarn add -ED playwright @web/test-runner-playwright` and check if the problem is resolved.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"lit-analyzer": "2.0.1",
"madge": "6.1.0",
"npm-run-all": "4.1.5",
"playwright": "1.39.0",
"playwright": "1.40.0",
"postcss": "8.4.31",
"prettier": "3.1.0",
"react": "18.2.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10070,17 +10070,17 @@ pkg-dir@^5.0.0:
dependencies:
find-up "^5.0.0"

playwright-core@1.39.0:
version "1.39.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.39.0.tgz#efeaea754af4fb170d11845b8da30b2323287c63"
integrity sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==
playwright-core@1.40.0:
version "1.40.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.40.0.tgz#82f61e5504cb3097803b6f8bbd98190dd34bdf14"
integrity sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==

playwright@1.39.0, playwright@^1.22.2:
version "1.39.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.39.0.tgz#184c81cd6478f8da28bcd9e60e94fcebf566e077"
integrity sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==
playwright@1.40.0, playwright@^1.22.2:
version "1.40.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.40.0.tgz#2a1824b9fe5c4fe52ed53db9ea68003543a99df0"
integrity sha512-gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==
dependencies:
playwright-core "1.39.0"
playwright-core "1.40.0"
optionalDependencies:
fsevents "2.3.2"

Expand Down

0 comments on commit 36b5af4

Please sign in to comment.