Skip to content

Commit

Permalink
fix(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 064fe69 commit 30833a2
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 126 deletions.
16 changes: 8 additions & 8 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@fastify/swagger": "^9.2.0",
"@fastify/swagger-ui": "^5.1.0",
"@next/common": "workspace:*",
"bullmq": "^4.17.0",
"close-with-grace": "^1.3.0",
"bullmq": "^5.0.0",
"close-with-grace": "^2.0.0",
"fastify": "^5.1.0",
"fastify-plugin": "^4.5.1",
"fastify-zod-openapi": "^3.0.3",
"fastify-plugin": "^5.0.0",
"fastify-zod-openapi": "^4.0.0",
"lodash-es": "^4.17.21",
"lru-weak-cache": "^0.3.3",
"mongoose": "^8.4.3",
Expand All @@ -45,18 +45,18 @@
"string-similarity": "^4.0.4",
"ulidx": "^2.4.1",
"zod": "^3.23.6",
"zod-openapi": "^3.3.0",
"zod-openapi": "^4.0.0",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@next/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "^0.5.1",
"@types/lodash-es": "^4.17.12",
"@types/ms": "^0.7.34",
"@types/ms": "^2.0.0",
"@types/node": "^22.9.0",
"@types/string-similarity": "^4.0.2",
"fastify-tsconfig": "^2.0.0",
"pino-pretty": "^11.2.1",
"fastify-tsconfig": "^3.0.0",
"pino-pretty": "^13.0.0",
"rimraf": "^6.0.1",
"testcontainers": "^10.9.0",
"ts-patch": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@next/tsconfig": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.7",
"@types/node": "^22.0.0",
"c8": "^10.1.2",
"lodash-es": "^4.17.21",
"tsup": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"access": "public"
},
"devDependencies": {
"fastify-tsconfig": "^2.0.0"
"fastify-tsconfig": "^3.0.0"
}
}
Loading

0 comments on commit 30833a2

Please sign in to comment.