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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: process dependency range #202

Merged
merged 3 commits into from Feb 16, 2024
Merged

fix: process dependency range #202

merged 3 commits into from Feb 16, 2024

Conversation

buenaflor
Copy link
Contributor

@buenaflor buenaflor commented Feb 16, 2024

馃摐 Description

Specifies a range for the process to resolve file dependency

馃挕 Motivation and Context

Fixes #201

sentry_dart_plugin 1.7.0 depends on process ^4.2.4 which itself requires file ^6.0.0, in Flutter version 3.19.0 integration_test from the SDK depends on a newer version of file 7.0.0

The solution is to widen the range of allowed process dep

馃挌 How did you test it?

Manual

馃摑 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

馃敭 Next steps

@buenaflor buenaflor marked this pull request as ready for review February 16, 2024 11:34
Copy link
Member

@markushi markushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@buenaflor buenaflor merged commit 94bd34b into main Feb 16, 2024
16 checks passed
@buenaflor buenaflor deleted the fix/deps branch February 16, 2024 13:08
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.

Flutter 3.19.0, versions problem
2 participants