clean-architecture/package.json
Joao P Dubas 08d138798c
All checks were successful
continuous-integration/drone/pr Build is passing
chore: upgrade deps
* `@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
2024-10-08 13:26:25 +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"
}
}