-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
realtime-react-ui/package.json
Upgrade steps:
- Determine if the
library|appis dependent on any of the v9 breaking changes
(e.g. Using theThemeProvider, using deprecated component props, etc.)
If the library|app is NOT dependent on v9 breaking changes:
- Simply update the
peerDependenciessection of thelibrary|app'spackage.jsonto:
"@shopify/polaris": "^8.0.0 || ^9.0.0"
If the library|app IS dependent on v9 breaking changes:
- Initialize the
library|app yarn add @shopify/polaris@9.0.0-rc.2- Update the
library|appwith the v9 breaking changes - Run a
type-check,build, and resolve any errors
Once you've successfully completed a build: - Initialize the Web Polaris v9 upgrade branch
yarn linkoryalcyourlibrary|apps build with theWeb Polaris v9 upgrade branch- Tophat the upgrade in
web
Metadata
Metadata
Assignees
Labels
No labels