Skip to content

Commit

Permalink
chore: add missing dependencies to relevant package.json files (#8137)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhockett authored Sep 9, 2021
1 parent 704295b commit 92821aa
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"author": "Amazon Web Services",
"license": "Apache-2.0",
"dependencies": {
"strip-ansi": "^6.0.0",
"lerna": "^4.0.0"
"lerna": "^4.0.0",
"strip-ansi": "^6.0.0"
},
"workspaces": {
"packages": [
Expand Down
3 changes: 3 additions & 0 deletions packages/amplify-category-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@
"@aws-cdk/custom-resources": "~1.119.0",
"@aws-cdk/cx-api": "~1.119.0",
"@aws-cdk/region-info": "~1.119.0",
"@octokit/rest": "^18.0.9",
"@graphql-tools/merge": "^6.0.18",
"amplify-cli-core": "1.27.0",
"amplify-headless-interface": "1.10.0",
"amplify-util-headless-input": "1.5.3",
"chalk": "^4.1.1",
"constructs": "^3.3.125",
Expand All @@ -72,6 +74,7 @@
"graphql-transformer-core": "6.29.5",
"inquirer": "^7.3.3",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"ora": "^4.0.3",
"uuid": "^3.4.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/amplify-category-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"dependencies": {
"amplify-cli-core": "1.27.0",
"amplify-function-plugin-interface": "1.9.1",
"archiver": "^5.3.0",
"aws-sdk": "^2.963.0",
"chalk": "^4.1.1",
"cloudform-types": "^4.2.0",
Expand All @@ -37,6 +38,7 @@
"jstreemap": "^1.28.2",
"lodash": "^4.17.21",
"mime-types": "^2.1.26",
"ora": "^4.0.3",
"promise-sequential": "^1.1.1",
"uuid": "^3.4.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/amplify-category-interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"aws"
],
"dependencies": {
"amplify-cli-core": "1.27.0",
"fs-extra": "^8.1.0",
"fuzzy": "^0.1.3",
"inquirer": "^7.3.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/amplify-category-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"amplify-cli-core": "1.27.0",
"amplify-prompts": "1.1.2",
"amplify-util-import": "1.5.10",
"chalk": "^4.1.1",
"cloudform-types": "^4.2.0",
"enquirer": "^2.3.6",
"fs-extra": "^8.1.0",
Expand All @@ -34,6 +35,7 @@
"uuid": "^3.4.0"
},
"devDependencies": {
"aws-sdk": "^2.963.0",
"rimraf": "^3.0.2"
},
"jest": {
Expand Down
8 changes: 5 additions & 3 deletions packages/amplify-cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
"amplify-prompts": "1.1.2",
"ci-info": "^2.0.0",
"cloudform-types": "^4.2.0",
"chalk": "^4.1.1",
"dotenv": "^8.2.0",
"folder-hash": "^4.0.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"globby": "^11.0.3",
"hjson": "^3.2.1",
Expand All @@ -43,7 +44,6 @@
"which": "^2.0.2"
},
"devDependencies": {
"@types/folder-hash": "^4.0.0",
"@types/fs-extra": "^8.0.1",
"@types/hjson": "^2.4.2",
"@types/json-schema": "^7.0.5",
Expand All @@ -53,7 +53,9 @@
"@types/uuid": "^8.0.0",
"amplify-function-plugin-interface": "1.9.1",
"nock": "^13.0.11",
"rimraf": "^3.0.0"
"rimraf": "^3.0.0",
"strip-ansi": "^6.0.0",
"uuid": "^8.3.2"
},
"jest": {
"transform": {
Expand Down
3 changes: 2 additions & 1 deletion packages/amplify-util-headless-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"amplify-headless-interface": "1.10.0"
},
"devDependencies": {
"@types/json-schema": "^7.0.5"
"@types/json-schema": "^7.0.5",
"fs-extra": "^8.1.0"
},
"jest": {
"clearMocks": true,
Expand Down

0 comments on commit 92821aa

Please sign in to comment.