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

deps(expo): Bump expo modules to match included versions #1103

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

bengourley
Copy link
Contributor

Goal

@bugsnag/expo depends on some expo- modules, some of which are bundled with Expo itself. Having a different version of these packages means that multiple versions of the dep ends up on an app, and potentially the one we rely on is outdated (as in the case of #1096).

Design

I looked at the versions in changelogVersions.json and the expo/expo package.json, and used a semver minor range to allow a wider set of compatible modules.

Changeset

Updated versions for dependencies in package.jsons.

Testing

Existing unit and end to end test cover the functionality. I also manually tested it on an SDK39 project.

@bugsnagbot
Copy link
Collaborator

bugsnagbot commented Oct 20, 2020

@bugsnag/browser bundle size diff

Minified Minfied + Gzipped
Before 40.57 kB 12.52 kB
After 40.57 kB 12.52 kB
± No change No change

Generated by 🚫 dangerJS against 3ee3597

@bengourley bengourley merged commit ceee8bb into next Oct 20, 2020
@bengourley bengourley deleted the bengourley/expo-dep-update branch October 20, 2020 14:45
@bengourley bengourley mentioned this pull request Oct 22, 2020
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.

None yet

3 participants