The easiest way to upgrade Rspeedy-related packages.
This CLI tool helps to update the package.json
with corresponding version. Both latest
and canary
are supported.
To update to the latest @lynx-js/rspeedy
and its plugins, use the following command in your @lynx-js/rspeedy
project:
npx upgrade-rspeedy@latest
Then all the Rspeedy-related packages' version would be updated. Run your package manager to install the dependencies:
npm install
# Or
yarn install
# Or
pnpm install
To update to one of the canary version of @lynx-js/rspeedy
, use the following command:
# Replace the version with your canary version
npx upgrade-rspeedy-canary@0.8.2-canary-20250309-870106fc
Then all the Rspeedy-related packages' version would be updated with npm:
alias. Run your package manager to install the dependencies:
npm install
# Or
yarn install
# Or
pnpm install