From e44299b4e0abe0a82207934e4b2821629f68ed16 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Wed, 16 Oct 2024 23:12:12 +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 492a904..1ad8601 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: dev_dependencies: 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: '>=3.6.5 <5.0.0' dependency_validator: ^3.2.0 test: ^1.15.7