Skip to content

Commit

Permalink
chore: update for major version release
Browse files Browse the repository at this point in the history
  • Loading branch information
alharris-at committed Aug 10, 2023
1 parent 4263ed9 commit ea1f3c0
Show file tree
Hide file tree
Showing 14 changed files with 492 additions and 310 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-category-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"folder-hash": "^4.0.2",
"fs-extra": "^8.1.0",
"globby": "^11.0.3",
"graphql-transformer-core": "8.1.10-no-internal-synth.0",
"graphql-transformer-core": "^8.1.10",
"inquirer": "^7.3.3",
"inquirer-datepicker": "^2.0.0",
"jstreemap": "^1.28.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/amplify-cli-core/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { ARN } from '@aws-sdk/util-arn-parser';
import { BuildType } from '@aws-amplify/amplify-function-plugin-interface';
import * as cdk from 'aws-cdk-lib';
import { ChildProcess } from 'child_process';
import { DeploymentResources } from '@aws-amplify/graphql-transformer-interfaces';
import * as execa from 'execa';
import opn from 'open';
import { Ora } from 'ora';
Expand Down Expand Up @@ -331,7 +330,7 @@ export class ApiCategoryFacade {
// (undocumented)
static getTransformerVersion(context: $TSContext): Promise<number>;
// (undocumented)
static transformGraphQLSchema(context: $TSContext, options: $TSAny): Promise<DeploymentResources | undefined>;
static transformGraphQLSchema(context: $TSContext, options: $TSAny): Promise<$TSAny | undefined>;
}

