Updating the '@fastore/core' package version
If you need to update the
@fastore/core package, follow the instructions below:-
Open your FastStore code and navigate to the
package.jsonfile. -
In
dependencies>@faststore/core, change the version to the latest one. In the example above, we will use^3.0.0._10"@faststore/core": "^3.0.0", -
Open the terminal and run
yarnto update the version.