Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#287)
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 6e7c7af commit 24eb34e
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 182 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 dragonite Docker image
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
with:
push: true
context: ./
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@favware/graphql-pokemon": "^8.6.0",
"@influxdata/influxdb-client": "^1.33.2",
"@influxdata/influxdb-client-apis": "^1.33.2",
"@influxdata/influxdb-client": "^1.34.0",
"@influxdata/influxdb-client-apis": "^1.34.0",
"@sapphire/decorators": "^6.1.0",
"@sapphire/discord.js-utilities": "^7.3.0",
"@sapphire/fetch": "^3.0.2",
"@sapphire/framework": "^5.2.1",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-scheduled-tasks": "^10.0.1",
"@sapphire/utilities": "^3.16.2",
"@sapphire/utilities": "^3.17.0",
"@skyra/env-utilities": "^1.3.0",
"@skyra/jaro-winkler": "^1.1.1",
"@skyra/start-banner": "^2.0.1",
"binarytf": "^2.1.3",
"bufferutil": "^4.0.8",
"colorette": "^2.0.20",
"discord-api-types": "^0.37.92",
"discord-api-types": "^0.37.93",
"discord.js": "^14.15.3",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2",
Expand All @@ -58,10 +58,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 @@ -72,7 +72,7 @@
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.2.1",
"tsup": "^8.2.3",
"typescript": "~5.4.5"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 24eb34e

Please sign in to comment.