Skip to content

Commit

Permalink
fix: CMF Add missing dependency: commander (#5027)
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour authored Dec 1, 2023
1 parent 92ff355 commit 19c3c59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/bright-laws-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@talend/scripts-cmf': patch
'@talend/react-cmf': patch
---

Add missing dependency: commander
1 change: 1 addition & 0 deletions packages/cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"dependencies": {
"@talend/scripts-cmf": "^1.2.2",
"@talend/utils": "^2.8.0",
"commander": "^6.2.1",
"hoist-non-react-statics": "^3.3.2",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
Expand Down
3 changes: 2 additions & 1 deletion tools/scripts-cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"lint": "eslint ./"
},
"dependencies": {
"i18next": "^23.7.7",
"commander": "^6.2.1",
"deepmerge": "^1.5.2",
"i18next": "^23.7.7",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4"
Expand Down

0 comments on commit 19c3c59

Please sign in to comment.