Migration scripts for Fluent UI React (formerly Office UI Fabric React)
These are a set of scripts to help migrating your code to be compatible with the latest version during an upgrade.
To update to the latest:
npx @uifabric/migration
npx @uifabric/migration [target version of OUFR, e.g. 7.1.0]
@uifabric/migration
will read your project's package.json
to determine which migrations to run. By default, it'll run all the migrations up to a specific version. If no version is passed in, the tool will assume you're running all migrations up until the latest.