Skip to content

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent a09e3b6 commit 3562ef9
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 91 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
4 changes: 2 additions & 2 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"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 @@ -50,7 +50,7 @@
"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"
}
Expand Down
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"
}
}
2 changes: 1 addition & 1 deletion apps/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 3562ef9

Please sign in to comment.