chore: upgrade yarn and deps (#67)
All checks were successful
continuous-integration/drone/push Build is passing

* 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>
This commit is contained in:
2024-10-08 13:33:39 +00:00
committed by João Paulo Dubas
parent 9b118e8bc4
commit f2a31ac727
3 changed files with 20 additions and 20 deletions

View File

@@ -2,11 +2,11 @@
"name": "clean-architecture",
"packageManager": "yarn@4.5.0",
"dependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^22.4.0",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.5.4"
"@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"
}
}