From b5decd2e5a8e891d6ecf0e2875411ecef68acc93 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Fri, 10 Nov 2023 22:03:06 +0000 Subject: [PATCH] "Allow react 7 and w_flux 3" --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index fa78b49..4d8f3c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: matcher: ^0.12.1+4 meta: ^1.8.0 over_react: ^4.1.2 - react: ^6.0.1 + react: '>=6.0.1 <8.0.0' test: ^1.21.1 dev_dependencies: build_runner: ^2.1.2