Skip to content

Commit

Permalink
Update trim
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 8, 2020
1 parent 3ab3f8e commit 446f9cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/hast-util-is-css-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"index.js"
],
"dependencies": {
"trim": "0.0.1"
"trim": "1.0.0"
},
"xo": false
}
2 changes: 1 addition & 1 deletion packages/hast-util-is-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"hast-util-has-property": "^1.0.0",
"hast-util-is-element": "^1.0.0",
"trim": "0.0.1"
"trim": "1.0.0"
},
"xo": false
}
2 changes: 1 addition & 1 deletion packages/rehype-minify-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"hast-util-has-property": "^1.0.0",
"uglify-js": "^3.0.18",
"unist-util-visit": "^2.0.0",
"trim": "0.0.1"
"trim": "1.0.0"
},
"xo": false
}
2 changes: 1 addition & 1 deletion packages/rehype-minify-javascript-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"html-url-attributes": "^1.0.0",
"uglify-js": "^3.0.18",
"unist-util-visit": "^2.0.0",
"trim": "0.0.1"
"trim": "1.0.0"
},
"xo": false
}

0 comments on commit 446f9cb

Please sign in to comment.