From 3905b6ed65e17630c568d2f82b1585824a3af8ff Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Fri, 6 Oct 2023 16:25:53 -0700 Subject: [PATCH] Pull in react-dart null safety branch for consumer testing --- pubspec.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 55b4da9d3..39caaaba2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -54,3 +54,9 @@ dependency_validator: - tools/** ignore: - mockito + +dependency_overrides: + react: + git: + url: https://github.com/Workiva/react-dart.git + ref: null-safety-manual-2