From 8983e597f26aec9172be84a142499742ddae841a Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Wed, 16 Oct 2024 23:12:14 +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 4af28e8..9cc5f27 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: dev_dependencies: react: ^7.0.0 build_runner: ^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.1.1 dependency_validator: ^3.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 9b78050..7555185 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: dev_dependencies: build_runner: ^2.0.0 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.0.0 test: ^1.18.2