Skip to content

Commit

Permalink
docs: Update astro and deps (#632)
Browse files Browse the repository at this point in the history
* docs: Update astro and deps

* Fix
  • Loading branch information
manzt authored Oct 15, 2024
1 parent cd7bccb commit e6a2c13
Show file tree
Hide file tree
Showing 3 changed files with 578 additions and 471 deletions.
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@algolia/client-search": "^4.23.3",
"@astrojs/markdown-remark": "^4.3.2",
"@astrojs/mdx": "^2.3.1",
"@astrojs/preact": "^3.3.0",
"@astrojs/react": "^3.4.0",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/mdx": "^3.1.8",
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@docsearch/css": "^3.6.0",
"@docsearch/react": "^3.6.0",
"@types/html-escaper": "^3.0.2",
Expand All @@ -33,8 +33,8 @@
"vite": "^5.2.11"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"astro": "^4.9.1",
"@astrojs/check": "^0.9.4",
"astro": "^4.16.4",
"html-escaper": "^3.0.3",
"shiki": "^0.14.7"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/GitHubCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ let username = repo.split("/")[0];
<a href={url} target="_blank" aria-label={`View ${repo} on GitHub`}>
<Image
class="image-preview w-full"
inferSize
inferSize={true}
src={Astro.props.image}
alt={username}
data-gif={Astro.props.gif}
Expand Down
Loading

0 comments on commit e6a2c13

Please sign in to comment.