File tree Expand file tree Collapse file tree
prettyhtml-sort-attributes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "lerna" : " 3.4.3" ,
33 "packages" : [" packages/*" ],
4- "version" : " 0.8.9 "
4+ "version" : " 0.8.10 "
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/hast-util-from-webparser" ,
3- "version" : " 0.8.7 " ,
3+ "version" : " 0.8.10 " ,
44 "description" : " " ,
55 "main" : " ./dist/index.js" ,
66 "scripts" : {
2121 "author" : " Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)" ,
2222 "license" : " MIT" ,
2323 "dependencies" : {
24- "@starptech/prettyhtml-hastscript" : " ^0.8.7 " ,
25- "@starptech/webparser" : " ^0.8.5 " ,
24+ "@starptech/prettyhtml-hastscript" : " ^0.8.10 " ,
25+ "@starptech/webparser" : " ^0.8.10 " ,
2626 "property-information" : " ^5.0.1"
2727 },
2828 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/prettyhtml-formatter" ,
3- "version" : " 0.8.9 " ,
3+ "version" : " 0.8.10 " ,
44 "description" : " Html formatter" ,
55 "main" : " index.js" ,
66 "repository" : {
2929 },
3030 "homepage" : " https://github.com/StarpTech/prettyhtml#readme" ,
3131 "dependencies" : {
32- "@starptech/prettyhtml-hast-to-html" : " ^0.8.7 " ,
33- "@starptech/rehype-minify-whitespace" : " ^0.8.7 " ,
34- "@starptech/rehype-webparser" : " ^0.8.7 " ,
35- "@starptech/webparser" : " ^0.8.5 " ,
32+ "@starptech/prettyhtml-hast-to-html" : " ^0.8.10 " ,
33+ "@starptech/rehype-minify-whitespace" : " ^0.8.10 " ,
34+ "@starptech/rehype-webparser" : " ^0.8.10 " ,
35+ "@starptech/webparser" : " ^0.8.10 " ,
3636 "hast-util-is-element" : " ^1.0.1" ,
3737 "hast-util-to-string" : " ^1.0.1" ,
3838 "html-void-elements" : " ^1.0.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/prettyhtml-hast-to-html" ,
3- "version" : " 0.8.7 " ,
3+ "version" : " 0.8.10 " ,
44 "description" : " Hast to html converter" ,
55 "main" : " index.js" ,
66 "repository" : {
4141 "xtend" : " ^4.0.1"
4242 },
4343 "devDependencies" : {
44- "@starptech/prettyhtml-hastscript" : " ^0.8.7 " ,
44+ "@starptech/prettyhtml-hastscript" : " ^0.8.10 " ,
4545 "ava" : " ^0.25.0" ,
4646 "nyc" : " ^13.0.1" ,
4747 "unist-builder" : " ^1.0.3"
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/prettyhtml-hastscript" ,
3- "version" : " 0.8.7 " ,
3+ "version" : " 0.8.10 " ,
44 "description" : " Hyperscript compatible DSL for creating virtual HAST trees" ,
55 "keywords" : [
66 " hast" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/prettyhtml-quick" ,
3- "version" : " 0.8.9 " ,
3+ "version" : " 0.8.10 " ,
44 "description" : " " ,
55 "main" : " ./bin/cli.js" ,
66 "scripts" : {
2222 "author" : " Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)" ,
2323 "license" : " MIT" ,
2424 "dependencies" : {
25- "@starptech/prettyhtml" : " ^0.8.9 " ,
25+ "@starptech/prettyhtml" : " ^0.8.10 " ,
2626 "chalk" : " ^2.4.1" ,
2727 "commander" : " ^2.18.0" ,
2828 "execa" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/prettyhtml-sort-attributes" ,
3- "version" : " 0.8.7 " ,
3+ "version" : " 0.8.10 " ,
44 "description" : " Sort attributes alphabetically" ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " ava" ,
88 "test-coverage" : " nyc --reporter lcov ava"
99 },
1010 "devDependencies" : {
11- "@starptech/prettyhtml-hastscript" : " ^0.8.7 " ,
11+ "@starptech/prettyhtml-hastscript" : " ^0.8.10 " ,
1212 "ava" : " ^0.25.0" ,
1313 "nyc" : " ^13.0.1" ,
1414 "rehype" : " ^6.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/prettyhtml" ,
3- "version" : " 0.8.9 " ,
3+ "version" : " 0.8.10 " ,
44 "description" : " Opinionated Web Component HTML formatter" ,
55 "main" : " index.js" ,
66 "repository" : {
2929 },
3030 "homepage" : " https://github.com/StarpTech/prettyhtml#readme" ,
3131 "dependencies" : {
32- "@starptech/prettyhtml-formatter" : " ^0.8.9 " ,
33- "@starptech/prettyhtml-sort-attributes" : " ^0.8.7 " ,
34- "@starptech/rehype-webparser" : " ^0.8.7 " ,
35- "@starptech/webparser" : " ^0.8.5 " ,
32+ "@starptech/prettyhtml-formatter" : " ^0.8.10 " ,
33+ "@starptech/prettyhtml-sort-attributes" : " ^0.8.10 " ,
34+ "@starptech/rehype-webparser" : " ^0.8.10 " ,
35+ "@starptech/webparser" : " ^0.8.10 " ,
3636 "meow" : " ^5.0.0" ,
3737 "prettier" : " ^1.15.3" ,
3838 "rehype-sort-attribute-values" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/rehype-minify-whitespace" ,
3- "version" : " 0.8.7 " ,
3+ "version" : " 0.8.10 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "keywords" : [
2525 "unist-util-modify-children" : " ^1.1.2"
2626 },
2727 "devDependencies" : {
28- "@starptech/prettyhtml-hastscript" : " ^0.8.7 " ,
28+ "@starptech/prettyhtml-hastscript" : " ^0.8.10 " ,
2929 "ava" : " ^0.25.0" ,
3030 "nyc" : " ^13.0.1" ,
3131 "rehype" : " ^6.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @starptech/rehype-webparser" ,
3- "version" : " 0.8.7 " ,
3+ "version" : " 0.8.10 " ,
44 "description" : " " ,
55 "main" : " ./dist/index.js" ,
66 "scripts" : {
2424 "author" : " Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)" ,
2525 "license" : " MIT" ,
2626 "dependencies" : {
27- "@starptech/hast-util-from-webparser" : " ^0.8.7 " ,
28- "@starptech/webparser" : " ^0.8.5 "
27+ "@starptech/hast-util-from-webparser" : " ^0.8.10 " ,
28+ "@starptech/webparser" : " ^0.8.10 "
2929 },
3030 "devDependencies" : {
3131 "jest" : " ^23.6.0" ,
You can’t perform that action at this time.
0 commit comments