upgrade-rspeedy
v0.12.3
Published
Upgrade Rspeedy-related packages
Readme
Upgrade Rspeedy
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.
Latest version
To update to the latest @lynx-js/rspeedy and its plugins, use the following command in your @lynx-js/rspeedy project:
npx upgrade-rspeedy@latestThen all the Rspeedy-related packages' version would be updated. Run your package manager to install the dependencies:
npm install
# Or
yarn install
# Or
pnpm installCanary version
To update to one of the canary version of @lynx-js/rspeedy, use the following command:
# Replace the version with your canary version
npx [email protected]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