From 83e434c33660d8cf25e4a3f2b0e04d880ac066ba Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Wed, 8 Nov 2023 22:57:29 +0000 Subject: [PATCH 1/2] "Tests nullsafe react and w_flux before release" --- pubspec.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 25d27685..2e2e7ceb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,3 +20,13 @@ dev_dependencies: build_web_compilers: ^3.0.0 test_html_builder: ^3.0.0 workiva_analysis_options: ^1.0.0 + +dependency_overrides: + react: + git: + url: ssh://git@github.com/Workiva/react-dart.git + ref: v7_wip + w_flux: + git: + url: ssh://git@github.com/Workiva/w_flux.git + ref: null-safety-3 From 79626c2e4a06c8367046e16d57b0d4dc6fd07886 Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Thu, 9 Nov 2023 12:38:26 -0700 Subject: [PATCH 2/2] https git urls --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2e2e7ceb..09f1ebf8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,9 +24,9 @@ dev_dependencies: dependency_overrides: react: git: - url: ssh://git@github.com/Workiva/react-dart.git + url: https://github.com/Workiva/react-dart.git ref: v7_wip w_flux: git: - url: ssh://git@github.com/Workiva/w_flux.git + url: https://github.com/Workiva/w_flux.git ref: null-safety-3