// @public (undocumented)
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-amplify/amplify-cli-logger": "1.3.3",
"@aws-amplify/amplify-function-plugin-interface": "1.11.0",
"@aws-amplify/amplify-prompts": "2.8.1",
"@aws-amplify/graphql-transformer-interfaces": "2.3.1-no-internal-synth.0",
"@aws-amplify/graphql-transformer-interfaces": "^3.1.0",
"@aws-sdk/util-arn-parser": "^3.310.0",
"@yarnpkg/lockfile": "^1.1.0",
"ajv": "^6.12.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 @@ -36,7 +36,7 @@
"dependencies": {
"@aws-amplify/amplify-app": "5.0.14",
"@aws-amplify/amplify-category-analytics": "5.0.16",
"@aws-amplify/amplify-category-api": "5.5.4-no-internal-synth.0",
"@aws-amplify/amplify-category-api": "^5.6.0",
"@aws-amplify/amplify-category-auth": "3.5.0",
"@aws-amplify/amplify-category-custom": "3.1.4",
"@aws-amplify/amplify-category-function": "5.4.4",
Expand Down Expand Up @@ -87,7 +87,7 @@
"fs-extra": "^8.1.0",
"glob": "^7.2.0",
"graphql": "^15.5.0",
"graphql-transformer-core": "8.1.10-no-internal-synth.0",
"graphql-transformer-core": "^8.1.10",
"gunzip-maybe": "^1.4.2",
"hidefile": "^3.0.0",
"ini": "^1.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-container-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-category-api": "5.5.4-no-internal-synth.0",
"@aws-amplify/amplify-category-api": "^5.6.0",
"@aws-amplify/amplify-cli-core": "4.2.4",
"@aws-amplify/amplify-environment-parameters": "1.7.4",
"fs-extra": "^8.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.4",
"@aws-amplify/amplify-function-plugin-interface": "1.11.0",
"graphql-transformer-core": "8.1.10-no-internal-synth.0"
"graphql-transformer-core": "^8.1.10"
},
"devDependencies": {
"@types/inquirer": "^6.5.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 @@ -33,7 +33,7 @@
"dotenv": "^8.2.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"graphql-transformer-core": "8.1.10-no-internal-synth.0",
"graphql-transformer-core": "^8.1.10",
"ini": "^1.3.5",
"jest-circus": "^27.0.0",
"jest-environment-node": "^26.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@aws-amplify/amplify-cli-core": "4.2.4",
"@aws-amplify/amplify-e2e-core": "5.2.0",
"@aws-amplify/amplify-opensearch-simulator": "1.5.4",
"@aws-amplify/graphql-transformer-core": "1.5.0-no-internal-synth.0",
"@aws-amplify/graphql-transformer-core": "^2.1.0",
"@aws-sdk/client-appsync": "^3.303.0",
"@aws-sdk/client-dynamodb": "^3.303.0",
"@aws-sdk/client-s3": "^3.303.0",
Expand All @@ -52,7 +52,7 @@
"get-port": "^5.1.1",
"glob": "^8.0.3",
"graphql-tag": "^2.10.1",
"graphql-transformer-core": "8.1.10-no-internal-synth.0",
"graphql-transformer-core": "8.1.10",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"moment": "^2.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-migration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"aws-cdk-lib": "~2.80.0",
"constructs": "^10.0.5",
"fs-extra": "^8.1.0",
"graphql-transformer-core": "8.1.10-no-internal-synth.0",
"graphql-transformer-core": "^8.1.10",
"lodash": "^4.17.21",
"semver": "^7.5.4",
"strip-ansi": "^6.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@aws-amplify/amplify-cli-core": "4.2.4",
"@aws-amplify/amplify-function-plugin-interface": "1.11.0",
"@aws-amplify/amplify-prompts": "2.8.1",
"graphql-transformer-core": "8.1.10-no-internal-synth.0",
"graphql-transformer-core": "^8.1.10",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-provider-awscloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@aws-amplify/amplify-prompts": "2.8.1",
"@aws-amplify/amplify-util-import": "2.7.0",
"@aws-amplify/cli-extensibility-helper": "3.0.14",
"@aws-amplify/graphql-transformer-interfaces": "2.3.1-no-internal-synth.0",
"@aws-amplify/graphql-transformer-interfaces": "^3.1.0",
"amplify-codegen": "^4.2.0",
"archiver": "^5.3.0",
"aws-cdk-lib": "~2.80.0",
Expand All @@ -52,7 +52,7 @@
"fs-extra": "^8.1.0",
"glob": "^7.2.0",
"graphql": "^15.5.0",
"graphql-transformer-core": "8.1.10-no-internal-synth.0",
"graphql-transformer-core": "^8.1.10",
"ignore": "^5.2.0",
"ini": "^1.3.5",
"inquirer": "^7.3.3",
Expand All @@ -70,7 +70,7 @@
"xstate": "^4.14.0"
},
"devDependencies": {
"@aws-amplify/graphql-transformer-interfaces": "2.3.1-no-internal-synth.0",
"@aws-amplify/graphql-transformer-interfaces": "^3.1.0",
"@types/columnify": "^1.5.0",
"@types/deep-diff": "^1.0.0",
"@types/folder-hash": "^4.0.1",
Expand Down
44 changes: 22 additions & 22 deletions packages/amplify-util-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@
"which": "^2.0.2"
},
"devDependencies": {
"@aws-amplify/amplify-function-plugin-interface": "1.11.0",
"@aws-amplify/graphql-auth-transformer": "2.1.14-no-internal-synth.0",
"@aws-amplify/graphql-default-value-transformer": "1.1.14-no-internal-synth.0",
"@aws-amplify/graphql-function-transformer": "1.3.0-no-internal-synth.0",
"@aws-amplify/graphql-http-transformer": "1.2.12-no-internal-synth.0",
"@aws-amplify/graphql-index-transformer": "1.2.10-no-internal-synth.0",
"@aws-amplify/graphql-maps-to-transformer": "2.1.14-no-internal-synth.0",
"@aws-amplify/graphql-model-transformer": "1.5.0-no-internal-synth.0",
"@aws-amplify/graphql-predictions-transformer": "1.2.12-no-internal-synth.0",
"@aws-amplify/graphql-relational-transformer": "1.2.10-no-internal-synth.0",
"@aws-amplify/graphql-searchable-transformer": "1.2.12-no-internal-synth.0",
"@aws-amplify/graphql-transformer": "0.2.0-no-internal-synth.0",
"@aws-amplify/graphql-transformer-core": "1.5.0-no-internal-synth.0",
"@aws-amplify/graphql-transformer-interfaces": "2.3.1-no-internal-synth.0",
"@aws-amplify/graphql-transformer-migrator": "2.1.14-no-internal-synth.0",
"@aws-amplify/amplify-function-plugin-interface": "^1.11.0",
"@aws-amplify/graphql-auth-transformer": "^3.1.0",
"@aws-amplify/graphql-default-value-transformer": "^2.1.0",
"@aws-amplify/graphql-function-transformer": "^2.1.0",
"@aws-amplify/graphql-http-transformer": "^2.1.0",
"@aws-amplify/graphql-index-transformer": "^2.1.0",
"@aws-amplify/graphql-maps-to-transformer": "^3.1.0",
"@aws-amplify/graphql-model-transformer": "^2.1.0",
"@aws-amplify/graphql-predictions-transformer": "^2.1.0",
"@aws-amplify/graphql-relational-transformer": "^2.1.0",
"@aws-amplify/graphql-searchable-transformer": "^2.1.0",
"@aws-amplify/graphql-transformer": "^1.1.0",
"@aws-amplify/graphql-transformer-core": "^2.1.0",
"@aws-amplify/graphql-transformer-interfaces": "^3.1.0",
"@aws-amplify/graphql-transformer-migrator": "^2.2.0",
"@types/detect-port": "^1.3.0",
"@types/jest": "^29.0.0",
"@types/lodash": "^4.14.149",
Expand All @@ -83,14 +83,14 @@
"axios": "^0.26.0",
"constructs": "^10.0.5",
"graphql": "^15.5.0",
"graphql-auth-transformer": "7.2.64-no-internal-synth.0",
"graphql-connection-transformer": "5.2.63-no-internal-synth.0",
"graphql-dynamodb-transformer": "7.2.63-no-internal-synth.0",
"graphql-function-transformer": "3.3.54-no-internal-synth.0",
"graphql-key-transformer": "3.2.63-no-internal-synth.0",
"graphql-auth-transformer": "^7.2.64",
"graphql-connection-transformer": "^5.2.63",
"graphql-dynamodb-transformer": "^7.2.63",
"graphql-function-transformer": "^3.3.54",
"graphql-key-transformer": "^3.2.63",
"graphql-tag": "^2.10.1",
"graphql-transformer-core": "8.1.10-no-internal-synth.0",
"graphql-versioned-transformer": "5.2.63-no-internal-synth.0",
"graphql-transformer-core": "^8.1.10",
"graphql-versioned-transformer": "^5.2.63",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.0.0",
"jsonwebtoken": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-util-uibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/amplify-category-api": "5.5.4-no-internal-synth.0",
"@aws-amplify/amplify-category-api": "^5.6.0",
"@aws-amplify/amplify-cli-core": "4.2.4",
"@aws-amplify/amplify-prompts": "2.8.1",
"@aws-amplify/codegen-ui": "2.14.2",
Expand Down
Loading

0 comments on commit ea1f3c0

Please sign in to comment.