Skip to content

Commit

Permalink
fix(cli): fix inquirer version (#1690)
Browse files Browse the repository at this point in the history
pin inquirer version to 6.3.1

fix #1688
  • Loading branch information
UnleashedMind committed Jun 20, 2019
1 parent 0abac99 commit 9246032
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 16 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"dependencies": {
"lerna": "3.10.8"
},
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"amplify-category-auth": "1.6.2",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"opn": "^5.3.0",
"uuid": "^3.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"fs-extra": "^7.0.0",
"graphql": "^0.13.2",
"graphql-relational-schema-transformer": "1.0.9",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"merge-graphql-schemas": "^1.5.8",
"moment": "^2.22.2",
"opn": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"chalk-pipe": "^1.2.0",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"jest": "^23.5.0",
"lodash": "^4.17.10",
"opn": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"fs-extra": "^7.0.0",
"grunt": "^1.0.3",
"grunt-aws-lambda": "^0.13.0",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"uuid": "^3.3.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"chalk": "^2.4.1",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"mime-types": "^2.1.18",
"minimatch": "^3.0.4",
"moment": "^2.22.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"amplify-category-function": "1.5.3",
"fs-extra": "^7.0.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"inquirer-autocomplete-prompt": "^1.0.1",
"uuid": "^3.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"amplify-category-auth": "1.6.2",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"opn": "^5.3.0",
"ora": "^3.0.0",
"promise-sequential": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"amplify-category-auth": "1.6.2",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"lodash": "^4.17.10",
"uuid": "^2.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-xr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"chalk": "^2.4.1",
"fs-extra": "^7.0.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"jest": "^23.5.0",
"opn": "^5.3.0",
"uuid": "^3.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fs-extra": "^6.0.1",
"gluegun": "next",
"ini": "^1.3.5",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"open-in-editor": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"glob-all": "^3.1.0",
"graphql": "^14.0.2",
"graphql-config": "^2.1.0",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"ora": "^3.0.0",
"underscore": "^1.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-frontend-android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"chalk": "2.4.1",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"path": "^0.12.7"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-frontend-ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"chalk": "2.4.1",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"path": "^0.12.7"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-frontend-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"chalk": "2.4.1",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"path": "^0.12.7"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-provider-awscloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"graphql-transformer-core": "3.7.1",
"graphql-versioned-transformer": "3.4.8",
"ini": "^1.3.5",
"inquirer": "^6.0.0",
"inquirer": "6.3.1",
"lodash": "^4.17.10",
"moment": "^2.21.0",
"opn": "^5.3.0",
Expand Down

0 comments on commit 9246032

Please sign in to comment.