slate-react
Advanced tools
Comparing version 0.101.1-20231122132914 to 0.101.1
{ | ||
"name": "slate-react", | ||
"description": "Tools for building completely customizable richtext editors with React.", | ||
"version": "0.101.1-20231122132914", | ||
"version": "0.101.1", | ||
"license": "MIT", | ||
@@ -37,3 +37,3 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"react-dom": "^18.2.0", | ||
"slate": "0.101.1-20231122132914", | ||
"slate": "^0.101.1", | ||
"slate-hyperscript": "^0.100.0", | ||
@@ -45,3 +45,3 @@ "source-map-loader": "^4.0.1" | ||
"react-dom": ">=18.2.0", | ||
"slate": "0.101.1-20231122132914" | ||
"slate": ">=0.99.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "umdGlobals": { |
2860833