File tree Expand file tree Collapse file tree 5 files changed +1970
-1872
lines changed Expand file tree Collapse file tree 5 files changed +1970
-1872
lines changed Original file line number Diff line number Diff line change 25
25
"@aws-amplify/graphql-generator" : " 0.1.4" ,
26
26
"@aws-amplify/graphql-types-generator" : " 3.4.2" ,
27
27
"@graphql-codegen/core" : " 2.6.6" ,
28
- "aws-sdk" : " ^2.1465.0" ,
29
28
"chalk" : " ^3.0.0" ,
30
29
"fs-extra" : " ^8.1.0" ,
31
30
"glob-all" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 36
36
"lower-case-first" : " ^2.0.1" ,
37
37
"pluralize" : " ^8.0.0" ,
38
38
"strip-indent" : " ^3.0.0" ,
39
- "ts-dedent" : " ^1.1.0" ,
40
- "ts-json-schema-generator" : " 1.0.0"
39
+ "ts-dedent" : " ^1.1.0"
41
40
},
42
41
"devDependencies" : {
43
42
"@graphql-codegen/testing" : " ^1.17.7" ,
46
45
"@types/node" : " ^12.12.6" ,
47
46
"@types/pluralize" : " 0.0.29" ,
48
47
"graphql" : " ^15.5.0" ,
49
- "java-ast" : " ^0.3.0"
48
+ "java-ast" : " ^0.3.0" ,
49
+ "ts-json-schema-generator" : " 1.0.0"
50
50
},
51
51
"peerDependencies" : {
52
52
"graphql" : " ^15.5.0"
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ rules : {
3
+ 'import/no-extraneous-dependencies' : 'off'
4
+ } ,
5
+ } ;
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" ,
39
38
"@babel/generator" : " 7.0.0-beta.4" ,
40
39
"@babel/types" : " 7.0.0-beta.4" ,
41
- "aws-amplify" : " ^5.3.11" ,
42
40
"babel-generator" : " ^6.26.1" ,
43
41
"babel-types" : " ^6.26.0" ,
44
42
"change-case" : " ^4.1.1" ,
You can’t perform that action at this time.
0 commit comments