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

fixed dependencies issue #133

Closed
wants to merge 4 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"test": "jest --detectOpenHandles -u"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was Unnecessary Dependency added?

Copy link
Contributor Author

@Yash621 Yash621 Mar 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure about the reason, but don't worry I will revert that :)
Ps: I am digging deep into the issues faced by all the other students as many students are facing a lot of issues while setting up the project, and will make a guide soon for all the errors and their solutions :)

"email-validator": "^2.0.4",
"firebase": "^7.2.2",
"react": "16.12.0",
"react-native": "^0.58.6",
"react": "16.8.6",
"react-native": "^0.60.0",
"react-native-elements": "^1.1.0",
"react-native-fbsdk": "1.0.0-rc.3",
"react-native-gesture-handler": "^1.0.12",
Expand Down