ad-b2c-react-native icon indicating copy to clipboard operation
ad-b2c-react-native copied to clipboard

Outdated Peer Dependencies

Open JPStrydom opened this issue 1 year ago • 2 comments

The peer dependencies in this project are outdated, which result in NPM install errors:

image

The current peerDependencies in ad-b2c-react-native/blob/master/packages/lib/package.json are:

"peerDependencies": {
    "expo-web-browser": "^10.1.0",
    "react": "^17.0.1"
  },

These can safely be updated to:

"peerDependencies": {
    "expo-web-browser": ">=10.1.0",
    "react": ">=17.0.1"
  },

JPStrydom avatar Feb 17 '23 11:02 JPStrydom

As a temporary workaround, I've made a fork available on NPM - it can be installed with npm i azure-ad-b2c-react-native -S

JPStrydom avatar Feb 17 '23 13:02 JPStrydom

I can confirm there are dependency issues still currently in the project. is this still being maintained?

SpazJibo avatar Mar 02 '23 17:03 SpazJibo