Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent dc07ab2 commit 0b69d55
Show file tree
Hide file tree
Showing 3 changed files with 752 additions and 788 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@70b2cdc6480c1a8b86edf1777157f8f437de2166
uses: docker/metadata-action@d31acd50653ded455ab8972a1eb9a656b0aef94a
with:
images: |
n4t5u/yacosta738.github.io
Expand All @@ -113,7 +113,7 @@ jobs:
run: pnpm run build # build:docker

- name: Build and push Docker image
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a
with:
context: .
file: ./Dockerfile
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@vite-pwa/astro": "^0.4.3",
"@vueuse/core": "11.1.0",
"astro": "4.16.7",
"astro-compress": "2.3.3",
"astro-compress": "2.3.5",
"astro-critters": "2.2.0",
"astro-icon": "1.1.1",
"astro-netlify-cms": "0.5.4",
Expand All @@ -68,8 +68,8 @@
"marked": "14.1.3",
"mdast-util-to-string": "4.0.0",
"nanostores": "0.11.3",
"postcss-nesting": "13.0.0",
"postcss-preset-env": "10.0.7",
"postcss-nesting": "13.0.1",
"postcss-preset-env": "10.0.8",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.8",
Expand All @@ -86,7 +86,7 @@
"@vueuse/integrations": "^11.1.0",
"fuse.js": "^7.0.0",
"globals": "^15.11.0",
"sass": "1.80.3",
"sass": "1.80.4",
"sharp": "0.33.5",
"vue": "^3.5.12"
},
Expand Down
Loading

0 comments on commit 0b69d55

Please sign in to comment.