|
42 | 42 | "eslint-config-prettier": "^8.3.0", |
43 | 43 | "eslint-plugin-prettier": "^3.4.0", |
44 | 44 | "fs-extra": "^10.0.0", |
45 | | - "micromark": "^3.0.0", |
| 45 | + "micromark": "^3.0.5", |
46 | 46 | "prettier": "^2.3.2", |
47 | | - "rehype-stringify": "^8.0.0", |
48 | | - "remark": "^13.0.0", |
49 | | - "remark-cli": "^9.0.0", |
50 | | - "remark-parse": "^9.0.0", |
51 | | - "remark-rehype": "^8.1.0", |
52 | | - "remark-stringify": "^9.0.1", |
| 47 | + "rehype-stringify": "^9.0.2", |
| 48 | + "remark": "^14.0.1", |
| 49 | + "remark-cli": "^10.0.0", |
| 50 | + "remark-parse": "^10.0.0", |
| 51 | + "remark-rehype": "^9.1.0", |
| 52 | + "remark-stringify": "^10.0.0", |
53 | 53 | "to-vfile": "^7.2.1", |
54 | 54 | "ts-node": "^10.2.0", |
55 | 55 | "typescript": "^4.4.2", |
|
60 | 60 | "dependencies": { |
61 | 61 | "hast": "^1.0.0", |
62 | 62 | "hastscript": "^7.0.2", |
63 | | - "mdast-util-from-markdown": "^1.0.0", |
| 63 | + "mdast-util-from-markdown": "^1.0.2", |
64 | 64 | "micromark-factory-space": "^1.0.0", |
65 | | - "micromark-util-types": "^1.0.0", |
| 65 | + "micromark-util-types": "^1.0.1", |
66 | 66 | "unified": "^10.1.0", |
67 | | - "unist-util-visit": "^4.0.0" |
| 67 | + "unist-util-visit": "^4.1.0" |
68 | 68 | }, |
69 | | - "ava": { |
70 | | - "files": ["test/**/*.test.js"] |
71 | | - } |
| 69 | + "ava": { |
| 70 | + "files": [ |
| 71 | + "test/**/*.test.js" |
| 72 | + ] |
| 73 | + } |
72 | 74 | } |
0 commit comments