File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remark-corepass" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " A Remark plugin to transform CorePass notations into markdown links." ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
38
38
"license" : " CORE" ,
39
39
"dependencies" : {
40
40
"@blockchainhub/ican" : " ^0.3.0" ,
41
- "@types/unist " : " ^3 .0.2 " ,
41
+ "@types/mdast " : " ^4 .0.3 " ,
42
42
"unist-util-visit" : " ^5.0.0"
43
43
},
44
44
"devDependencies" : {
45
- "@types/mdast" : " ^4.0.3" ,
46
- "@types/node" : " ^20.12.7" ,
47
45
"esm" : " ^3.2.25" ,
48
46
"remark-parse" : " ^11.0.0" ,
49
47
"remark-stringify" : " ^11.0.0" ,
50
48
"ts-node" : " ^10.9.2" ,
51
49
"typescript" : " ^5.4.5" ,
52
- "undici-types" : " ^6.14.1 " ,
50
+ "undici-types" : " ^6.15.0 " ,
53
51
"unified" : " ^11.0.4" ,
54
52
"uvu" : " ^0.5.6"
55
53
},
You can’t perform that action at this time.
0 commit comments