Files
ENI-projet-piscine/tests/e2e/package.json
T
dependabot[bot]andGitHub 288970df77 chore(deps-dev): bump typescript
Bumps the e2e-dependencies group in /tests/e2e with 1 update: [typescript](https://github.com/microsoft/TypeScript).


Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.3...v7.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: e2e-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-23 09:34:42 +00:00

16 lines
315 B
JSON

{
"name": "enervision-e2e",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "playwright test",
"typecheck": "tsc --noEmit",
"report": "playwright show-report"
},
"devDependencies": {
"@playwright/test": "^1.63.0",
"@types/node": "^26.6.2",
"typescript": "~7.0.2"
}
}