mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-10-31 22:50:34 +00:00
chore(deps): update dependency @playwright/test to v1.32.2
This commit is contained in:
parent
c09011e099
commit
ba3fd96cec
2 changed files with 8 additions and 8 deletions
|
@ -14,7 +14,7 @@
|
|||
"format": "prettier --plugin-search-dir . --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.32.1",
|
||||
"@playwright/test": "1.32.2",
|
||||
"@sveltejs/adapter-auto": "2.0.0",
|
||||
"@sveltejs/adapter-static": "2.0.1",
|
||||
"@sveltejs/kit": "1.15.0",
|
||||
|
|
|
@ -2,8 +2,8 @@ lockfileVersion: '6.0'
|
|||
|
||||
devDependencies:
|
||||
'@playwright/test':
|
||||
specifier: 1.32.1
|
||||
version: 1.32.1
|
||||
specifier: 1.32.2
|
||||
version: 1.32.2
|
||||
'@sveltejs/adapter-auto':
|
||||
specifier: 2.0.0
|
||||
version: 2.0.0(@sveltejs/kit@1.15.0)
|
||||
|
@ -359,13 +359,13 @@ packages:
|
|||
fastq: 1.15.0
|
||||
dev: true
|
||||
|
||||
/@playwright/test@1.32.1:
|
||||
resolution: {integrity: sha512-FTwjCuhlm1qHUGf4hWjfr64UMJD/z0hXYbk+O387Ioe6WdyZQ+0TBDAc6P+pHjx2xCv1VYNgrKbYrNixFWy4Dg==}
|
||||
/@playwright/test@1.32.2:
|
||||
resolution: {integrity: sha512-nhaTSDpEdTTttdkDE8Z6K3icuG1DVRxrl98Qq0Lfc63SS9a2sjc9+x8ezysh7MzCKz6Y+nArml3/mmt+gqRmQQ==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@types/node': 18.14.0
|
||||
playwright-core: 1.32.1
|
||||
playwright-core: 1.32.2
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
@ -1616,8 +1616,8 @@ packages:
|
|||
pathe: 1.1.0
|
||||
dev: true
|
||||
|
||||
/playwright-core@1.32.1:
|
||||
resolution: {integrity: sha512-KZYUQC10mXD2Am1rGlidaalNGYk3LU1vZqqNk0gT4XPty1jOqgup8KDP8l2CUlqoNKhXM5IfGjWgW37xvGllBA==}
|
||||
/playwright-core@1.32.2:
|
||||
resolution: {integrity: sha512-zD7aonO+07kOTthsrCR3YCVnDcqSHIJpdFUtZEMOb6//1Rc7/6mZDRdw+nlzcQiQltOOsiqI3rrSyn/SlyjnJQ==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
|
Loading…
Reference in a new issue