Skip to content

Add slate-dom explicitly to enforce a specific version#9854

Merged
dcousens merged 1 commit into
mainfrom
push-vvklwotltsnq
Jun 11, 2026
Merged

Add slate-dom explicitly to enforce a specific version#9854
dcousens merged 1 commit into
mainfrom
push-vvklwotltsnq

Conversation

@emmatown

@emmatown emmatown commented Jun 11, 2026

Copy link
Copy Markdown
Member

The problem this solves: slate-react has a peer dep on slate-dom@>=0.119.1, slate-dom is implicitly installed and based on the >=0.119.1, it gets the latest version of slate-dom (at the time 0.124.1) and this new version of slate-dom has a peer dep on slate@>=0.121.0 which is higher than the version of slate we have and slate-dom@0.124.1 depends on things only in this newer version of slate so slate-dom 💥.

@dcousens dcousens merged commit a92fd44 into main Jun 11, 2026
52 checks passed
@dcousens dcousens deleted the push-vvklwotltsnq branch June 11, 2026 07:12
@dcousens dcousens changed the title depend on slate-dom explicitly to enforce a specific version Add depend on slate-dom explicitly to enforce a specific version Jun 11, 2026
@dcousens dcousens changed the title Add depend on slate-dom explicitly to enforce a specific version Add slate-dom explicitly to enforce a specific version Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants