1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-20 22:21:20 +02:00

Increase slate-react's minimum slate version to 0.114.0 (#5853)

This commit is contained in:
Joe Anderson
2025-04-30 16:40:53 +01:00
committed by GitHub
parent ee2cea9ea1
commit 9fe6184ca2
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Increase minimum `slate` version to 0.114.0 due to https://github.com/ianstormtaylor/slate/issues/5852

View File

@@ -42,7 +42,7 @@
"peerDependencies": { "peerDependencies": {
"react": ">=18.2.0", "react": ">=18.2.0",
"react-dom": ">=18.2.0", "react-dom": ">=18.2.0",
"slate": ">=0.99.0", "slate": ">=0.114.0",
"slate-dom": ">=0.110.2" "slate-dom": ">=0.110.2"
}, },
"umdGlobals": { "umdGlobals": {

View File

@@ -13440,7 +13440,7 @@ __metadata:
peerDependencies: peerDependencies:
react: ">=18.2.0" react: ">=18.2.0"
react-dom: ">=18.2.0" react-dom: ">=18.2.0"
slate: ">=0.99.0" slate: ">=0.114.0"
slate-dom: ">=0.110.2" slate-dom: ">=0.110.2"
languageName: unknown languageName: unknown
linkType: soft linkType: soft