From 1b1666a75ea16280e5022448d207f1f5ff4cf273 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Wed, 16 Oct 2024 23:12:10 +0000 Subject: [PATCH] Raise the build_web_compilers dependency max to v5.0.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b5dd2a74..0dd5dcae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dev_dependencies: args: ^2.0.0 build_runner: ^2.1.2 build_test: ^2.1.3 - build_web_compilers: ^3.0.0 + build_web_compilers: '>=3.0.0 <5.0.0' dart_dev: ^4.0.0 dependency_validator: ^3.2.2 glob: ^2.0.0