Skip to content

Commit

Permalink
Merge pull request #732 from aws-amplify/main
Browse files Browse the repository at this point in the history
Release Codegen Plugin
  • Loading branch information
alharris-at authored Oct 2, 2023
2 parents ac1db5f + 7d71ee0 commit 90cd7b4
Show file tree
Hide file tree
Showing 5 changed files with 1,970 additions and 1,872 deletions.
1 change: 0 additions & 1 deletion packages/amplify-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@aws-amplify/graphql-generator": "0.1.4",
"@aws-amplify/graphql-types-generator": "3.4.2",
"@graphql-codegen/core": "2.6.6",
"aws-sdk": "^2.1465.0",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
"glob-all": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/appsync-modelgen-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"lower-case-first": "^2.0.1",
"pluralize": "^8.0.0",
"strip-indent": "^3.0.0",
"ts-dedent": "^1.1.0",
"ts-json-schema-generator": "1.0.0"
"ts-dedent": "^1.1.0"
},
"devDependencies": {
"@graphql-codegen/testing": "^1.17.7",
Expand All @@ -46,7 +45,8 @@
"@types/node": "^12.12.6",
"@types/pluralize": "0.0.29",
"graphql": "^15.5.0",
"java-ast": "^0.3.0"
"java-ast": "^0.3.0",
"ts-json-schema-generator": "1.0.0"
},
"peerDependencies": {
"graphql": "^15.5.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/graphql-types-generator/fixtures/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
rules: {
'import/no-extraneous-dependencies': 'off'
},
};
2 changes: 0 additions & 2 deletions packages/graphql-types-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/api": "^5.4.5",
"@babel/generator": "7.0.0-beta.4",
"@babel/types": "7.0.0-beta.4",
"aws-amplify": "^5.3.11",
"babel-generator": "^6.26.1",
"babel-types": "^6.26.0",
"change-case": "^4.1.1",
Expand Down
Loading

0 comments on commit 90cd7b4

Please sign in to comment.