Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate <[email protected]>
  • Loading branch information
renovate[bot] committed Aug 9, 2024
1 parent e3306b2 commit 027749f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.13",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.10",
"@types/eslint": "9.6.0",
"@types/hast": "3.0.4",
"@types/markdown-it": "14.1.1",
"@types/sanitize-html": "2.11.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"astro-eslint-parser": "1.0.2",
"astro-icon": "1.1.0",
"autoprefixer": "10.4.19",
Expand All @@ -59,13 +59,13 @@
"cspell": "8.8.3",
"cssnano": "7.0.1",
"cssnano-preset-advanced": "7.0.1",
"eslint": "8.57.0",
"eslint": "9.8.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-astro": "1.2.0",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-perfectionist": "2.10.0",
"eslint-plugin-perfectionist": "3.1.3",
"eslint-plugin-typescript-sort-keys": "3.2.0",
"markdown-it": "14.1.0",
"mdast-util-to-string": "4.0.0",
Expand Down

0 comments on commit 027749f

Please sign in to comment.