Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 9, 2023
1 parent 1c6d095 commit 1dbab29
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 86 deletions.
191 changes: 114 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"test": "xo && astro build"
},
"devDependencies": {
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.3",
"@astrolib/seo": "^0.6.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/parser": "^6.13.2",
"astro": "^3.0.9",
"astro-iconify": "^1.2.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-astro": "^0.30.0",
"limax": "^4.1.0",
"reading-time": "^1.5.0",
"remark-custom-heading-id": "^1.0.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"xo": "^0.56.0"
},
"xo": {
Expand Down
Loading

0 comments on commit 1dbab29

Please sign in to comment.