Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 4f55f9d commit a280e70
Show file tree
Hide file tree
Showing 6 changed files with 1,476 additions and 1,542 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
- name: 🚀 Deploy and start container
uses: appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@v1.1.0

with:
host: ${{ secrets.HOSTNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.6.0
22.11.0
4 changes: 2 additions & 2 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
},
"devDependencies": {
"@next/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "^0.5.1",
"@total-typescript/ts-reset": "^0.6.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash-es": "^4.17.12",
"@types/ms": "^0.7.34",
"@types/node": "^20.14.7",
"@types/string-similarity": "^4.0.2",
"@types/ua-parser-js": "^0.7.39",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"esbuild-plugin-pino": "^2.2.0",
"pino-pretty": "^11.2.1",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ufabc-next-backend",
"version": "0.0.1",
"private": false,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.13.0",
"type": "module",
"scripts": {
"dev": "turbo run dev --parallel",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"difflib": "^0.2.4",
"latinize": "^2.0.0",
"mathjs": "^13.0.0",
"pino": "9.3.2",
"pino": "9.5.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a280e70

Please sign in to comment.