Bumps [playwright](https://github.com/microsoft/playwright) from 1.25.0 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.25.0...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"name": "@remark42/tests",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "playwright test"
|
|
},
|
|
"author": "Paul Mineev <paul@mineev.me>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@playwright/test": "1.57.0",
|
|
"@types/node": "^22.9.0",
|
|
"nanoid": "^5.0.8",
|
|
"playwright": "1.57.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|