File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ Future<List<PackageExceptionDetails>> _validateBuildDaemonVersion(
188188}
189189
190190final 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.
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ dependencies:
297297}
298298
299299const _supportedBuildRunnerVersion = '2.4.0' ;
300- const _supportedWebCompilersVersion = '4.0.4 ' ;
300+ const _supportedWebCompilersVersion = '4.4.1 ' ;
301301const _supportedBuildDaemonVersion = '4.0.0' ;
302302
303303String _pubspecYaml = '''
You can’t perform that action at this time.
0 commit comments