Skip to content

Commit 9fe3d6e

Browse files
Merge pull request #44 from ahmednfwela/fix/web-dev-compatibility
fix: Support for webdev 3.0
2 parents fffefbd + e5a4f30 commit 9fe3d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/webdev_proc_utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import 'package:pub_semver/pub_semver.dart';
2121

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

2626
@visibleForTesting
2727
ProcessResult? cachedWebdevVersionResult;

0 commit comments

Comments
 (0)