diff --git a/package.json b/package.json index 41c1bcb..274603d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-corepass", - "version": "0.2.0", + "version": "0.2.1", "description": "A Remark plugin to transform CorePass notations into markdown links.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -38,18 +38,16 @@ "license": "CORE", "dependencies": { "@blockchainhub/ican": "^0.3.0", - "@types/unist": "^3.0.2", + "@types/mdast": "^4.0.3", "unist-util-visit": "^5.0.0" }, "devDependencies": { - "@types/mdast": "^4.0.3", - "@types/node": "^20.12.7", "esm": "^3.2.25", "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0", "ts-node": "^10.9.2", "typescript": "^5.4.5", - "undici-types": "^6.14.1", + "undici-types": "^6.15.0", "unified": "^11.0.4", "uvu": "^0.5.6" },