@slate-serializers/utilities
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@slate-serializers/utilities", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"type": "commonjs", | ||
"dependencies": { | ||
"postcss": "^8.4.24", | ||
"postcss-js": "^4.0.1", | ||
"tslib": "2.5.0" | ||
}, | ||
"main": "./src/index.js", | ||
"types": "./src/index.d.ts" | ||
"main": "./src/index.js" | ||
} |
@@ -7,59 +7,59 @@ "use strict"; | ||
const blocks = [ | ||
'address', | ||
'article', | ||
'aside', | ||
'blockquote', | ||
'body', | ||
'br', | ||
'caption', | ||
'center', | ||
'col', | ||
'colgroup', | ||
'dd', | ||
'dialog', | ||
'dir', | ||
'div', | ||
'dl', | ||
'dt', | ||
'figcaption', | ||
'figure', | ||
'footer', | ||
'form', | ||
'h1', | ||
'h2', | ||
'h3', | ||
'h4', | ||
'h5', | ||
'h6', | ||
'head', | ||
'header', | ||
'hgroup', | ||
'hr', | ||
'html', | ||
'legend', | ||
'li', | ||
'li', | ||
'listing', | ||
'main', | ||
'menu', | ||
'nav', | ||
'ol', | ||
'optgroup', | ||
'option', | ||
'p', | ||
'plaintext', | ||
'pre', | ||
'section', | ||
'summary', | ||
'table', | ||
'tbody', | ||
'td', | ||
'td', | ||
'tfoot', | ||
'th', | ||
'th', | ||
'thead', | ||
'tr', | ||
'ul', | ||
'wbr', | ||
'address', // Flow content. | ||
'article', // Sections and headings. | ||
'aside', // Sections and headings. | ||
'blockquote', // Flow content. | ||
'body', // Page. | ||
'br', // Contribute whitespace intrinsically. | ||
'caption', // Similar to block. | ||
'center', // Flow content, legacy. | ||
'col', // Similar to block. | ||
'colgroup', // Similar to block. | ||
'dd', // Lists. | ||
'dialog', // Flow content. | ||
'dir', // Lists, legacy. | ||
'div', // Flow content. | ||
'dl', // Lists. | ||
'dt', // Lists. | ||
'figcaption', // Flow content. | ||
'figure', // Flow content. | ||
'footer', // Flow content. | ||
'form', // Flow content. | ||
'h1', // Sections and headings. | ||
'h2', // Sections and headings. | ||
'h3', // Sections and headings. | ||
'h4', // Sections and headings. | ||
'h5', // Sections and headings. | ||
'h6', // Sections and headings. | ||
'head', // Page. | ||
'header', // Flow content. | ||
'hgroup', // Sections and headings. | ||
'hr', // Flow content. | ||
'html', // Page. | ||
'legend', // Flow content. | ||
'li', // Block-like. | ||
'li', // Similar to block. | ||
'listing', // Flow content, legacy | ||
'main', // Flow content. | ||
'menu', // Lists. | ||
'nav', // Sections and headings. | ||
'ol', // Lists. | ||
'optgroup', // Similar to block. | ||
'option', // Similar to block. | ||
'p', // Flow content. | ||
'plaintext', // Flow content, legacy | ||
'pre', // Flow content. | ||
'section', // Sections and headings. | ||
'summary', // Similar to block. | ||
'table', // Similar to block. | ||
'tbody', // Similar to block. | ||
'td', // Block-like. | ||
'td', // Similar to block. | ||
'tfoot', // Similar to block. | ||
'th', // Block-like. | ||
'th', // Similar to block. | ||
'thead', // Similar to block. | ||
'tr', // Similar to block. | ||
'ul', // Lists. | ||
'wbr', // Contribute whitespace intrinsically. | ||
'xmp', // Flow content, legacy | ||
@@ -66,0 +66,0 @@ ]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15966
0
- Removedpostcss@^8.4.24
- Removedpostcss-js@^4.0.1
- Removedtslib@2.5.0
- Removedcamelcase-css@2.0.1(transitive)
- Removednanoid@3.3.8(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedpostcss@8.4.49(transitive)
- Removedpostcss-js@4.0.1(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedtslib@2.5.0(transitive)