Skip to content

Commit

Permalink
Add missing dependency on micromatch
Browse files Browse the repository at this point in the history
Affected packages
* ilib-loctool-javascript
* ilib-loctool-json
* ilib-loctool-xml
  • Loading branch information
wadimw committed Dec 13, 2024
1 parent 7fe9274 commit 9bb9bec
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/nine-jobs-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"ilib-loctool-javascript": patch
"ilib-loctool-json": patch
"ilib-loctool-xml": patch
---

Added missing dependency on micromatch.
3 changes: 2 additions & 1 deletion packages/ilib-loctool-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"devDependencies": {
"ilib-loctool-json": "workspace:^",
"jest": "^26.6.3",
"loctool": "workspace:^"
"loctool": "workspace:^",
"micromatch": "^4.0.8"
}
}
3 changes: 2 additions & 1 deletion packages/ilib-loctool-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
},
"dependencies": {
"ilib": "^14.19.0",
"json5": "^2.2.3"
"json5": "^2.2.3",
"micromatch": "^4.0.8"
},
"devDependencies": {
"jest": "^29.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/ilib-loctool-xml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
},
"dependencies": {
"ilib": "^14.18.0",
"micromatch": "^4.0.8",
"xml-js": "^1.6.11"
},
"devDependencies": {
Expand Down

0 comments on commit 9bb9bec

Please sign in to comment.