Skip to content

Commit 3764ec4

Browse files
committed
v0.5.3
1 parent 23dcf61 commit 3764ec4

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"lerna": "3.4.3",
33
"packages": ["packages/*"],
4-
"version": "0.5.1"
4+
"version": "0.5.3"
55
}

packages/hast-util-from-webparser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/hast-util-from-webparser",
3-
"version": "0.5.0",
3+
"version": "0.5.3",
44
"description": "",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -21,8 +21,8 @@
2121
"author": "Dustin Deus <[email protected]> (http://www.starptech.de)",
2222
"license": "MIT",
2323
"dependencies": {
24-
"@starptech/prettyhtml-hastscript": "^0.5.0",
25-
"@starptech/webparser": "^0.5.0",
24+
"@starptech/prettyhtml-hastscript": "^0.5.3",
25+
"@starptech/webparser": "^0.5.3",
2626
"property-information": "^5.0.1"
2727
},
2828
"devDependencies": {

packages/prettyhtml-formatter/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/prettyhtml-formatter",
3-
"version": "0.5.1",
3+
"version": "0.5.3",
44
"description": "Html formatter",
55
"main": "index.js",
66
"repository": {
@@ -28,10 +28,10 @@
2828
},
2929
"homepage": "https://github.com/StarpTech/prettyhtml#readme",
3030
"dependencies": {
31-
"@starptech/prettyhtml-hast-to-html": "^0.5.1",
32-
"@starptech/rehype-minify-whitespace": "^0.5.0",
33-
"@starptech/rehype-webparser": "^0.5.0",
34-
"@starptech/webparser": "^0.5.0",
31+
"@starptech/prettyhtml-hast-to-html": "^0.5.3",
32+
"@starptech/rehype-minify-whitespace": "^0.5.3",
33+
"@starptech/rehype-webparser": "^0.5.3",
34+
"@starptech/webparser": "^0.5.3",
3535
"hast-util-is-element": "^1.0.1",
3636
"hast-util-to-string": "^1.0.1",
3737
"html-void-elements": "^1.0.3",

packages/prettyhtml-hast-to-html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/prettyhtml-hast-to-html",
3-
"version": "0.5.1",
3+
"version": "0.5.3",
44
"description": "Hast to html converter",
55
"main": "index.js",
66
"repository": {
@@ -41,7 +41,7 @@
4141
"xtend": "^4.0.1"
4242
},
4343
"devDependencies": {
44-
"@starptech/prettyhtml-hastscript": "^0.5.0",
44+
"@starptech/prettyhtml-hastscript": "^0.5.3",
4545
"ava": "^0.25.0",
4646
"nyc": "^13.0.1",
4747
"unist-builder": "^1.0.3"

packages/prettyhtml-hastscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/prettyhtml-hastscript",
3-
"version": "0.5.0",
3+
"version": "0.5.3",
44
"description": "Hyperscript compatible DSL for creating virtual HAST trees",
55
"keywords": [
66
"hast",

packages/prettyhtml-quick/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/prettyhtml-quick",
3-
"version": "0.5.1",
3+
"version": "0.5.3",
44
"description": "",
55
"main": "./bin/cli.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"author": "Dustin Deus <[email protected]> (http://www.starptech.de)",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@starptech/prettyhtml": "^0.5.1",
25+
"@starptech/prettyhtml": "^0.5.3",
2626
"chalk": "^2.4.1",
2727
"commander": "^2.18.0",
2828
"execa": "^1.0.0",

packages/prettyhtml/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/prettyhtml",
3-
"version": "0.5.1",
3+
"version": "0.5.3",
44
"description": "Opinionated Web Component HTML formatter",
55
"main": "index.js",
66
"repository": {
@@ -29,9 +29,9 @@
2929
},
3030
"homepage": "https://github.com/StarpTech/prettyhtml#readme",
3131
"dependencies": {
32-
"@starptech/prettyhtml-formatter": "^0.5.1",
33-
"@starptech/rehype-webparser": "^0.5.0",
34-
"@starptech/webparser": "^0.5.0",
32+
"@starptech/prettyhtml-formatter": "^0.5.3",
33+
"@starptech/rehype-webparser": "^0.5.3",
34+
"@starptech/webparser": "^0.5.3",
3535
"meow": "^5.0.0",
3636
"prettier": "^1.14.3",
3737
"rehype-sort-attribute-values": "^1.0.1",

packages/rehype-minify-whitespace/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/rehype-minify-whitespace",
3-
"version": "0.5.0",
3+
"version": "0.5.3",
44
"description": "",
55
"main": "index.js",
66
"keywords": [
@@ -25,7 +25,7 @@
2525
"unist-util-modify-children": "^1.1.2"
2626
},
2727
"devDependencies": {
28-
"@starptech/prettyhtml-hastscript": "^0.5.0",
28+
"@starptech/prettyhtml-hastscript": "^0.5.3",
2929
"ava": "^0.25.0",
3030
"nyc": "^13.0.1",
3131
"rehype": "^6.0.0"

packages/rehype-webparser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/rehype-webparser",
3-
"version": "0.5.0",
3+
"version": "0.5.3",
44
"description": "",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -24,8 +24,8 @@
2424
"author": "Dustin Deus <[email protected]> (http://www.starptech.de)",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@starptech/hast-util-from-webparser": "^0.5.0",
28-
"@starptech/webparser": "^0.5.0"
27+
"@starptech/hast-util-from-webparser": "^0.5.3",
28+
"@starptech/webparser": "^0.5.3"
2929
},
3030
"devDependencies": {
3131
"jest": "^23.6.0",

packages/webparser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starptech/webparser",
3-
"version": "0.5.0",
3+
"version": "0.5.3",
44
"description": "Optimized html parser for HTML5 Web Components.",
55
"main": "./dist/public_api.js",
66
"scripts": {

0 commit comments

Comments
 (0)