From 029279cfdcd3c7631e131b3493f1ef649e7d7f31 Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Thu, 9 Nov 2023 12:38:02 -0700 Subject: [PATCH] https git urls --- app/over_react_redux/todo_client/pubspec.yaml | 4 ++-- pubspec.yaml | 4 ++-- tools/analyzer_plugin/playground/pubspec.yaml | 4 ++-- tools/analyzer_plugin/pubspec.yaml | 4 ++-- .../test/test_fixtures/over_react_project/pubspec.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/over_react_redux/todo_client/pubspec.yaml b/app/over_react_redux/todo_client/pubspec.yaml index 629caacd6..6de9aa962 100644 --- a/app/over_react_redux/todo_client/pubspec.yaml +++ b/app/over_react_redux/todo_client/pubspec.yaml @@ -34,9 +34,9 @@ dependency_overrides: path: '../../../' 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 diff --git a/pubspec.yaml b/pubspec.yaml index 8cb83d826..429d40370 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -58,9 +58,9 @@ dependency_validator: 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 diff --git a/tools/analyzer_plugin/playground/pubspec.yaml b/tools/analyzer_plugin/playground/pubspec.yaml index b21d5b4e2..a39e5fb31 100644 --- a/tools/analyzer_plugin/playground/pubspec.yaml +++ b/tools/analyzer_plugin/playground/pubspec.yaml @@ -16,11 +16,11 @@ 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 workiva: core_checks: diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 3cbeb314b..6fba0ea72 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -57,9 +57,9 @@ workiva: 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 diff --git a/tools/analyzer_plugin/test/test_fixtures/over_react_project/pubspec.yaml b/tools/analyzer_plugin/test/test_fixtures/over_react_project/pubspec.yaml index 688577cd6..09eef5f3c 100644 --- a/tools/analyzer_plugin/test/test_fixtures/over_react_project/pubspec.yaml +++ b/tools/analyzer_plugin/test/test_fixtures/over_react_project/pubspec.yaml @@ -8,9 +8,9 @@ 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