mirror of
https://github.com/plausible/analytics.git
synced 2024-11-27 17:23:00 +03:00
b3b02421a0
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.31.2 to 1.32.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.31.2...v1.32.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
482 B
JSON
20 lines
482 B
JSON
{
|
|
"scripts": {
|
|
"deploy": "node compile.js",
|
|
"test": "npm run deploy && npx playwright test --config=./test/support/playwright.config.js",
|
|
"start": "node test/support/server.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@playwright/test": "^1.32.2",
|
|
"express": "^4.18.1",
|
|
"generatorics": "^1.1.0",
|
|
"handlebars": "^4.7.7",
|
|
"uglify-js": "^3.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.20.0",
|
|
"eslint-plugin-playwright": "^0.12.0"
|
|
}
|
|
}
|