File tree Expand file tree Collapse file tree 7 files changed +24
-5
lines changed
amplify-codegen-e2e-tests Expand file tree Collapse file tree 7 files changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ module.exports = {
190
190
'@typescript-eslint/interface-name-prefix' : 'off' ,
191
191
'no-throw-literal' : 'off' ,
192
192
'react/static-property-placement' : 'off' ,
193
- 'import/no-extraneous-dependencies' : 'off' ,
193
+ 'import/no-extraneous-dependencies' : [ 'error' , { devDependencies : true } ] ,
194
194
'spaced-comment' : 'off' ,
195
195
'@typescript-eslint/no-array-constructor' : 'off' ,
196
196
'prefer-rest-params' : 'off' ,
Original file line number Diff line number Diff line change 22
22
"clean" : " rimraf ./lib"
23
23
},
24
24
"dependencies" : {
25
+ "aws-sdk" : " ^2.1465.0" ,
25
26
"chalk" : " ^3.0.0" ,
27
+ "dotenv" : " ^8.6.0" ,
26
28
"execa" : " ^4.1.0" ,
27
29
"fs-extra" : " ^8.1.0" ,
30
+ "glob" : " ^10.3.9" ,
28
31
"ini" : " ^3.0.1" ,
32
+ "jest-circus" : " ^27.5.1" ,
29
33
"jest-environment-node" : " ^26.6.2" ,
30
34
"lodash" : " ^4.17.19" ,
31
35
"node-pty" : " beta" ,
Original file line number Diff line number Diff line change 24
24
"dependencies" : {
25
25
"@aws-amplify/amplify-codegen-e2e-core" : " 1.6.0" ,
26
26
"@aws-amplify/graphql-schema-test-library" : " ^1.1.18" ,
27
+ "amazon-cognito-identity-js" : " ^6.3.6" ,
27
28
"aws-amplify" : " ^5.3.3" ,
28
29
"aws-appsync" : " ^4.1.9" ,
29
30
"aws-sdk" : " ^2.1413.0" ,
33
34
"graphql-tag" : " ^2.10.1" ,
34
35
"js-yaml" : " ^4.0.0" ,
35
36
"lodash" : " ^4.17.19" ,
37
+ "node-fetch" : " ^3.3.2" ,
36
38
"uuid" : " ^3.4.0" ,
39
+ "ws" : " ^8.14.2" ,
37
40
"yargs" : " ^15.1.0"
38
41
},
39
42
"devDependencies" : {
Original file line number Diff line number Diff line change 23
23
"dependencies" : {
24
24
"@aws-amplify/graphql-generator" : " 0.1.2" ,
25
25
"@aws-amplify/graphql-types-generator" : " 3.4.1" ,
26
+ "@aws-amplify/graphql-docs-generator" : " 4.2.0" ,
26
27
"@graphql-codegen/core" : " 2.6.6" ,
28
+ "aws-sdk" : " ^2.1465.0" ,
27
29
"chalk" : " ^3.0.0" ,
28
30
"fs-extra" : " ^8.1.0" ,
29
31
"glob-all" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 29
29
"@graphql-codegen/plugin-helpers" : " ^1.18.8" ,
30
30
"@graphql-codegen/visitor-plugin-common" : " ^1.22.0" ,
31
31
"@graphql-tools/utils" : " ^6.0.18" ,
32
+ "ajv" : " ^6.10.0" ,
32
33
"chalk" : " ^3.0.0" ,
33
34
"change-case" : " ^4.1.1" ,
35
+ "graphql-transformer-common" : " ^4.25.1" ,
34
36
"lower-case-first" : " ^2.0.1" ,
35
37
"pluralize" : " ^8.0.0" ,
36
38
"strip-indent" : " ^3.0.0" ,
37
- "ts-dedent" : " ^1.1.0"
39
+ "ts-dedent" : " ^1.1.0" ,
40
+ "ts-json-schema-generator" : " 1.0.0"
38
41
},
39
42
"devDependencies" : {
40
43
"@graphql-codegen/testing" : " ^1.17.7" ,
41
44
"@graphql-codegen/typescript" : " ^2.8.3" ,
45
+ "@types/fs-extra" : " ^8.1.2" ,
42
46
"@types/node" : " ^12.12.6" ,
43
47
"@types/pluralize" : " 0.0.29" ,
48
+
44
49
"graphql" : " ^15.5.0" ,
45
- "java-ast" : " ^0.3.0" ,
46
- "ts-json-schema-generator" : " 1.0.0"
50
+ "java-ast" : " ^0.3.0"
47
51
},
48
52
"peerDependencies" : {
49
53
"graphql" : " ^15.5.0"
Original file line number Diff line number Diff line change 31
31
"@graphql-tools/apollo-engine-loader" : " ^8.0.0" ,
32
32
"graphql" : " ^15.5.0"
33
33
},
34
+ "devDependencies" : {
35
+ "@types/prettier" : " ^1.0.0"
36
+ },
34
37
"typescript" : {
35
38
"definition" : " lib/index.d.ts"
36
39
},
Original file line number Diff line number Diff line change 35
35
"extract-api" : " ts-node ../../scripts/extract-api.ts"
36
36
},
37
37
"dependencies" : {
38
+ "@aws-amplify/api" : " ^5.4.5" ,
38
39
"@babel/generator" : " 7.0.0-beta.4" ,
39
40
"@babel/types" : " 7.0.0-beta.4" ,
41
+ "aws-amplify" : " ^5.3.11" ,
40
42
"babel-generator" : " ^6.26.1" ,
41
43
"babel-types" : " ^6.26.0" ,
42
44
"change-case" : " ^4.1.1" ,
60
62
"@types/node" : " ^10.17.13" ,
61
63
"@types/prettier" : " ^1.19.0" ,
62
64
"@types/rimraf" : " ^3.0.0" ,
63
- "@types/yargs" : " ^15.0.1"
65
+ "@types/yargs" : " ^15.0.1" ,
66
+ "@types/zen-observable" : " ^0.8.4"
64
67
},
65
68
"publishConfig" : {
66
69
"access" : " public"
You can’t perform that action at this time.
0 commit comments