Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 45da26c commit 0dbf694
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Gemboard Docker image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
push: true
context: ./
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.10.8",
"@swc/core": "^1.10.11",
"@types/figlet": "^1.7.0",
"@types/gradient-string": "^1.1.6",
"@types/node": "^22.10.7",
"@types/ws": "^8.5.13",
"@types/node": "^22.12.0",
"@types/ws": "^8.5.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier-plugin-prisma": "^5.0.0",
"prisma": "^6.2.1",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "~5.4.5"
},
"engines": {
Expand Down Expand Up @@ -95,6 +95,6 @@
"prettier": "@sapphire/prettier-config",
"packageManager": "[email protected]",
"volta": {
"node": "20.18.1"
"node": "20.18.2"
}
}
Loading

0 comments on commit 0dbf694

Please sign in to comment.