bugsnag / bugsnag-cli

CLI for uploading symbol files and creating releases on your BugSnag dashboard
https://docs.bugsnag.com/build-integrations/bugsnag-cli/
MIT License
3 stars 1 forks source link

Upgrade ReactNative fixtures dependencies #123

Closed JamesLindsay0 closed 1 month ago

JamesLindsay0 commented 1 month ago

Goal

Fix the dependabot warning https://github.com/bugsnag/bugsnag-cli/security/dependabot/20.

I upgraded the jest versions in the base fixture. I also had to update the babel-jest to match that version.

I changed the react and react native versions to be specified using ^ for consistency and so we test the latest patch.