Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#65)
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 Dec 17, 2023
1 parent ca65dda commit 4b15d9f
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 206 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
submodules: true
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2.2.1
uses: docker/setup-buildx-action@v2.10.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"@discordjs/collection": "^1.5.3",
"@prisma/client": "^5.7.0",
"@sapphire/utilities": "^3.14.0",
"@skyra/env-utilities": "^1.2.1",
"@skyra/env-utilities": "^1.2.2",
"@skyra/http-framework": "^1.2.2",
"@skyra/http-framework-i18n": "^1.1.0",
"@skyra/logger": "^2.0.2",
"@skyra/safe-fetch": "^1.1.2",
"@skyra/shared-http-pieces": "^1.1.0",
"@skyra/start-banner": "^2.0.0",
"@skyra/twitch-helpers": "^1.0.3",
"@skyra/http-framework-i18n": "^1.1.1",
"@skyra/logger": "^2.0.3",
"@skyra/safe-fetch": "^1.1.3",
"@skyra/shared-http-pieces": "^1.1.2",
"@skyra/start-banner": "^2.0.1",
"@skyra/twitch-helpers": "^1.0.4",
"discord-api-types": "^0.37.61",
"gradient-string": "^2.0.2",
"tslib": "^2.6.2"
Expand All @@ -46,11 +46,11 @@
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@types/gradient-string": "^1.1.5",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"lint-staged": "^15.2.0",
Expand Down
Loading

0 comments on commit 4b15d9f

Please sign in to comment.