Skip to content

Commit

Permalink
chore: Use TypeScript for Astro config, update Astro deps (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker authored Jul 18, 2024
1 parent b1fcc38 commit 63d59d0
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 156 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"check-links": "lychee --config .lychee.toml ."
},
"dependencies": {
"@astrojs/check": "^0.8.1",
"@astrojs/db": "^0.11.7",
"@astrojs/markdown-remark": "^5.1.1",
"@astrojs/mdx": "^3.1.2",
"@astrojs/check": "^0.8.2",
"@astrojs/db": "^0.12.0",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/react": "^3.6.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/vercel": "^7.7.2",
"@nanostores/react": "^0.7.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.11.5",
"astro": "^4.12.1",
"astro-expressive-code": "^0.35.3",
"astro-font": "^0.0.81",
"astro-loading-indicator": "^0.5.0",
Expand Down
Loading

0 comments on commit 63d59d0

Please sign in to comment.