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 2525 "@aws-amplify/graphql-generator" : " 0.1.4" ,
2626 "@aws-amplify/graphql-types-generator" : " 3.4.2" ,
2727 "@graphql-codegen/core" : " 2.6.6" ,
28- "aws-sdk" : " ^2.1465.0" ,
2928 "chalk" : " ^3.0.0" ,
3029 "fs-extra" : " ^8.1.0" ,
3130 "glob-all" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 3636 "lower-case-first" : " ^2.0.1" ,
3737 "pluralize" : " ^8.0.0" ,
3838 "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"
4140 },
4241 "devDependencies" : {
4342 "@graphql-codegen/testing" : " ^1.17.7" ,
4645 "@types/node" : " ^12.12.6" ,
4746 "@types/pluralize" : " 0.0.29" ,
4847 "graphql" : " ^15.5.0" ,
49- "java-ast" : " ^0.3.0"
48+ "java-ast" : " ^0.3.0" ,
49+ "ts-json-schema-generator" : " 1.0.0"
5050 },
5151 "peerDependencies" : {
5252 "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 3535 "extract-api" : " ts-node ../../scripts/extract-api.ts"
3636 },
3737 "dependencies" : {
38- "@aws-amplify/api" : " ^5.4.5" ,
3938 "@babel/generator" : " 7.0.0-beta.4" ,
4039 "@babel/types" : " 7.0.0-beta.4" ,
41- "aws-amplify" : " ^5.3.11" ,
4240 "babel-generator" : " ^6.26.1" ,
4341 "babel-types" : " ^6.26.0" ,
4442 "change-case" : " ^4.1.1" ,
You can’t perform that action at this time.
0 commit comments