Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(deps): update all non-major dependencies
  • Loading branch information
renovate[bot] authored Feb 11, 2025
commit daae86b9f08edf120014149ddeb6f70801178175
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
uses: docker/setup-buildx-action@v3.9.0
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev": "tsup --watch --onSuccess \"yarn start\""
},
"dependencies": {
"@prisma/client": "^6.3.0",
"@prisma/client": "^6.3.1",
"@sapphire/decorators": "^6.1.1",
"@sapphire/framework": "^5.3.2",
"@sapphire/plugin-logger": "^4.0.2",
Expand All @@ -35,23 +35,23 @@
"@skyra/start-banner": "^2.0.1",
"bufferutil": "^4.0.9",
"colorette": "^2.0.20",
"discord.js": "^14.17.3",
"discord.js": "^14.18.0",
"figlet": "^1.8.0",
"gradient-string": "^3.0.0",
"utf-8-validate": "^6.0.5",
"ws": "^8.18.0",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.10.12",
"@swc/core": "^1.10.15",
"@types/figlet": "^1.7.0",
"@types/gradient-string": "^1.1.6",
"@types/node": "^22.13.0",
"@types/node": "^22.13.1",
"@types/ws": "^8.5.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
Expand All @@ -60,9 +60,9 @@
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"prettier-plugin-prisma": "^5.0.0",
"prisma": "^6.3.0",
"prisma": "^6.3.1",
"rimraf": "^6.0.1",
"tsup": "^8.3.6",
"typescript": "~5.4.5"
Expand Down Expand Up @@ -95,6 +95,6 @@
"prettier": "@sapphire/prettier-config",
"packageManager": "[email protected]",
"volta": {
"node": "20.18.2"
"node": "20.18.3"
}
}
Loading
Loading