Skip to content

Commit

Permalink
Fix missing direct dependency on unist-util-visit (#5)
Browse files Browse the repository at this point in the history
* Fix missing direct dependency on unist-util-visit

* Add yarnrc registry override
  • Loading branch information
wadimw authored Oct 1, 2024
1 parent 58845f4 commit 0c432ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry "https://registry.npmjs.org/"
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,15 @@
"eslint-config-prettier": "^9.1.0",
"globals": "^15.9.0",
"husky": "^9.1.5",
"ilib-loctool-pendo-md": "file:.",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"loctool": "^2.25.2",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"unist-builder": "2",
"unist-util-visit": "^2",
"ilib-loctool-pendo-md": "file:."
"unist-builder": "2"
},
"dependencies": {
"@ungap/structured-clone": "^1.2.0",
Expand All @@ -69,7 +68,8 @@
"micromark": "~2.11.0",
"micromark-extension-gfm-strikethrough": "^0",
"micromatch": "^4.0.8",
"unist-util-remove-position": "3"
"unist-util-remove-position": "3",
"unist-util-visit": "^2"
},
"peerDependencies": {
"loctool": "^2.25.2"
Expand Down

0 comments on commit 0c432ea

Please sign in to comment.