Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies #1464

Merged
merged 1 commit into from
Oct 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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