Bumps the npm-modules-updates-for-tests group in /frontend/e2e with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [nanoid](https://github.com/ai/nanoid) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 18.19.64 to 22.9.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `nanoid` from 4.0.2 to 5.0.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/4.0.2...5.0.8) Updates `typescript` from 4.9.5 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.9.5...v5.6.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-modules-updates-for-tests - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-modules-updates-for-tests - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-modules-updates-for-tests ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
406 B
JSON
20 lines
406 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.25.0",
|
|
"@types/node": "^22.9.0",
|
|
"nanoid": "^5.0.8",
|
|
"playwright": "^1.25.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|