I encountered a dependency conflict with version 5.1.2. A local package, SVGR, required a newer version than the one currently utilized in Metro. Notably, the Nx repository favored the version from SVGR. I've updated the dependency and observed no disruptions in the test cases, making the update process straightforward.
Test Plan
I've done the standard npm test without encountering any problems. I'll further investigate in the morning to verify that the update hasn't inadvertently caused other issues.
Summary
I encountered a dependency conflict with version
5.1.2
. A local package, SVGR, required a newer version than the one currently utilized in Metro. Notably, the Nx repository favored the version from SVGR. I've updated the dependency and observed no disruptions in the test cases, making the update process straightforward.Test Plan
I've done the standard
npm test
without encountering any problems. I'll further investigate in the morning to verify that the update hasn't inadvertently caused other issues.