Skip to content

Commit

Permalink
fix: process dependency range (#202)
Browse files Browse the repository at this point in the history
* widen process range
  • Loading branch information
buenaflor authored Feb 16, 2024
1 parent 2d45660 commit 94bd34b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Unreleased

### Fixes

- Updated the `process` dependency range to `>=4.2.4 <6.0.0` ([#202](https://github.com/getsentry/sentry-dart-plugin/pull/202)).
- This update resolves a version conflict issue when using the `integration_test` package with Flutter version `3.19.0`

## 1.7.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
http: '>=0.13.0 <2.0.0'
crypto: ^3.0.2
convert: ^3.0.2
process: ^4.2.4
process: '>=4.2.4 <6.0.0'
properties: ^2.1.0

dev_dependencies:
Expand Down

0 comments on commit 94bd34b

Please sign in to comment.