Astroplate is a free starter template built with Astro, TailwindCSS & TypeScript providing everything you need to jumpstart your Astro project. Get started with Astroplate and save yourself hours of work!
astroplate % npx @astrojs/upgrade
Need to install the following packages:
@astrojs/upgrade@0.2.1
Ok to proceed? (y) y
astro Integration upgrade in progress.
◼ @astrojs/sitemap is up to date on v3.0.3
● @astrojs/react will be updated to v3.0.7
● @astrojs/tailwind will be updated to v5.0.3
▲ astro will be updated to v4.0.4
▲ @astrojs/mdx will be updated to v2.0.1
▲ @astrojs/rss will be updated to v4.0.1
wait Some packages have breaking changes. Continue?
Yes
When I try to update to V4 I have this error:
astroplate % npx @astrojs/upgrade Need to install the following packages: @astrojs/upgrade@0.2.1 Ok to proceed? (y) y
astro Integration upgrade in progress.
wait Some packages have breaking changes. Continue? Yes
check Be sure to follow the CHANGELOGs. astro https://docs.astro.build/en/guides/upgrade-to/v4/ @astrojs/mdx https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md#201 @astrojs/rss https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md#401
██████ Installing dependencies with npm...
npm install @astrojs/mdx@2.0.1 @astrojs/react@3.0.7 @astrojs/rss@4.0.1 @astrojs/tailwind@5.0.3 astro@4.0.4
Can you suggest any fix?
Thanks!