Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies to latest versions and replace deprecated Picture component with built-in Picture component #43

Merged
merged 3 commits into from
Dec 16, 2023

Conversation

thekayshawn
Copy link

All direct dependencies were outdated and required an update to be compatible with modern tech stacks.

"dependencies": {
  "@astrojs/mdx": "^1.1.5",
  "@astrojs/sitemap": "^3.0.3",
  "@astrojs/tailwind": "^5.0.2",
  "@fontsource-variable/inter": "^5.0.15",
  "@tailwindcss/typography": "^0.5.10",
  "astro": "^3.5.5",
  "astro-icon": "^0.8.1",
  "astro-navbar": "^2.3.0",
  "astro-seo": "^0.8.0",
  "tailwindcss": "^3.3.5"
}

Pretty up-to-date.

Moreover, the @astrojs/image/components package was deprecated in favor of the built-in astro:assets package. Removed the deprecated package and migrated the deprecated Picture component to the built-in Picture component.

Copy link

vercel bot commented Nov 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
astroship ❌ Failed (Inspect) Nov 17, 2023 2:37pm

@surjithctly
Copy link
Owner

Looks like we still need sharp package? See the deployment error:

MissingSharp: Could not find Sharp. Please install Sharp (`sharp`) manually into your project or migrate to another image service.

@surjithctly surjithctly merged commit 6d2247f into surjithctly:main Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants