Skip to content

Commit 411e5fb

Browse files
committed
Refactor to loosen semver ranges
1 parent bc1783e commit 411e5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"dependencies": {
3030
"hast-util-from-parse5": "^5.0.0",
3131
"hast-util-to-parse5": "^5.0.0",
32-
"html-void-elements": "^1.0.1",
32+
"html-void-elements": "^1.0.0",
3333
"parse5": "^5.0.0",
3434
"unist-util-position": "^3.0.0",
3535
"web-namespaces": "^1.0.0",
36-
"xtend": "^4.0.1",
36+
"xtend": "^4.0.0",
3737
"zwitch": "^1.0.0"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)