Skip to content

Commit

Permalink
Merge pull request #329 from chrismwilliams/update-libs
Browse files Browse the repository at this point in the history
update to latest
  • Loading branch information
chrismwilliams authored Oct 9, 2024
2 parents 4bc7785 + f33e9b7 commit fd2d055
Show file tree
Hide file tree
Showing 2 changed files with 1,045 additions and 981 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,45 +15,45 @@
"check": "astro check"
},
"dependencies": {
"@astrojs/mdx": "3.1.4",
"@astrojs/mdx": "3.1.7",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"astro": "4.14.3",
"astro-expressive-code": "^0.35.6",
"@astrojs/sitemap": "3.2.0",
"@astrojs/tailwind": "5.1.1",
"astro": "4.15.12",
"astro-expressive-code": "^0.37.0",
"astro-icon": "^1.1.1",
"astro-robots-txt": "^1.0.0",
"astro-webmanifest": "^1.0.0",
"cssnano": "^7.0.5",
"cssnano": "^7.0.6",
"hastscript": "^9.0.0",
"mdast-util-directive": "^3.0.0",
"mdast-util-to-markdown": "^2.1.0",
"mdast-util-to-string": "^4.0.0",
"rehype-external-links": "^3.0.0",
"remark-directive": "^3.0.0",
"satori": "0.10.14",
"satori": "0.11.2",
"satori-html": "^0.3.2",
"sharp": "^0.33.5",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@biomejs/biome": "^1.8.3",
"@iconify-json/mdi": "^1.1.68",
"@pagefind/default-ui": "^1.1.0",
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.3",
"@iconify-json/mdi": "^1.2.0",
"@pagefind/default-ui": "^1.1.1",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.14",
"@tailwindcss/typography": "^0.5.15",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"autoprefixer": "^10.4.20",
"pagefind": "^1.1.0",
"pagefind": "^1.1.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^4.0.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit fd2d055

Please sign in to comment.