Package Exports
- upgrade-remix
- upgrade-remix/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (upgrade-remix) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
upgrade-remix
upgrade-remix is a CLI utility to update/list all of your Remix dependencies together.
Supported Package Managers
PR's welcome to support additional package managers!
Usage
Updating Packages
upgrade-remix will automatically detect the relevant remix and @remix-run/* packages from your package.json and runs the proper commands to upgrade them. Once updated it runs a full npm ci/yarn install/etc. to ensure everything is synced up.
# By default it will update to the `latest` tag on NPM
> npx upgrade-remix
# Or you can specify a specific version or tag
> npx upgrade-remix 1.16.0
> npx upgrade-remix preListing Packages
You can also use upgrade-remix to list currently installed Remix packages to ensure they are synced up and/or de-duped accordingly:
> npx upgrade-remix --list-versions
# Or using the "-l" shorthand
> npx upgrade-remix -l