Minor Changes
-
#9118
000e8f465
Thanks @Princesseuh! - Initial release!@astrojs/upgrade
is an automated command-line tool for upgrading Astro and your official Astro integrations together.Inside of your existing
astro
project, run the following command to install thelatest
version of your integrations.With NPM:
npx @astrojs/upgrade
With Yarn:
yarn dlx @astrojs/upgrade
With PNPM:
pnpm dlx @astrojs/upgrade