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 Dec 23, 2023
1 parent aa24c32 commit 6dc1a02
Show file tree
Hide file tree
Showing 7 changed files with 247 additions and 254 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 2
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: pnpm
Expand Down
12 changes: 6 additions & 6 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@fastify/oauth2": "^7.7.0",
"@fastify/redis": "^6.1.1",
"@fastify/swagger": "^8.12.0",
"@fastify/swagger-ui": "^1.10.1",
"@fastify/swagger-ui": "^2.0.0",
"@next/common": "workspace:*",
"@next/constants": "workspace:^",
"@next/models": "workspace:^",
"close-with-grace": "^1.2.0",
"fastify": "^4.24.3",
"fastify-plugin": "^4.5.1",
"fastify-type-provider-zod": "^1.1.9",
"mongoose": "^7.6.5",
"mongoose": "^8.0.0",
"ofetch": "^1.3.3",
"zod": "^3.22.4"
},
Expand All @@ -44,14 +44,14 @@
"@next/types": "workspace:^",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.10.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"@vitest/coverage-v8": "^1.0.0",
"@vitest/ui": "^1.0.0",
"esbuild": "^0.19.8",
"esbuild-plugin-pino": "^2.1.0",
"pino-pretty": "^10.2.3",
"rimraf": "^5.0.5",
"tsx": "^3.14.0",
"tsx": "^4.0.0",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
"vitest": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions apps/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@ufabcnext/queue": "workspace:*",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"mongoose": "^7.6.5",
"mongoose": "^8.0.0",
"remeda": "^1.29.0"
},
"devDependencies": {
"@next/common": "workspace:*",
"@next/tsconfig": "workspace:^",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash-es": "^4.17.12",
"tsup": "^7.2.0",
"tsup": "^8.0.0",
"typescript": "^5.3.2"
}
}
4 changes: 2 additions & 2 deletions apps/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@aws-sdk/client-ses": "^3.458.0",
"@next/constants": "workspace:^",
"bullmq": "^4.14.3",
"bullmq": "^5.0.0",
"dotenv": "^16.3.1",
"fastify": "^4.24.3",
"ofetch": "^1.3.3",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@next/common": "workspace:*",
"@next/tsconfig": "workspace:*",
"tsup": "^7.2.0",
"tsup": "^8.0.0",
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@next/tsconfig": "workspace:^",
"@types/node": "^20.10.0",
"pino-pretty": "^10.2.3",
"tsup": "^7.2.0",
"tsup": "^8.0.0",
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@next/tsconfig": "workspace:^",
"@types/node": "^20.10.0",
"tsup": "^7.2.0",
"tsup": "^8.0.0",
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 6dc1a02

Please sign in to comment.