Commit ef997e6
committed
fix(markdown): expand marked version range to support marked v18 (#5060)
@platejs/markdown pinned marked to ^15.0.12, causing applications using marked v18
to ship duplicate versions of marked in their bundle and lockfile.
Fix:
- Expand marked dependency version specifier in package.json to ^15.0.12 || ^16.0.0 || ^17.0.0 || ^18.0.0.
- Add patch changeset for @platejs/markdown.
Closes #50601 parent 3add964 commit ef997e6
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments