fix packages

This commit is contained in:
Simon Vieille 2022-08-25 14:06:43 +02:00
parent a17d58d423
commit 93ee258c7f
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 1 additions and 46 deletions

View file

@ -1,3 +1,2 @@
setup:
npm i -D @playwright/test
npm i playwright
npm i

41
package-lock.json generated
View file

@ -6,33 +6,8 @@
"": {
"dependencies": {
"playwright": "^1.25.1"
},
"devDependencies": {
"@playwright/test": "^1.25.1"
}
},
"node_modules/@playwright/test": {
"version": "1.25.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.1.tgz",
"integrity": "sha512-IJ4X0yOakXtwkhbnNzKkaIgXe6df7u3H3FnuhI9Jqh+CdO0e/lYQlDLYiyI9cnXK8E7UAppAWP+VqAv6VX7HQg==",
"dev": true,
"dependencies": {
"@types/node": "*",
"playwright-core": "1.25.1"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=14"
}
},
"node_modules/@types/node": {
"version": "18.7.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz",
"integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==",
"dev": true
},
"node_modules/playwright": {
"version": "1.25.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.25.1.tgz",
@ -61,22 +36,6 @@
}
},
"dependencies": {
"@playwright/test": {
"version": "1.25.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.1.tgz",
"integrity": "sha512-IJ4X0yOakXtwkhbnNzKkaIgXe6df7u3H3FnuhI9Jqh+CdO0e/lYQlDLYiyI9cnXK8E7UAppAWP+VqAv6VX7HQg==",
"dev": true,
"requires": {
"@types/node": "*",
"playwright-core": "1.25.1"
}
},
"@types/node": {
"version": "18.7.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz",
"integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==",
"dev": true
},
"playwright": {
"version": "1.25.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.25.1.tgz",

View file

@ -1,8 +1,5 @@
{
"dependencies": {
"playwright": "^1.25.1"
},
"devDependencies": {
"@playwright/test": "^1.25.1"
}
}