Skip to content

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