mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-21 23:13:46 +00:00
chore(deps): update dependency @playwright/test to v1.38.0
This commit is contained in:
parent
98b63c7c98
commit
95c4f2c6e7
2 changed files with 18 additions and 11 deletions
|
@ -14,7 +14,7 @@
|
|||
"format": "prettier --plugin-search-dir . --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.37.1",
|
||||
"@playwright/test": "1.38.0",
|
||||
"@sveltejs/adapter-auto": "2.1.0",
|
||||
"@sveltejs/adapter-static": "2.0.3",
|
||||
"@sveltejs/kit": "1.25.0",
|
||||
|
|
|
@ -2,8 +2,8 @@ lockfileVersion: '6.0'
|
|||
|
||||
devDependencies:
|
||||
'@playwright/test':
|
||||
specifier: 1.37.1
|
||||
version: 1.37.1
|
||||
specifier: 1.38.0
|
||||
version: 1.38.0
|
||||
'@sveltejs/adapter-auto':
|
||||
specifier: 2.1.0
|
||||
version: 2.1.0(@sveltejs/kit@1.25.0)
|
||||
|
@ -397,15 +397,12 @@ packages:
|
|||
fastq: 1.15.0
|
||||
dev: true
|
||||
|
||||
/@playwright/test@1.37.1:
|
||||
resolution: {integrity: sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==}
|
||||
/@playwright/test@1.38.0:
|
||||
resolution: {integrity: sha512-xis/RXXsLxwThKnlIXouxmIvvT3zvQj1JE39GsNieMUrMpb3/GySHDh2j8itCG22qKVD4MYLBp7xB73cUW/UUw==}
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@types/node': 18.14.0
|
||||
playwright-core: 1.37.1
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
playwright: 1.38.0
|
||||
dev: true
|
||||
|
||||
/@polka/url@1.0.0-next.21:
|
||||
|
@ -1655,12 +1652,22 @@ packages:
|
|||
pathe: 1.1.1
|
||||
dev: true
|
||||
|
||||
/playwright-core@1.37.1:
|
||||
resolution: {integrity: sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==}
|
||||
/playwright-core@1.38.0:
|
||||
resolution: {integrity: sha512-f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g==}
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/playwright@1.38.0:
|
||||
resolution: {integrity: sha512-fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A==}
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
playwright-core: 1.38.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/postcss-selector-parser@6.0.11:
|
||||
resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==}
|
||||
engines: {node: '>=4'}
|
||||
|
|
Loading…
Reference in a new issue