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 15, 2024
1 parent 7fe574d commit 94c6c8a
Show file tree
Hide file tree
Showing 4 changed files with 389 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
env:
FORMSPREE: ${{ secrets.FORMSPREE }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.9.0
uses: lycheeverse/lychee-action@v1.9.1

- name: Create Issue From File
if: env.lychee_exit_code != 0
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:e2e": "pnpm run test:playwright"
},
"devDependencies": {
"@astrojs/rss": "4.0.1",
"@astrojs/rss": "4.0.2",
"@astrojs/sitemap": "3.0.4",
"@astrojs/tailwind": "5.1.0",
"@iconify-json/akar-icons": "^1.1.23",
Expand All @@ -44,9 +44,9 @@
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vite-pwa/astro": "^0.2.0",
"@vueuse/core": "10.7.1",
"astro": "4.1.1",
"astro-compress": "2.2.7",
"@vueuse/core": "10.7.2",
"astro": "4.1.2",
"astro-compress": "2.2.8",
"astro-critters": "2.0.11",
"astro-icon": "1.0.2",
"astro-netlify-cms": "0.5.4",
Expand All @@ -59,7 +59,7 @@
"eslint-plugin-astro": "0.31.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-n": "16.6.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.1.1",
"flowbite": "^2.2.1",
"husky": "8.0.3",
Expand All @@ -69,7 +69,7 @@
"nanostores": "0.9.5",
"postcss-nesting": "12.0.2",
"postcss-preset-env": "9.3.0",
"prettier": "3.1.1",
"prettier": "3.2.2",
"prettier-plugin-astro": "0.12.3",
"prettier-plugin-tailwindcss": "0.5.11",
"reading-time": "1.5.0",
Expand All @@ -82,7 +82,7 @@
"dependencies": {
"fuse.js": "^7.0.0",
"sass": "1.69.7",
"sharp": "0.33.1"
"sharp": "0.33.2"
},
"packageManager": "pnpm@8.14.0"
"packageManager": "pnpm@8.14.1"
}
Loading

0 comments on commit 94c6c8a

Please sign in to comment.