Skip to content

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

Merged
EricBorland merged 3 commits intoaws-samples:mainfrom
ottokruse:feat/refactor-deps
Jun 25, 2024
Merged

Refactor dependencies: remove peer deps and upgrade react-native-passkey#180
EricBorland merged 3 commits intoaws-samples:mainfrom
ottokruse:feat/refactor-deps

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.

@ottokruse ottokruse requested a review from EricBorland June 20, 2024 08:39
@EricBorland EricBorland merged commit 7d23e88 into aws-samples:main Jun 25, 2024
@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.

2 participants