2 Commits

Author SHA1 Message Date
ed8a13ae68 fix(deps): update jest monorepo to v30
All checks were successful
continuous-integration/drone/pr Build is passing
2025-06-21 16:40:25 +00:00
c0162d4888 fix(deps): update dependency @types/node to v22.15.32 (#100)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | dependencies | patch | [`22.15.3` -> `22.15.32`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.3/22.15.32) |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #100
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-06-21 16:34:03 +00:00
3 changed files with 3011 additions and 1713 deletions

2484
.pnp.cjs generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,9 +2,9 @@
"name": "clean-architecture",
"packageManager": "yarn@4.9.1",
"dependencies": {
"@types/jest": "^29.5.13",
"@types/jest": "^30.0.0",
"@types/node": "^22.7.5",
"jest": "^29.7.0",
"jest": "^30.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"

2236
yarn.lock

File diff suppressed because it is too large Load Diff