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 #1

Merged
merged 1 commit into from
May 27, 2023

Conversation

AmitShashi
Copy link
Owner


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.

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.
@AmitShashi AmitShashi merged commit fee4283 into master May 27, 2023
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