Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.47.2 to 1.48.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.47.2...v1.48.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development 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>
24 lines
598 B
JSON
24 lines
598 B
JSON
{
|
|
"name": "unittcms",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"format": "prettier --write frontend/**/*.{js,ts,jsx,tsx,json} backend/**/*.{js,ts,json}",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"e2e": "playwright test",
|
|
"report": "playwright show-report"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.48.2",
|
|
"@types/node": "^22.8.1",
|
|
"@vitest/coverage-v8": "^1.6.0",
|
|
"express": "^4.21.0",
|
|
"prettier": "^3.3.3",
|
|
"sequelize": "^6.37.4",
|
|
"sqlite3": "^5.1.7",
|
|
"supertest": "^7.0.0",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|