From 2454b0ddd26afdf15f2c62cb88f0203393c02433 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 636e9ad..799d3c9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,6 +12,6 @@ dependencies: dev_dependencies: build_runner: ^2.0.0 - build_web_compilers: ^3.0.0 + build_web_compilers: '>=3.0.0 <5.0.0' dart_style: ^2.1.1 test: ^1.17.12