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

upgrade recyclerlistview to v4 #2229

Merged
merged 1 commit into from
May 15, 2023
Merged

upgrade recyclerlistview to v4 #2229

merged 1 commit into from
May 15, 2023

Conversation

doronpr
Copy link
Contributor

@doronpr doronpr commented May 15, 2023

Upgrade is needed b/c this project brings in an old version of promise that breaks Sentry's promise swizzle

├─┬ @wix/glimpse@0.2.0
│   └── promise@8.3.0
└─┬ @wix/wix-react-native-ui-lib@5.51.6
  └─┬ react-native-calendars@1.1295.0
    └─┬ recyclerlistview@3.0.5
      └─┬ prop-types@15.5.8
        └─┬ fbjs@0.8.18
          └── promise@7.3.1 /// <--- we want v8

After the upgrade:

└─┬ recyclerlistview@4.2.0
  └─┬ react-native@0.71.8
    └── promise@8.3.0

@doronpr doronpr requested review from ethanshar and Inbal-Tish May 15, 2023 09:20
@Inbal-Tish Inbal-Tish merged commit 0d18e94 into master May 15, 2023
@guyca guyca deleted the recyclerlistview-upgrade branch May 15, 2023 10:04
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

2 participants