Update micromark

This commit is contained in:
Titus Wormer 2021-06-22 21:09:16 +02:00
parent d9489c7489
commit 3938ed8e66
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -38,19 +38,19 @@
"default": "./index.js" "default": "./index.js"
}, },
"dependencies": { "dependencies": {
"micromark-factory-space": "^1.0.0-beta.1", "micromark-factory-space": "^1.0.0",
"micromark-factory-whitespace": "^1.0.0-beta.1", "micromark-factory-whitespace": "^1.0.0",
"micromark-util-character": "^1.0.0-beta.1", "micromark-util-character": "^1.0.0",
"micromark-util-symbol": "^1.0.0-beta.1", "micromark-util-symbol": "^1.0.0",
"micromark-util-types": "^1.0.0-beta.1", "micromark-util-types": "^1.0.0",
"parse-entities": "^3.0.0" "parse-entities": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/tape": "^4.0.0", "@types/tape": "^4.0.0",
"c8": "^7.0.0", "c8": "^7.0.0",
"html-void-elements": "^2.0.0", "html-void-elements": "^2.0.0",
"micromark": "^3.0.0-beta.1", "micromark": "^3.0.0",
"micromark-build": "^1.0.0-beta.1", "micromark-build": "^1.0.0",
"prettier": "^2.0.0", "prettier": "^2.0.0",
"remark-cli": "^9.0.0", "remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0", "remark-preset-wooorm": "^8.0.0",