We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae6710 commit d103802Copy full SHA for d103802
lib/types.js
@@ -11,7 +11,7 @@
11
* @typedef {Properties[string]} PropertyValue
12
* @typedef {Child|Root} Node
13
*
14
- * @typedef {import('stringify-entities').StringifyEntitiesOptions} StringifyEntitiesOptions
+ * @typedef {import('stringify-entities').Options} StringifyEntitiesOptions
15
* @typedef {import('property-information').Schema} Schema
16
17
* @callback Handle
package.json
@@ -42,7 +42,7 @@
42
"html-void-elements": "^2.0.0",
43
"property-information": "^6.0.0",
44
"space-separated-tokens": "^2.0.0",
45
- "stringify-entities": "^4.0.0",
+ "stringify-entities": "^4.0.2",
46
"unist-util-is": "^5.0.0"
47
},
48
"devDependencies": {
0 commit comments