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

chore(deps): update all dependencies #1153

Merged
merged 1 commit into from
Jan 26, 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
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: pnpm run build # build:docker

- name: Build and push Docker image
uses: docker/build-push-action@9f6f8c940b91232557f8699b21341a08624a8dce
uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
uses: peter-evans/create-issue-from-file@v5
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"test:e2e": "pnpm run test:playwright"
},
"devDependencies": {
"@astrojs/rss": "4.0.2",
"@astrojs/sitemap": "3.0.4",
"@astrojs/rss": "4.0.4",
"@astrojs/sitemap": "3.0.5",
"@astrojs/tailwind": "5.1.0",
"@iconify-json/akar-icons": "^1.1.23",
"@iconify-json/charm": "^1.1.12",
Expand All @@ -45,7 +45,7 @@
"@typescript-eslint/parser": "6.19.0",
"@vite-pwa/astro": "^0.2.0",
"@vueuse/core": "10.7.2",
"astro": "4.1.2",
"astro": "4.2.5",
"astro-compress": "2.2.8",
"astro-critters": "2.0.11",
"astro-icon": "1.0.2",
Expand All @@ -56,21 +56,21 @@
"dompurify": "3.0.8",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-astro": "0.31.2",
"eslint-plugin-astro": "0.31.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.1.1",
"flowbite": "^2.2.1",
"husky": "8.0.3",
"husky": "9.0.6",
"locale-emoji": "0.3.0",
"marked": "11.1.1",
"mdast-util-to-string": "4.0.0",
"nanostores": "0.9.5",
"postcss-nesting": "12.0.2",
"postcss-preset-env": "9.3.0",
"prettier": "3.2.2",
"prettier-plugin-astro": "0.12.3",
"prettier": "3.2.4",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.11",
"reading-time": "1.5.0",
"rehype-accessible-emojis": "^0.3.2",
Expand All @@ -81,8 +81,8 @@
},
"dependencies": {
"fuse.js": "^7.0.0",
"sass": "1.69.7",
"sass": "1.70.0",
"sharp": "0.33.2"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.14.3"
}
Loading
Loading