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 compatibility issues with newer versions of dependencies #47

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

AmitShashi
Copy link

@AmitShashi AmitShashi commented May 27, 2023


Commit Title:

Fixed compatibility issues with newer versions of dependencies


Extended Description:

Updated outdated source code and replaced deprecated dependencies with their newer versions. Effort was made to maintain the original coding style, however, certain modifications were necessary for compatibility with the latest software, such as updating Firebase syntax to suit its latest version.


Error Description:

Error fixed: crbug/1173575, non-JS module files deprecated. [npm start: -> gives the following error in browser console]
Error Fixed: export 'default' (imported as 'firebase') was not found in 'firebase/app' ...


Detailed Report of Updated Dependencies:

@testing-library/jest-dom: ^4.2.4 → ^5.16.5
@testing-library/react: ^9.5.0 → ^14.0.0
@testing-library/user-event: ^7.2.1 → ^14.4.3
firebase: ^7.20.0 → ^9.22.1
react: ^16.13.1 → ^18.2.0
react-dom: ^16.13.1 → ^18.2.0
react-firebase-hooks: ^2.2.0 → ^5.1.1
react-scripts: 3.4.3 → 5.0.1


Conclusion:

The updated code has been tested and is functioning as expected.
Screenshot Attached:
working

Updated outdated source code and replaced deprecated dependencies with their newer versions. Effort was made to maintain the original coding style, however, certain modifications were necessary for compatibility with the latest software, such as updating Firebase syntax to suit its latest version.

Conclusion:
------------------------------------------------------------------------
The updated code has been tested and is functioning as expected. Screenshots are attached for reference.
Fixed compatibility issues with newer versions of dependencies
--------------------------------------------------------------------------------------------------------------------------------------
Commit Title:
--------------------------------------------------------------------------------------------------------------------------------------
Fixed compatibility issues with newer versions of dependencies

--------------------------------------------------------------------------------------------------------------------------------------
Extended Description: 
--------------------------------------------------------------------------------------------------------------------------------------
Updated outdated source code and replaced deprecated dependencies with their newer versions. Effort was made to maintain the original coding style, however, certain modifications were necessary for compatibility with the latest software, such as updating Firebase syntax to suit its latest version.

--------------------------------------------------------------------------------------------------------------------------------------
Detailed Report of Updated Dependencies:
--------------------------------------------------------------------------------------------------------------------------------------
@testing-library/jest-dom:     ^4.2.4  →  ^5.16.5
@testing-library/react:        ^9.5.0  →  ^14.0.0
@testing-library/user-event:   ^7.2.1  →  ^14.4.3
firebase:                      ^7.20.0  →  ^9.22.1
react:                         ^16.13.1  →  ^18.2.0
react-dom:                     ^16.13.1  →  ^18.2.0
react-firebase-hooks:          ^2.2.0  →   ^5.1.1
react-scripts:                 3.4.3  →    5.0.1

--------------------------------------------------------------------------------------------------------------------------------------
Conclusion:
--------------------------------------------------------------------------------------------------------------------------------------
The updated code has been tested and is functioning as expected. Screenshots are attached for reference. A
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.

1 participant