mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
chore(deps): update dependency @playwright/test to v1.41.1
This commit is contained in:
parent
035bfe16b5
commit
14c0ab7642
2 changed files with 20 additions and 13 deletions
|
@ -95,7 +95,7 @@
|
|||
"@antfu/eslint-config": "2.6.3",
|
||||
"@iconify-json/mdi": "1.1.64",
|
||||
"@intlify/unplugin-vue-i18n": "2.0.0",
|
||||
"@playwright/test": "1.32.3",
|
||||
"@playwright/test": "1.41.1",
|
||||
"@rushstack/eslint-patch": "1.2.0",
|
||||
"@tsconfig/node18": "18.2.2",
|
||||
"@types/bcryptjs": "2.4.6",
|
||||
|
|
31
pnpm-lock.yaml
generated
31
pnpm-lock.yaml
generated
|
@ -182,8 +182,8 @@ devDependencies:
|
|||
specifier: 2.0.0
|
||||
version: 2.0.0(rollup@2.79.1)(vue-i18n@9.2.2)
|
||||
'@playwright/test':
|
||||
specifier: 1.32.3
|
||||
version: 1.32.3
|
||||
specifier: 1.41.1
|
||||
version: 1.41.1
|
||||
'@rushstack/eslint-patch':
|
||||
specifier: 1.2.0
|
||||
version: 1.2.0
|
||||
|
@ -2394,15 +2394,12 @@ packages:
|
|||
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@playwright/test@1.32.3:
|
||||
resolution: {integrity: sha512-BvWNvK0RfBriindxhLVabi8BRe3X0J9EVjKlcmhxjg4giWBD/xleLcg2dz7Tx0agu28rczjNIPQWznwzDwVsZQ==}
|
||||
engines: {node: '>=14'}
|
||||
/@playwright/test@1.41.1:
|
||||
resolution: {integrity: sha512-9g8EWTjiQ9yFBXc6HjCWe41msLpxEX0KhmfmPl9RPLJdfzL4F0lg2BdJ91O9azFdl11y1pmpwdjBiSxvqc+btw==}
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@types/node': 20.11.6
|
||||
playwright-core: 1.32.3
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
playwright: 1.41.1
|
||||
dev: true
|
||||
|
||||
/@polka/url@1.0.0-next.24:
|
||||
|
@ -7559,12 +7556,22 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
dev: false
|
||||
|
||||
/playwright-core@1.32.3:
|
||||
resolution: {integrity: sha512-SB+cdrnu74ZIn5Ogh/8278ngEh9NEEV0vR4sJFmK04h2iZpybfbqBY0bX6+BLYWVdV12JLLI+JEFtSnYgR+mWg==}
|
||||
engines: {node: '>=14'}
|
||||
/playwright-core@1.41.1:
|
||||
resolution: {integrity: sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==}
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/playwright@1.41.1:
|
||||
resolution: {integrity: sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==}
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
playwright-core: 1.41.1
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/pluralize@8.0.0:
|
||||
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
|
||||
engines: {node: '>=4'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue