Skip to content

Commit 7fb613d

Browse files
committed
Refactor to loosen semver ranges
1 parent 510968b commit 7fb613d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
],
3535
"dependencies": {
3636
"@types/hast": "^2.0.0",
37-
"micromark-util-character": "^1.1.0"
37+
"micromark-util-character": "^1.0.0"
3838
},
3939
"devDependencies": {
4040
"@types/tape": "^4.0.0",
4141
"c8": "^7.0.0",
42-
"hast-util-select": "^5.0.1",
43-
"hastscript": "^7.0.2",
42+
"hast-util-select": "^5.0.0",
43+
"hastscript": "^7.0.0",
4444
"prettier": "^2.0.0",
4545
"remark-cli": "^10.0.0",
4646
"remark-preset-wooorm": "^9.0.0",

0 commit comments

Comments
 (0)