Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#3307)
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 Oct 3, 2024
1 parent 45ec054 commit add108d
Show file tree
Hide file tree
Showing 4 changed files with 299 additions and 299 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0
- name: Login to DockerHub
uses: docker/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: ${{ !github.event.repository.fork && !github.event.pull_request.head.repo.fork && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'amir20/dozzle') }}
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0
- name: Login to DockerHub
uses: docker/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"vite-plugin-compression2": "^1.3.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vitepress": "1.3.4",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-i18n": "^10.0.3",
"vue-router": "^4.4.5"
},
Expand All @@ -89,7 +89,7 @@
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "5.1.4",
"@vue/compiler-sfc": "^3.5.10",
"@vue/compiler-sfc": "^3.5.11",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.6.1",
"c8": "^10.1.2",
Expand All @@ -102,7 +102,7 @@
"simple-git-hooks": "^2.11.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"vue-component-type-helpers": "^2.1.6",
"vue-tsc": "^2.1.6"
},
Expand Down
Loading

0 comments on commit add108d

Please sign in to comment.