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 24, 2024
1 parent 02fc3cf commit 693c97f
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 77 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
16 changes: 8 additions & 8 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,7 +56,7 @@
"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",
Expand All @@ -69,8 +69,8 @@
"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 693c97f

Please sign in to comment.