Skip to content

Commit

Permalink
fix: move test package dependencies to devDependencies (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
attilah committed Aug 14, 2019
1 parent 8195152 commit f5623d0
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-category-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"dependencies": {
"amplify-category-auth": "1.11.0",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "6.3.1",
"opn": "^5.3.0",
Expand All @@ -18,6 +17,7 @@
"author": "Amazon Web Services",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
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 @@ -14,7 +14,6 @@
"amplify-category-function": "1.11.0",
"amplify-category-storage": "1.12.0",
"aws-sdk": "^2.391.0",
"eslint": "^4.9.0",
"fs-extra": "^7.0.0",
"graphql": "^0.13.2",
"graphql-relational-schema-transformer": "1.4.0",
Expand All @@ -26,6 +25,7 @@
"uuid": "^2.0.3"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
Expand Down
3 changes: 1 addition & 2 deletions packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
"aws-sdk": "^2.475.0",
"chalk": "^2.4.1",
"chalk-pipe": "^2.0.0",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "6.3.1",
"jest": "^23.5.0",
"lodash": "^4.17.10",
"mime-types": "^2.1.24",
"opn": "^5.3.0",
Expand All @@ -29,6 +27,7 @@
"uuid": "^2.0.3"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"jest": "^23.5.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 @@ -5,7 +5,6 @@
"description": "amplify-cli function plugin",
"dependencies": {
"amplify-category-storage": "1.12.0",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "6.3.1",
"mime-types": "^2.1.24",
Expand All @@ -19,6 +18,7 @@
"author": "Amazon Web Services",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
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 @@ -5,7 +5,6 @@
"main": "index.js",
"dependencies": {
"amplify-category-auth": "1.11.0",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "6.3.1",
"opn": "^5.3.0",
Expand All @@ -23,6 +22,7 @@
"license": "Apache-2.0",
"devDependencies": {
"codecov": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"jest": "^23.5.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/amplify-category-predictions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
"amplify-category-auth": "1.7.1",
"chalk": "^2.4.1",
"chalk-pipe": "^2.0.0",
"commitizen": "^3.0.2",
"fs-extra": "^7.0.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.0.0",
"jest": "^23.5.0",
"lodash": "^4.17.10",
"opn": "^5.3.0",
"uuid": "^3.3.2"
Expand All @@ -25,6 +23,7 @@
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
"eslint-plugin-import": "^2.12.0",
"jest": "^23.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/amplify-category-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"dependencies": {
"amplify-category-auth": "1.11.0",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "6.3.1",
"lodash": "^4.17.10",
Expand All @@ -18,6 +17,7 @@
"author": "Amazon Web Services",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-xr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"fs-extra": "^7.0.0",
"fuzzy": "^0.1.3",
"inquirer": "6.3.1",
"jest": "^23.5.0",
"opn": "^5.3.0",
"uuid": "^3.3.2"
},
Expand All @@ -24,6 +23,7 @@
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
"eslint-plugin-import": "^2.12.0",
"jest": "^23.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"babel-core": "^6.26.3",
"chalk": "^2.0.1",
"chalk-pipe": "^2.0.0",
"eslint": "^4.19.1",
"esm": "^3.2.25",
"figlet": "^1.2.1",
"folder-hash": "^2.0.0",
Expand All @@ -61,6 +60,7 @@
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"jest": "^23.0.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 @@ -18,7 +18,6 @@
"amplify-graphql-types-generator": "1.4.0",
"aws-appsync-codegen": "^0.17.4",
"chalk": "^2.4.1",
"eslint": "^4.9.0",
"fs-extra": "^8.0.1",
"glob-all": "^3.1.0",
"graphql": "^14.0.2",
Expand All @@ -28,6 +27,7 @@
"underscore": "^1.9.1"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"jest": "^23.0.0",
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 @@ -7,7 +7,6 @@
"license": "Apache-2.0",
"dependencies": {
"chalk": "2.4.1",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "6.3.1",
"path": "^0.12.7"
Expand All @@ -17,6 +16,7 @@
"lint-fix": "eslint . --fix"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
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 @@ -7,7 +7,6 @@
"license": "Apache-2.0",
"dependencies": {
"chalk": "2.4.1",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "6.3.1",
"path": "^0.12.7"
Expand All @@ -17,6 +16,7 @@
"lint-fix": "eslint . --fix"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
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 @@ -7,7 +7,6 @@
"license": "Apache-2.0",
"dependencies": {
"chalk": "2.4.1",
"eslint": "^4.19.1",
"fs-extra": "^7.0.0",
"inquirer": "6.3.1",
"path": "^0.12.7"
Expand All @@ -17,6 +16,7 @@
"lint-fix": "eslint . --fix"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
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 @@ -15,7 +15,6 @@
"cfn-lint": "^1.7.2",
"chalk": "^2.4.1",
"columnify": "^1.5.4",
"eslint": "^4.19.1",
"extract-zip": "^1.6.7",
"folder-hash": "^2.0.0",
"fs-extra": "^7.0.0",
Expand Down Expand Up @@ -46,6 +45,7 @@
"lint-fix": "eslint . --fix"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
Expand Down

0 comments on commit f5623d0

Please sign in to comment.