JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 237
  • Score
    100M100P100Q90313F
  • License ISC

Command line utility to upgrade all Remix dependencies together

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 pre

Listing 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