chore: upgrade runtime and dependencies (#52)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Upgrade runtimes: * `node` from 21.7.3 to 22.6.0 * `yarn` from 4.1.0 to 4.4.0 Upgrade dependencies: * `@types/node` from 20.6.3 to 22.4.0 * `typescript` from 5.2.2 to 5.5.4 Add [`outdated`](https://github.com/mskelton/yarn-plugin-outdated) plugin. Reviewed-on: #52 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:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "clean-architecture",
|
||||
"packageManager": "yarn@4.1.0",
|
||||
"packageManager": "yarn@4.4.0",
|
||||
"dependencies": {
|
||||
"@types/jest": "^29.5.4",
|
||||
"@types/node": "^20.6.3",
|
||||
"@types/node": "^22.4.0",
|
||||
"jest": "^29.6.4",
|
||||
"ts-jest": "^29.1.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.2.2"
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user