@slate-serializers/dom
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "@slate-serializers/dom", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Serialize Slate JSON objects to the DOM. Can be used with `htmlparser2` and associated utilities to modify the DOM and generate HTML. Used by other serializers in this monorepo.", | ||
@@ -11,8 +11,6 @@ "type": "commonjs", | ||
"html-entities": "^2.3.3", | ||
"slate": "^0.94.1" | ||
}, | ||
"peerDependencies": { | ||
"slate": "^0.94.1", | ||
"css-select": "5.1.0", | ||
"htmlparser2": "7.2.0", | ||
"tslib": "2.6.0" | ||
"tslib": "2.5.0" | ||
}, | ||
@@ -19,0 +17,0 @@ "main": "./src/index.js", |
36642
+ Addedcss-select@5.1.0
+ Addedhtmlparser2@7.2.0
+ Addedtslib@2.5.0
+ Addedtslib@2.5.0(transitive)
- Removedtslib@2.6.0(transitive)