Skip to content

Commit

Permalink
fix: move aws-amplify to deps (#1113)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Shih <jushih@amazon.com>
  • Loading branch information
Jshhhh and Justin Shih authored Oct 19, 2023
1 parent 02488e0 commit 6b2206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codegen-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@types/pluralize": "^0.0.29",
"@types/react": "^17.0.4",
"@types/semver": "^7.3.9",
"aws-amplify": "^5.3.11",
"pascalcase": "1.0.0",
"react": "^17.0.0",
"react-test-renderer": "^17.0.2"
},
"dependencies": {
"aws-amplify": "^5.3.11",
"@aws-amplify/codegen-ui": "2.18.0",
"@typescript/vfs": "~1.3.5",
"pluralize": "^8.0.0",
Expand Down

0 comments on commit 6b2206a

Please sign in to comment.