File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 * @typedef {import('unist').Node } Node
33 * @typedef {import('unist').Parent } Parent
44 *
5- * @typedef {import('unist-util-is').Type } Type
6- * @typedef {import('unist-util-is').Props } Props
5+ * @typedef {string } Type
6+ * @typedef {Record<string, unknown> } Props
77 * @typedef {import('unist-util-is').TestFunctionAnything } TestFunctionAnything
88 */
99
Original file line number Diff line number Diff line change 3939 "c8" : " ^7.0.0" ,
4040 "mdast-util-from-markdown" : " ^1.0.0" ,
4141 "prettier" : " ^2.0.0" ,
42- "remark-cli" : " ^10 .0.0" ,
42+ "remark-cli" : " ^11 .0.0" ,
4343 "remark-preset-wooorm" : " ^9.0.0" ,
4444 "rimraf" : " ^3.0.0" ,
4545 "tape" : " ^5.0.0" ,
4646 "type-coverage" : " ^2.0.0" ,
4747 "typescript" : " ^4.0.0" ,
48- "xo" : " ^0.49 .0"
48+ "xo" : " ^0.53 .0"
4949 },
5050 "scripts" : {
5151 "prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments