Commit dd9834a 1 parent 250d3e5 commit dd9834a Copy full SHA for dd9834a
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
" index.js"
47
47
],
48
48
"dependencies" : {
49
- "@types/unist" : " ^2 .0.0" ,
49
+ "@types/unist" : " ^3 .0.0" ,
50
50
"bail" : " ^2.0.0" ,
51
51
"extend" : " ^3.0.0" ,
52
52
"is-buffer" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 1
1
/**
2
- * @typedef {import('unist').Literal<string> } Literal
2
+ * @typedef {import('unist').Literal } Literal
3
3
* @typedef {import('../index.js').Parser } Parser
4
4
* @typedef {import('../index.js').Compiler } Compiler
5
5
*/
Original file line number Diff line number Diff line change 1
1
/**
2
- * @typedef {import('unist').Literal<string> } Literal
2
+ * @typedef {import('unist').Literal } Literal
3
3
* @typedef {import('../../index.js').Parser } Parser
4
4
* @typedef {import('../../index.js').Compiler } Compiler
5
5
*/
You can’t perform that action at this time.
0 commit comments