Skip to content

Commit 282643e

Browse files
committed
Update
1 parent f0ee318 commit 282643e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-corepass",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A Remark plugin to transform CorePass notations into markdown links.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -38,18 +38,16 @@
3838
"license": "CORE",
3939
"dependencies": {
4040
"@blockchainhub/ican": "^0.3.0",
41-
"@types/unist": "^3.0.2",
41+
"@types/mdast": "^4.0.3",
4242
"unist-util-visit": "^5.0.0"
4343
},
4444
"devDependencies": {
45-
"@types/mdast": "^4.0.3",
46-
"@types/node": "^20.12.7",
4745
"esm": "^3.2.25",
4846
"remark-parse": "^11.0.0",
4947
"remark-stringify": "^11.0.0",
5048
"ts-node": "^10.9.2",
5149
"typescript": "^5.4.5",
52-
"undici-types": "^6.14.1",
50+
"undici-types": "^6.15.0",
5351
"unified": "^11.0.4",
5452
"uvu": "^0.5.6"
5553
},

0 commit comments

Comments
 (0)