chore(deps-dev): bump @playwright/test from 1.38.1 to 1.39.0

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.38.1 to 1.39.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.38.1...v1.39.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-24 20:38:09 +00:00 committed by Nicolas Meienberger
parent 3388fdaf88
commit 9e1137da9e
2 changed files with 11 additions and 11 deletions

View file

@ -84,7 +84,7 @@
"devDependencies": {
"@babel/core": "^7.23.0",
"@faker-js/faker": "^8.2.0",
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",

20
pnpm-lock.yaml generated
View file

@ -160,8 +160,8 @@ importers:
specifier: ^8.2.0
version: 8.2.0
'@playwright/test':
specifier: ^1.38.1
version: 1.38.1
specifier: ^1.39.0
version: 1.39.0
'@testing-library/dom':
specifier: ^9.3.3
version: 9.3.3
@ -2011,12 +2011,12 @@ packages:
requiresBuild: true
dev: true
/@playwright/test@1.38.1:
resolution: {integrity: sha512-NqRp8XMwj3AK+zKLbZShl0r/9wKgzqI/527bkptKXomtuo+dOjU9NdMASQ8DNC9z9zLOMbG53T4eihYr3XR+BQ==}
/@playwright/test@1.39.0:
resolution: {integrity: sha512-3u1iFqgzl7zr004bGPYiN/5EZpRUSFddQBra8Rqll5N0/vfpqlP9I9EXqAoGacuAbX6c9Ulg/Cjqglp5VkK6UQ==}
engines: {node: '>=16'}
hasBin: true
dependencies:
playwright: 1.38.1
playwright: 1.39.0
dev: true
/@pnpm/constants@7.1.1:
@ -9038,18 +9038,18 @@ packages:
- supports-color
dev: true
/playwright-core@1.38.1:
resolution: {integrity: sha512-tQqNFUKa3OfMf4b2jQ7aGLB8o9bS3bOY0yMEtldtC2+spf8QXG9zvXLTXUeRsoNuxEYMgLYR+NXfAa1rjKRcrg==}
/playwright-core@1.39.0:
resolution: {integrity: sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==}
engines: {node: '>=16'}
hasBin: true
dev: true
/playwright@1.38.1:
resolution: {integrity: sha512-oRMSJmZrOu1FP5iu3UrCx8JEFRIMxLDM0c/3o4bpzU5Tz97BypefWf7TuTNPWeCe279TPal5RtPPZ+9lW/Qkow==}
/playwright@1.39.0:
resolution: {integrity: sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==}
engines: {node: '>=16'}
hasBin: true
dependencies:
playwright-core: 1.38.1
playwright-core: 1.39.0
optionalDependencies:
fsevents: 2.3.2
dev: true