Skip to content

Commit 5aeca50

Browse files
committed
Fix test
1 parent 747b11a commit 5aeca50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webdev/lib/src/pubspec.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Future<List<PackageExceptionDetails>> _validateBuildDaemonVersion(
188188
}
189189

190190
final buildRunnerConstraint = VersionConstraint.parse('^2.4.0');
191-
final buildWebCompilersConstraint = VersionConstraint.parse('^4.0.4');
191+
final buildWebCompilersConstraint = VersionConstraint.parse('^4.4.1');
192192

193193
// Note the minimum versions should never be dev versions as users will not
194194
// get them by default.

webdev/test/integration_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ dependencies:
297297
}
298298

299299
const _supportedBuildRunnerVersion = '2.4.0';
300-
const _supportedWebCompilersVersion = '4.0.4';
300+
const _supportedWebCompilersVersion = '4.4.1';
301301
const _supportedBuildDaemonVersion = '4.0.0';
302302

303303
String _pubspecYaml = '''

0 commit comments

Comments
 (0)