Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#368)
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 7, 2024
1 parent 828e8ba commit 5da8737
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
with:
submodules: true
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.4.0
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.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 @@ -46,23 +46,23 @@
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/he": "^1.2.3",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/turndown": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"colorette": "^2.0.20",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.21.5",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"tsup": "^8.1.0",
"tsx": "^4.16.0",
"tsx": "^4.16.2",
"typescript": "~5.4.5",
"vite": "^5.3.2",
"vite": "^5.3.3",
"vitest": "^1.6.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 5da8737

Please sign in to comment.