Skip to content

Commit 2859c9e

Browse files
hein-jHein Jeong
andauthored
chore: update codegen-ui to 2.5.5 (#11443)
Co-authored-by: Hein Jeong <heinje@amazon.com>
1 parent 72f67c4 commit 2859c9e

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

packages/amplify-util-uibuilder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@aws-amplify/codegen-ui": "2.5.4",
17-
"@aws-amplify/codegen-ui-react": "2.5.4",
16+
"@aws-amplify/codegen-ui": "2.5.5",
17+
"@aws-amplify/codegen-ui-react": "2.5.5",
1818
"amplify-cli-core": "3.4.0",
1919
"amplify-prompts": "2.6.1",
2020
"aws-sdk": "^2.1233.0",
@@ -68,4 +68,4 @@
6868
"usePathForSuiteName": "true",
6969
"addFileAttribute": "true"
7070
}
71-
}
71+
}

packages/amplify-util-uibuilder/src/__tests__/notifyMissingPackages.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ describe('should notify when packages are missing', () => {
5252
},
5353
};
5454
notifyMissingPackages(context as JSONUtilitiesDependency.$TSContext);
55-
expect(printerDependency.printer.warn).toBeCalledTimes(1);
55+
expect(printerDependency.printer.warn).toBeCalledTimes(2);
5656
});
5757

5858
it('notifies for partial missing dependencies', async () => {
5959
JSONUtilitiesDependency.JSONUtilities.readJson = jest.fn().mockImplementation(() => ({
6060
projectPath: __dirname,
61-
dependencies: { '@aws-amplify/ui-react': '1.2.0' },
61+
dependencies: { '@aws-amplify/ui-react': '4.2.0' },
6262
}));
6363
const context = {
6464
input: {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,21 +216,21 @@
216216
dependencies:
217217
"@aws-amplify/core" "4.3.11"
218218

219-
"@aws-amplify/codegen-ui-react@2.5.4":
220-
version "2.5.4"
221-
resolved "https://registry.yarnpkg.com/@aws-amplify/codegen-ui-react/-/codegen-ui-react-2.5.4.tgz#216dc54b56926043976016ecf1c2e28349676f60"
222-
integrity sha512-75rjC7TJ9NCMjPbNd8y4VJlC50H+NKVEoAsDb8IG8UZk6Sf3TOqclvfaDQxf+V916qSOCgc6GjLSohQbS0V6iw==
219+
"@aws-amplify/codegen-ui-react@2.5.5":
220+
version "2.5.5"
221+
resolved "https://registry.npmjs.org/@aws-amplify/codegen-ui-react/-/codegen-ui-react-2.5.5.tgz#804e0c69258eb337fe23e06aa60c4779f377affb"
222+
integrity sha512-5A6+ztnEudXQhjwuDLRykEfQWhk1CxnKVWM05wT5pD2peXEhfb/mmKpcZ4CtWh34ilDHk1QdpP+mM8QPuAd1xA==
223223
dependencies:
224-
"@aws-amplify/codegen-ui" "2.5.4"
224+
"@aws-amplify/codegen-ui" "2.5.5"
225225
"@typescript/vfs" "~1.3.5"
226226
typescript "<=4.5.0"
227227
optionalDependencies:
228228
prettier "2.3.2"
229229

230-
"@aws-amplify/codegen-ui@2.5.4":
231-
version "2.5.4"
232-
resolved "https://registry.yarnpkg.com/@aws-amplify/codegen-ui/-/codegen-ui-2.5.4.tgz#9042f861bff7bafa0897a9faeb2ac91a857933a9"
233-
integrity sha512-k6HUHiGAB49R6UdTM0rDhPf+PAWpzP/E8s0Gt9HJODMoO8kvIBwlSIIrCVRZizhB2wzO7CjHm/cPQL4OlXPudw==
230+
"@aws-amplify/codegen-ui@2.5.5":
231+
version "2.5.5"
232+
resolved "https://registry.npmjs.org/@aws-amplify/codegen-ui/-/codegen-ui-2.5.5.tgz#33b31b52240878590dcf230ea7c8a92261143f89"
233+
integrity sha512-7OnjqnMVD0AnlcrEmKyu9IL7s5+zPhj5lAH+z6OFCuGYCONGTZgJJkR7RGs48bmayzm9jvpAPMVLwPSQENcqSQ==
234234
dependencies:
235235
change-case "^4.1.2"
236236
yup "^0.32.11"

0 commit comments

Comments
 (0)