Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: construct dependencies fix #3065

Merged
merged 12 commits into from
Dec 16, 2024
56 changes: 55 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,35 @@
"@aws-amplify/graphql-api-construct/@aws-sdk/client-sso",
"@aws-amplify/graphql-api-construct/@aws-sdk/token-providers",
"@aws-amplify/graphql-api-construct/semver",
"@aws-amplify/graphql-api-construct/@aws-cdk/assert",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit here and throughout: sort dependency lists

"@aws-amplify/graphql-api-construct/@aws-cdk/cloudformation-diff",
"@aws-amplify/graphql-api-construct/json-schema-to-ts",
"@aws-amplify/graphql-api-construct/@aws-cdk/cfnspec",
"@aws-amplify/graphql-api-construct/chalk",
"@aws-amplify/graphql-api-construct/diff",
"@aws-amplify/graphql-api-construct/fast-deep-equal",
"@aws-amplify/graphql-api-construct/string-width",
"@aws-amplify/graphql-api-construct/table",
"@aws-amplify/graphql-api-construct/@babel/runtime",
"@aws-amplify/graphql-api-construct/ts-algebra",
"@aws-amplify/graphql-api-construct/ansi-styles",
"@aws-amplify/graphql-api-construct/supports-color",
"@aws-amplify/graphql-api-construct/emoji-regex",
"@aws-amplify/graphql-api-construct/is-fullwidth-code-point",
"@aws-amplify/graphql-api-construct/strip-ansi",
"@aws-amplify/graphql-api-construct/ajv",
"@aws-amplify/graphql-api-construct/lodash.truncate",
"@aws-amplify/graphql-api-construct/slice-ansi",
"@aws-amplify/graphql-api-construct/regenerator-runtime",
"@aws-amplify/graphql-api-construct/at-least-node",
"@aws-amplify/graphql-api-construct/color-convert",
"@aws-amplify/graphql-api-construct/has-flag",
"@aws-amplify/graphql-api-construct/ansi-regex",
"@aws-amplify/graphql-api-construct/fast-uri",
"@aws-amplify/graphql-api-construct/json-schema-traverse",
"@aws-amplify/graphql-api-construct/require-from-string",
"@aws-amplify/graphql-api-construct/astral-regex",
"@aws-amplify/graphql-api-construct/color-name",
"@aws-amplify/data-construct/@aws-amplify/graphql-transformer",
"@aws-amplify/data-construct/@aws-amplify/graphql-transformer-core",
"@aws-amplify/data-construct/@aws-amplify/graphql-transformer-interfaces",
Expand Down Expand Up @@ -349,7 +378,32 @@
"@aws-amplify/data-construct/strnum",
"@aws-amplify/data-construct/@aws-sdk/client-sso",
"@aws-amplify/data-construct/@aws-sdk/token-providers",
"@aws-amplify/data-construct/semver"
"@aws-amplify/data-construct/semver",
"@aws-amplify/data-construct/@aws-cdk/assert",
"@aws-amplify/data-construct/@aws-cdk/cloudformation-diff",
"@aws-amplify/data-construct/@aws-cdk/cfnspec",
"@aws-amplify/data-construct/chalk",
"@aws-amplify/data-construct/diff",
"@aws-amplify/data-construct/fast-deep-equal",
"@aws-amplify/data-construct/string-width",
"@aws-amplify/data-construct/table",
"@aws-amplify/data-construct/ansi-styles",
"@aws-amplify/data-construct/supports-color",
"@aws-amplify/data-construct/emoji-regex",
"@aws-amplify/data-construct/is-fullwidth-code-point",
"@aws-amplify/data-construct/strip-ansi",
"@aws-amplify/data-construct/ajv",
"@aws-amplify/data-construct/lodash.truncate",
"@aws-amplify/data-construct/slice-ansi",
"@aws-amplify/data-construct/at-least-node",
"@aws-amplify/data-construct/color-convert",
"@aws-amplify/data-construct/has-flag",
"@aws-amplify/data-construct/ansi-regex",
"@aws-amplify/data-construct/fast-uri",
"@aws-amplify/data-construct/json-schema-traverse",
"@aws-amplify/data-construct/require-from-string",
"@aws-amplify/data-construct/astral-regex",
"@aws-amplify/data-construct/color-name"
]
},
"devDependencies": {
Expand Down
31 changes: 30 additions & 1 deletion packages/amplify-data-construct/.jsii
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"@aws-amplify/graphql-transformer-interfaces": "4.2.0",
"@aws-amplify/platform-core": "^1.0.0",
"@aws-amplify/plugin-types": "^1.0.0",
"@aws-cdk/assert": "^2.68.0",
"@aws-cdk/cfnspec": "2.68.0",
"@aws-cdk/cloudformation-diff": "2.68.0",
"@aws-crypto/crc32": "5.2.0",
"@aws-crypto/sha256-browser": "5.2.0",
"@aws-crypto/sha256-js": "^5.2.0",
Expand Down Expand Up @@ -56,6 +59,7 @@
"@aws-sdk/util-locate-window": "^3.0.0",
"@aws-sdk/util-user-agent-browser": "3.609.0",
"@aws-sdk/util-user-agent-node": "3.614.0",
"@babel/runtime": "^7.18.3",
"@smithy/abort-controller": "^3.1.1",
"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.4.0",
Expand Down Expand Up @@ -100,29 +104,54 @@
"@smithy/util-stream": "^3.1.3",
"@smithy/util-uri-escape": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
"ajv": "^8.0.1",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.1.0",
"astral-regex": "^2.0.0",
"at-least-node": "^1.0.0",
"bowser": "^2.11.0",
"chalk": "^4",
"charenc": "^0.0.2",
"ci-info": "^3.2.0",
"color-convert": "^2.0.1",
"color-name": "~1.1.4",
"crypt": "^0.0.2",
"diff": "^5.1.0",
"emoji-regex": "^8.0.0",
"fast-deep-equal": "^3.1.3",
"fast-uri": "^3.0.1",
"fast-xml-parser": "4.4.1",
"fs-extra": "^8.1.0",
"graceful-fs": "^4.2.0",
"graphql": "^15.5.0",
"graphql-mapping-template": "5.0.1",
"graphql-transformer-common": "5.1.1",
"has-flag": "^4.0.0",
"hjson": "^3.2.2",
"immer": "^9.0.12",
"is-buffer": "~1.1.6",
"is-ci": "^3.0.1",
"is-fullwidth-code-point": "^3.0.0",
"json-schema-to-ts": "^3.1.1",
"json-schema-traverse": "^1.0.0",
"jsonfile": "^4.0.0",
"libphonenumber-js": "1.9.47",
"lodash": "^4.17.21",
"lodash.mergewith": "^4.6.2",
"lodash.truncate": "^4.4.2",
"md5": "^2.2.1",
"object-hash": "^3.0.0",
"pluralize": "8.0.0",
"regenerator-runtime": "^0.14.0",
"require-from-string": "^2.0.2",
"semver": "^7.6.3",
"slice-ansi": "^4.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"strnum": "^1.0.5",
"supports-color": "^7.1.0",
"table": "^6.8.1",
"ts-algebra": "^2.0.0",
"ts-dedent": "^2.0.0",
"tslib": "^2.6.2",
"universalify": "^0.1.0",
Expand Down Expand Up @@ -4027,5 +4056,5 @@
},
"types": {},
"version": "1.14.2",
"fingerprint": "FMswzzna/8JASQVcVLrxNDZOHXYyZKRJ+RppKV1kPYU="
"fingerprint": "RTfNcFrHD4q0mWFUXzMPgp9jaKN0jqAhFM2pyV5xZnA="
}
52 changes: 51 additions & 1 deletion packages/amplify-data-construct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,32 @@
"strnum",
"@aws-sdk/token-providers",
"@aws-sdk/client-sso",
"semver"
"semver",
"@aws-cdk/assert",
"@aws-cdk/cloudformation-diff",
"@aws-cdk/cfnspec",
"chalk",
"diff",
"fast-deep-equal",
"string-width",
"table",
"ansi-styles",
"supports-color",
"emoji-regex",
"is-fullwidth-code-point",
"strip-ansi",
"ajv",
"lodash.truncate",
"slice-ansi",
"at-least-node",
"color-convert",
"has-flag",
"ansi-regex",
"fast-uri",
"json-schema-traverse",
"require-from-string",
"astral-regex",
"color-name"
],
"dependencies": {
"@aws-amplify/ai-constructs": "^1.0.0",
Expand All @@ -180,6 +205,9 @@
"@aws-amplify/graphql-transformer-interfaces": "4.2.0",
"@aws-amplify/platform-core": "^1.0.0",
"@aws-amplify/plugin-types": "^1.0.0",
"@aws-cdk/assert": "^2.68.0",
"@aws-cdk/cfnspec": "2.68.0",
"@aws-cdk/cloudformation-diff": "2.68.0",
"@aws-crypto/crc32": "5.2.0",
"@aws-crypto/sha256-browser": "5.2.0",
"@aws-crypto/sha256-js": "^5.2.0",
Expand Down Expand Up @@ -252,29 +280,51 @@
"@smithy/util-stream": "^3.1.3",
"@smithy/util-uri-escape": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
"ajv": "^8.0.1",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.1.0",
"astral-regex": "^2.0.0",
"at-least-node": "^1.0.0",
"bowser": "^2.11.0",
"chalk": "^4",
"charenc": "^0.0.2",
"ci-info": "^3.2.0",
"color-convert": "^2.0.1",
"color-name": "~1.1.4",
"crypt": "^0.0.2",
"diff": "^5.1.0",
"emoji-regex": "^8.0.0",
"fast-deep-equal": "^3.1.3",
"fast-uri": "^3.0.1",
"fast-xml-parser": "4.4.1",
"fs-extra": "^8.1.0",
"graceful-fs": "^4.2.0",
"graphql": "^15.5.0",
"graphql-mapping-template": "5.0.1",
"graphql-transformer-common": "5.1.1",
"has-flag": "^4.0.0",
"hjson": "^3.2.2",
"immer": "^9.0.12",
"is-buffer": "~1.1.6",
"is-ci": "^3.0.1",
"is-fullwidth-code-point": "^3.0.0",
"json-schema-traverse": "^1.0.0",
"jsonfile": "^4.0.0",
"libphonenumber-js": "1.9.47",
"lodash": "^4.17.21",
"lodash.mergewith": "^4.6.2",
"lodash.truncate": "^4.4.2",
"md5": "^2.2.1",
"object-hash": "^3.0.0",
"pluralize": "8.0.0",
"require-from-string": "^2.0.2",
"semver": "^7.6.3",
"slice-ansi": "^4.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"strnum": "^1.0.5",
"supports-color": "^7.1.0",
"table": "^6.8.1",
"ts-dedent": "^2.0.0",
"tslib": "^2.6.2",
"universalify": "^0.1.0",
Expand Down
31 changes: 30 additions & 1 deletion packages/amplify-graphql-api-construct/.jsii
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"@aws-amplify/graphql-transformer-interfaces": "4.2.0",
"@aws-amplify/platform-core": "^1.0.0",
"@aws-amplify/plugin-types": "^1.0.0",
"@aws-cdk/assert": "^2.68.0",
"@aws-cdk/cfnspec": "2.68.0",
"@aws-cdk/cloudformation-diff": "2.68.0",
"@aws-crypto/crc32": "5.2.0",
"@aws-crypto/sha256-browser": "5.2.0",
"@aws-crypto/sha256-js": "^5.2.0",
Expand Down Expand Up @@ -56,6 +59,7 @@
"@aws-sdk/util-locate-window": "^3.0.0",
"@aws-sdk/util-user-agent-browser": "3.609.0",
"@aws-sdk/util-user-agent-node": "3.614.0",
"@babel/runtime": "^7.18.3",
"@smithy/abort-controller": "^3.1.1",
"@smithy/config-resolver": "^3.0.5",
"@smithy/core": "^2.4.0",
Expand Down Expand Up @@ -100,29 +104,54 @@
"@smithy/util-stream": "^3.1.3",
"@smithy/util-uri-escape": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
"ajv": "^8.0.1",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.1.0",
"astral-regex": "^2.0.0",
"at-least-node": "^1.0.0",
"bowser": "^2.11.0",
"chalk": "^4",
"charenc": "^0.0.2",
"ci-info": "^3.2.0",
"color-convert": "^2.0.1",
"color-name": "~1.1.4",
"crypt": "^0.0.2",
"diff": "^5.1.0",
"emoji-regex": "^8.0.0",
"fast-deep-equal": "^3.1.3",
"fast-uri": "^3.0.1",
"fast-xml-parser": "4.4.1",
"fs-extra": "^8.1.0",
"graceful-fs": "^4.2.0",
"graphql": "^15.5.0",
"graphql-mapping-template": "5.0.1",
"graphql-transformer-common": "5.1.1",
"has-flag": "^4.0.0",
"hjson": "^3.2.2",
"immer": "^9.0.12",
"is-buffer": "~1.1.6",
"is-ci": "^3.0.1",
"is-fullwidth-code-point": "^3.0.0",
"json-schema-to-ts": "^3.1.1",
"json-schema-traverse": "^1.0.0",
"jsonfile": "^4.0.0",
"libphonenumber-js": "1.9.47",
"lodash": "^4.17.21",
"lodash.mergewith": "^4.6.2",
"lodash.truncate": "^4.4.2",
"md5": "^2.2.1",
"object-hash": "^3.0.0",
"pluralize": "8.0.0",
"regenerator-runtime": "^0.14.0",
"require-from-string": "^2.0.2",
"semver": "^7.6.3",
"slice-ansi": "^4.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"strnum": "^1.0.5",
"supports-color": "^7.1.0",
"table": "^6.8.1",
"ts-algebra": "^2.0.0",
"ts-dedent": "^2.0.0",
"tslib": "^2.6.2",
"universalify": "^0.1.0",
Expand Down Expand Up @@ -9365,5 +9394,5 @@
}
},
"version": "1.18.2",
"fingerprint": "YYygZNVWWdM+IfoWx8aG4m7aCLA2fMqBNLqYSazlA0M="
"fingerprint": "uN7bAlteScm304GLowJ9zVuVWrDSdComi7RBqGAmHZ0="
}
Loading
Loading