We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b4c12 commit e2a3079Copy full SHA for e2a3079
package.json
@@ -43,14 +43,14 @@
43
"@types/tape": "^4.0.0",
44
"c8": "^7.0.0",
45
"prettier": "^2.0.0",
46
- "remark": "^13.0.0",
47
- "remark-cli": "^9.0.0",
48
- "remark-preset-wooorm": "^8.0.0",
+ "remark": "^14.0.0",
+ "remark-cli": "^10.0.0",
+ "remark-preset-wooorm": "^9.0.0",
49
"rimraf": "^3.0.0",
50
"tape": "^5.0.0",
51
"type-coverage": "^2.0.0",
52
"typescript": "^4.0.0",
53
- "xo": "^0.42.0"
+ "xo": "^0.49.0"
54
},
55
"scripts": {
56
"prepack": "npm run build && npm run format",
test.js
@@ -3,7 +3,7 @@
3
*/
4
5
import test from 'tape'
6
-import remark from 'remark'
+import {remark} from 'remark'
7
import {definitions} from './index.js'
8
9
test('mdast-util-definitions', (t) => {
0 commit comments