Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#377)
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 Aug 18, 2024
1 parent a6a4a04 commit 64a6210
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 212 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
push: true
context: .
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/collection": "^2.1.0",
"@sapphire/fetch": "^3.0.2",
"@sapphire/fetch": "^3.0.3",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.17.0",
"@skyra/env-utilities": "^1.3.0",
Expand All @@ -46,24 +46,24 @@
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/he": "^1.2.3",
"@types/node": "^20.14.15",
"@types/node": "^20.16.0",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitest/coverage-v8": "^2.0.5",
"colorette": "^2.0.20",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"typescript": "~5.4.5",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vitest": "^2.0.5"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 64a6210

Please sign in to comment.