Skip to content

Commit e15bec3

Browse files
committed
use new version of property-information
1 parent 3282be9 commit e15bec3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@starptech/prettyhtml-hastscript": "^0.5.0",
2525
"@starptech/webparser": "^0.5.0",
26-
"property-information": "https://github.com/StarpTech/property-information#attr_normalization_fix"
26+
"property-information": "^5.0.1"
2727
},
2828
"devDependencies": {
2929
"jest": "^23.6.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"hast-util-whitespace": "^1.0.1",
3535
"html-void-elements": "^1.0.3",
3636
"html-whitespace-sensitive-tag-names": "^1.0.0",
37-
"property-information": "https://github.com/StarpTech/property-information#attr_normalization_fix",
37+
"property-information": "^5.0.1",
3838
"space-separated-tokens": "^1.1.2",
3939
"stringify-entities": "^1.3.2",
4040
"unist-util-is": "^2.1.2",

packages/prettyhtml-hastscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"comma-separated-tokens": "^1.0.5",
3232
"hast-util-parse-selector": "^2.2.0",
33-
"property-information": "https://github.com/StarpTech/property-information#attr_normalization_fix",
33+
"property-information": "^5.0.1",
3434
"space-separated-tokens": "^1.1.2"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)