Skip to content

Commit

Permalink
feat: generate components using graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
awinberg-aws committed Jul 31, 2023
1 parent e2ed255 commit 742aa94
Show file tree
Hide file tree
Showing 25 changed files with 307 additions and 165 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
},
"packageManager": "[email protected]",
"resolutions": {
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"cross-fetch": "^2.2.6",
"glob-parent": "^6.0.2",
"got": "^11.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-appsync-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.5.1",
"amplify-velocity-template": "1.4.12",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"chalk": "^4.1.1",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"amplify-headless-interface": "1.17.4",
"amplify-util-headless-input": "1.9.13",
"aws-cdk-lib": "~2.80.0",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"axios": "^0.26.0",
"chalk": "^4.1.1",
"change-case": "^4.1.1",
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 @@ -31,7 +31,7 @@
"@aws-amplify/amplify-function-plugin-interface": "1.11.0",
"@aws-amplify/amplify-prompts": "2.8.0",
"archiver": "^5.3.0",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"chalk": "^4.1.1",
"cloudform-types": "^4.2.0",
"enquirer": "^2.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"amplify-headless-interface": "1.17.4",
"amplify-util-headless-input": "1.9.13",
"aws-cdk-lib": "~2.80.0",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"constructs": "^10.0.5",
"fs-extra": "^8.1.0",
"lodash": "^4.17.21",
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 @@ -30,7 +30,7 @@
"@aws-amplify/amplify-environment-parameters": "1.7.3",
"@aws-amplify/amplify-prompts": "2.8.0",
"@aws-amplify/amplify-provider-awscloudformation": "8.3.3",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-predictions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-prompts": "2.8.0",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"amplify-headless-interface": "1.17.4",
"amplify-util-headless-input": "1.9.13",
"aws-cdk-lib": "~2.80.0",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"chalk": "^4.1.1",
"constructs": "^10.0.5",
"enquirer": "^2.3.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"@aws-amplify/amplify-util-mock": "5.4.3",
"@aws-amplify/amplify-util-uibuilder": "1.9.3",
"@aws-cdk/cloudformation-diff": "~2.68.0",
"amplify-codegen": "^4.1.4",
"amplify-codegen": "^4.1.5",
"amplify-dotnet-function-runtime-provider": "2.0.8",
"amplify-go-function-runtime-provider": "2.3.26",
"amplify-java-function-runtime-provider": "2.3.26",
"amplify-java-function-template-provider": "1.5.22",
"amplify-nodejs-function-runtime-provider": "2.5.3",
"amplify-python-function-runtime-provider": "2.4.26",
"aws-cdk-lib": "~2.80.0",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"chalk": "^4.1.1",
"ci-info": "^3.8.0",
"cli-table3": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-console-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-e2e-core": "5.1.3",
"@types/ini": "^1.3.30",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"dotenv": "^8.2.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-dynamodb-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.3",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"detect-port": "^1.3.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-e2e-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"amplify-headless-interface": "1.17.4",
"aws-amplify": "^4.2.8",
"aws-appsync": "^4.1.1",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"chalk": "^4.1.1",
"dotenv": "^8.2.0",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"aws-amplify": "^4.2.8",
"aws-appsync": "^4.1.1",
"aws-cdk-lib": "~2.80.0",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"axios": "^0.26.0",
"circleci-api": "^4.1.4",
"constructs": "^10.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-environment-parameters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"mkdirp": "^1.0.4",
"ts-json-schema-generator": "~1.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-opensearch-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.3",
"@aws-amplify/amplify-prompts": "2.8.0",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"detect-port": "^1.3.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-provider-awscloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@aws-amplify/cli-extensibility-helper": "3.0.13",
"@aws-amplify/graphql-transformer-core": "^1.4.0",
"@aws-amplify/graphql-transformer-interfaces": "^2.3.0",
"amplify-codegen": "^4.1.4",
"amplify-codegen": "^4.1.5",
"archiver": "^5.3.0",
"aws-cdk-lib": "~2.80.0",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"bottleneck": "2.19.5",
"chalk": "^4.1.1",
"cloudform-types": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-storage-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/serve-static": "^1.13.3",
"@types/uuid": "^8.3.1",
"@types/xml": "^1.0.4",
"aws-sdk": "^2.1405.0"
"aws-sdk": "^2.1426.0"
},
"berry": {
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-util-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "Amazon Web Services",
"license": "Apache-2.0",
"dependencies": {
"aws-sdk": "^2.1405.0"
"aws-sdk": "^2.1426.0"
},
"devDependencies": {
"@types/node": "^12.12.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-util-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@aws-amplify/amplify-prompts": "2.8.0",
"@aws-amplify/amplify-provider-awscloudformation": "8.3.3",
"@hapi/topo": "^5.0.0",
"amplify-codegen": "^4.1.4",
"amplify-codegen": "^4.1.5",
"amplify-dynamodb-simulator": "2.8.3",
"amplify-storage-simulator": "1.10.0",
"chokidar": "^3.5.3",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@types/which": "^1.3.2",
"amplify-nodejs-function-runtime-provider": "2.5.3",
"aws-appsync": "^4.1.4",
"aws-sdk": "^2.1405.0",
"aws-sdk": "^2.1426.0",
"aws-sdk-mock": "^5.8.0",
"axios": "^0.26.0",
"graphql": "^15.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-util-uibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@aws-amplify/amplify-prompts": "2.8.0",
"@aws-amplify/codegen-ui": "2.14.2",
"@aws-amplify/codegen-ui-react": "2.14.2",
"amplify-codegen": "^4.1.4",
"aws-sdk": "^2.1405.0",
"amplify-codegen": "^4.1.5",
"aws-sdk": "^2.1426.0",
"fs-extra": "^8.1.0",
"node-fetch": "^2.6.7",
"ora": "^4.0.3",
Expand Down
Loading

0 comments on commit 742aa94

Please sign in to comment.