You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specifications/update.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ You can specify more than one package. Each package follows the convention of `[
16
16
| Flag | Argument | Description |
17
17
|---|---|---|
18
18
|`--all`|`boolean`| If true, implies that all dependencies should be updated. Defaults is false, using dependencies from the command line instead. |
19
+
|`--force`|`boolean`| If true, skip the verification step and perform the update even if some peer dependencies would be invalidated. Peer dependencies errors will still be shown as warning. Defaults to false. |
19
20
|`--next`|`boolean`| If true, allows version discovery to include Beta and RC. Defaults to false. |
20
21
|`--migration-only`|`boolean`| If true, don't change the `package.json` file, only apply migration scripts. |
21
22
| `--from` | `version` | Apply migrations from a certain version number. |
0 commit comments