Skip to content

Commit

Permalink
fix: #6123 - add missing amplify-cli-core dependencies to packages (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Hajdrik committed Dec 11, 2020
1 parent d6793c8 commit e6519f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/amplify-category-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"aws"
],
"dependencies": {
"amplify-cli-core": "1.11.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
"open": "^7.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/amplify-category-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@aws-cdk/cx-api": "~1.72.0",
"@aws-cdk/region-info": "~1.72.0",
"@graphql-tools/merge": "^6.0.18",
"amplify-cli-core": "1.11.0",
"amplify-util-headless-input": "1.4.2",
"chalk": "^3.0.0",
"constructs": "^3.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/graphql-transformer-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"clean": "rimraf ./lib"
},
"dependencies": {
"amplify-cli-core": "1.11.0",
"cloudform-types": "^4.2.0",
"deep-diff": "^1.0.2",
"fs-extra": "^8.1.0",
Expand Down

0 comments on commit e6519f2

Please sign in to comment.