datatracker/playwright/package.json
depfu[bot] 1b4cb6b235
chore(deps): update all npm dependencies for playwright (#6609)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-11-09 09:08:59 +01:00

29 lines
787 B
JSON

{
"scripts": {
"install-deps": "playwright install --with-deps",
"test": "playwright test",
"test:legacy": "playwright test -c playwright-legacy.config.js",
"test:visual": "playwright test --headed --workers=1",
"test:debug": "playwright test --debug"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"eslint": "8.52.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.2.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"npm-check-updates": "16.14.6"
},
"dependencies": {
"@faker-js/faker": "8.2.0",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"luxon": "3.4.3",
"ms": "2.1.3",
"seedrandom": "3.0.5",
"slugify": "1.6.6"
}
}