GSingh01/ad-b2c-react-native

Outdated Peer Dependencies

Opened this issue · 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"
  },

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

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