Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#3299)
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 Sep 30, 2024
1 parent 96366db commit b0a4a4c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
- name: Build and push
uses: docker/build-push-action@v6.8.0
uses: docker/build-push-action@v6.9.0
with:
push: true
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
- name: Build and push
uses: docker/build-push-action@v6.8.0
uses: docker/build-push-action@v6.9.0
with:
context: .
push: true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"entities": "^5.0.0",
"fuse.js": "^7.0.0",
"lodash.debounce": "^4.0.8",
"pinia": "^2.2.2",
"pinia": "^2.2.3",
"postcss": "^8.4.47",
"sortablejs": "^1.15.3",
"splitpanes": "^3.1.5",
Expand All @@ -78,7 +78,7 @@
"vue-router": "^4.4.5"
},
"devDependencies": {
"@pinia/testing": "^0.1.5",
"@pinia/testing": "^0.1.6",
"@playwright/test": "^1.47.2",
"@types/d3-array": "^3.2.1",
"@types/d3-ease": "^3.0.2",
Expand Down
31 changes: 13 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0a4a4c

Please sign in to comment.