From b3b93cb3a9b015263d36221335be369e98b15e2f Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Fri, 8 Sep 2023 11:45:00 -0700 Subject: [PATCH] Remove unused dependency --- tools/analyzer_plugin/pubspec.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 0f58156404..8c4e2f3826 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -30,7 +30,6 @@ dev_dependencies: io: ^1.0.0 logging: ^1.0.1 markdown: ^4.0.0 - pub_semver: ^2.0.0 test: ^1.14.0 test_reflective_loader: ^0.2.0 uuid: '>3.0.0 <5.0.0' @@ -52,6 +51,6 @@ workiva: # # In CI, this should also be the path to the over_react checkout # -# dependency_overrides: -# over_react: -# path: /Users/me/workspaces/over_react +dependency_overrides: + over_react: + path: /Users/greglittlefield/workspaces/over_react2