Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#140)
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 Jul 28, 2024
1 parent 28bed54 commit 1757065
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 164 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.5.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Gemboard Docker image
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
with:
push: true
context: ./
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@sapphire/decorators": "^6.1.0",
"@sapphire/framework": "^5.2.1",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/utilities": "^3.16.2",
"@sapphire/utilities": "^3.17.0",
"@skyra/env-utilities": "^1.3.0",
"@skyra/start-banner": "^2.0.1",
"bufferutil": "^4.0.8",
Expand All @@ -48,10 +48,10 @@
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.7.0",
"@swc/core": "^1.7.3",
"@types/figlet": "^1.5.8",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.14.11",
"@types/node": "^20.14.13",
"@types/ws": "^8.5.11",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
Expand All @@ -64,7 +64,7 @@
"prettier-plugin-prisma": "^5.0.0",
"prisma": "^5.17.0",
"rimraf": "^6.0.1",
"tsup": "^8.2.1",
"tsup": "^8.2.3",
"typescript": "~5.4.5"
},
"engines": {
Expand Down
Loading

0 comments on commit 1757065

Please sign in to comment.