Skip to content

Commit

Permalink
Merge pull request #44 from ahmednfwela/fix/web-dev-compatibility
Browse files Browse the repository at this point in the history
fix: Support for webdev 3.0
  • Loading branch information
rmconsole4-wk authored Sep 6, 2024
2 parents fffefbd + e5a4f30 commit 9fe3d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/webdev_proc_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import 'package:pub_semver/pub_semver.dart';

/// The range of `webdev` versions with which this `webdev_proxy` package is
/// compatible.
final webdevCompatibility = VersionConstraint.parse('>=1.0.1 <3.0.0');
final webdevCompatibility = VersionConstraint.parse('>=1.0.1 <4.0.0');

@visibleForTesting
ProcessResult? cachedWebdevVersionResult;
Expand Down

0 comments on commit 9fe3d6e

Please sign in to comment.