Skip to content

Commit

Permalink
chore: add peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyArt1 committed Oct 10, 2024
1 parent 87a596b commit b034d4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"@aws-amplify/ui-react": "^6.5.3",
"@aws-amplify/ui-react-liveness": "^3.1.13",
"@aws-sdk/client-rekognition": "^3.668.0",
"@aws-sdk/client-sso-oidc": "^3.668.0",
"@aws-sdk/client-sts": "^3.668.0",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
Expand Down Expand Up @@ -93,5 +91,9 @@
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"vitest": "^2.1.2"
},
"peerDependencies": {
"@aws-sdk/client-sso-oidc": "^3.668.0",
"@aws-sdk/client-sts": "^3.668.0"
}
}

0 comments on commit b034d4b

Please sign in to comment.