clean-architecture/package.json
Joao P Dubas f2a31ac727
All checks were successful
continuous-integration/drone/push Build is passing
chore: upgrade yarn and deps (#67)
* Upgrade `yarn` to version `4.5.0` on `Dockerfile`
* Upgrade dependencies to the latest versions
  * `@types/jest` from 29.5.4 to 29.5.13
  * `@types/node` from 22.4.0 to 22.7.5
  * `jest` from 29.6.4 to 29.7.0
  * `ts-jest` from 29.1.1 to 29.2.5
  * `ts-node` from 10.9.1 to 10.9.2
  * `typescript` from 5.5.4 to 5.6.2

Reviewed-on: #67
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
2024-10-08 13:33:39 +00:00

13 lines
257 B
JSON

{
"name": "clean-architecture",
"packageManager": "yarn@4.5.0",
"dependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}