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

Refactor dependencies: remove peer deps and upgrade react-native-passkey #180

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

ottokruse
Copy link
Contributor

Issue #, if available: #167

Description of changes: All peer dependencies have been removed from package.json, except for esbuild. Even though technically less "correct" this does make it a lot quicker, and more importantly, less painful to install this library. Previously, installing it often required using the --force flag, because we had a peer dependency to react-native-passkey which (via React Native) required React 18.2 while users may have already been on React 18.3.

Installation will be quicker because e.g. if you're in a React project and you install this library, you won't unnecessarily also get AWS CDK installed (and in an AWS CDK project, you won't unnecessarily get React installed).

Yes, us mixing CDK and front-end code in one NPM module has its upside (just 1 module on NPM) but certainly also its downsides.

Anyway, while at it I also upgraded our code to work with the latest and greatest react-native-passkey (and marked that version in the README) and updated all other dependencies.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@EricBorland EricBorland merged commit 7d23e88 into aws-samples:main Jun 25, 2024
1 check passed
@ottokruse ottokruse deleted the feat/refactor-deps branch June 25, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants