From b973449e5734b5557d47a588e4230b95f0628e89 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Wed, 16 Oct 2024 23:12:15 +0000 Subject: [PATCH] Raise the build_web_compilers dependency max to v5.0.0 --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e4c83884..f7260cdf 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -16,7 +16,7 @@ dev_dependencies: _test_server: path: ../_test_server build_runner: ^2.0.0 - build_web_compilers: ^3.0.0 + build_web_compilers: '>=3.0.0 <5.0.0' collection: ^1.14.6 dart_dev: ^4.0.0 dependency_validator: ^3.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 7fdf2d42..5c7ab83b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ dev_dependencies: path: _test_server build_runner: ^2.0.0 build_test: ^2.0.0 - build_web_compilers: ^3.0.0 + build_web_compilers: '>=3.0.0 <5.0.0' dart_dev: ^4.0.0 dart_style: ^2.2.4 dependency_validator: ^3.0.0