Skip to content

Commit

Permalink
Fix E2E by adding a devdependency on itself
Browse files Browse the repository at this point in the history
  • Loading branch information
wadimw committed Sep 26, 2024
1 parent 26b3a4e commit 7daff98
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"unist-builder": "2",
"unist-util-visit": "^2"
"unist-util-visit": "^2",
"ilib-loctool-pendo-md": "file:."
},
"dependencies": {
"@ungap/structured-clone": "^1.2.0",
Expand Down
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2263,6 +2263,19 @@ ignore@^5.2.0, ignore@^5.3.1:
resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==

"ilib-loctool-pendo-md@file:.":
version "1.0.0"
dependencies:
"@ungap/structured-clone" "^1.2.0"
ilib-xml-js "^1.7.0"
mdast-util-from-markdown "^0"
mdast-util-gfm-strikethrough "^0"
mdast-util-to-markdown "^0"
micromark "~2.11.0"
micromark-extension-gfm-strikethrough "^0"
micromatch "^4.0.8"
unist-util-remove-position "3"

ilib-tree-node@^1.3.0, ilib-tree-node@^1.3.2:
version "1.3.2"
resolved "https://registry.npmjs.org/ilib-tree-node/-/ilib-tree-node-1.3.2.tgz#eff1ab83588911ece401b5dbd8c8d13c52da59d0"
Expand Down

0 comments on commit 7daff98

Please sign in to comment.