Skip to content

Commit

Permalink
fix(amplify-util-uibuilder): update codegen-ui to 2.11.0 (#12265)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Shih <[email protected]>
  • Loading branch information
2 people authored and lazpavel committed Mar 21, 2023
1 parent 94d4eb6 commit 0dab648
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/amplify-util-uibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"@aws-amplify/amplify-prompts": "2.6.6-rc.e9e0d157d.0",
"@aws-amplify/codegen-ui": "2.9.0",
"@aws-amplify/codegen-ui-react": "2.9.0",
"@aws-amplify/codegen-ui": "2.11.0",
"@aws-amplify/codegen-ui-react": "2.11.0",
"amplify-cli-core": "4.0.1-rc.e9e0d157d.0",
"amplify-codegen": "^3.4.0",
"aws-sdk": "^2.1233.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,21 +176,21 @@
dependencies:
"@aws-amplify/core" "4.3.11"

"@aws-amplify/codegen-ui-react@2.9.0":
version "2.9.0"
resolved "https://registry.yarnpkg.com/@aws-amplify/codegen-ui-react/-/codegen-ui-react-2.9.0.tgz#195127505651675ee836297bdeb73f5efdf994b6"
integrity sha512-p/1/S72zKbwLKu7oX5FpAgQS4dEze9188PgXxB/ulyppyCAtWSdO+slZk8l8MIyuBI5pt5cUFuW6qd1de71oVw==
"@aws-amplify/codegen-ui-react@2.11.0":
version "2.11.0"
resolved "https://registry.yarnpkg.com/@aws-amplify/codegen-ui-react/-/codegen-ui-react-2.11.0.tgz#95943ef10a69fc63c2c76f64f84fe42220d50f47"
integrity sha512-QLgXeMTgXnw3PxmD7u/+S3iQ4dvGkxwlv6o6zofVmcRlT34o5H+LnKLTHOGtIGeZ9X6WHPiMOD33K6K/7KVLGQ==
dependencies:
"@aws-amplify/codegen-ui" "2.9.0"
"@aws-amplify/codegen-ui" "2.11.0"
"@typescript/vfs" "~1.3.5"
typescript "<=4.5.0"
optionalDependencies:
prettier "2.3.2"

"@aws-amplify/codegen-ui@2.9.0":
version "2.9.0"
resolved "https://registry.yarnpkg.com/@aws-amplify/codegen-ui/-/codegen-ui-2.9.0.tgz#2e3eb27f8095fa9c4965185d1012c3ce17b2a132"
integrity sha512-vxaG9H5mCuI1U7b8ibFbPfYnmoheowuFMQQXU3ZydGl60gh2cWtSdFNtrNOImu9f8J1GS1p47u9B8d+DUzpaXQ==
"@aws-amplify/codegen-ui@2.11.0":
version "2.11.0"
resolved "https://registry.yarnpkg.com/@aws-amplify/codegen-ui/-/codegen-ui-2.11.0.tgz#b94f310257036a0e63460b1184e2852dd5b27e6d"
integrity sha512-zJPUvOhrvRRgZ1dzFPga4kBU9Pk1U3zhmZbhj3oumLv3nxbMsU5a26k+cDkrPYhRpfyQzenRgYhSlN+2X+rDeA==
dependencies:
change-case "^4.1.2"
yup "^0.32.11"
Expand Down

0 comments on commit 0dab648

Please sign in to comment.