This section explains how to upgrade the project's Rsbuild dependencies to the latest version.
We recommend using Taze to upgrade the Rsbuild version. Taze is a CLI tool for updating npm dependencies.
Run the following command to upgrade all dependencies that include rsbuild
in their names:
The result will look similar to:
You can also adjust the include
pattern to match specific packages, for example, to upgrade only packages under the @rsbuild
scope:
Here are some examples of using taze options.
-r
option to upgrade recursively:-l
to upgrade locked versions:For more options, please refer to the taze documentation.