--- '@astrojs/upgrade': minor --- 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 the `latest` version of your integrations. **With NPM:** ```bash npx @astrojs/upgrade ``` **With Yarn:** ```bash yarn dlx @astrojs/upgrade ``` **With PNPM:** ```bash pnpm dlx @astrojs/upgrade ```