Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent 02fc3cf commit 3823dab
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 84 deletions.
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/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.3",
"@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.4",
"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

0 comments on commit 3823dab

Please sign in to comment.