From 76f5bc3e8f47e9a7ac588f0c107d3d75ec8b0625 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Thu, 26 May 2022 10:13:39 -0700 Subject: [PATCH] add temporary dep overrides so all tests run with the new build_resolvers --- build/pubspec.yaml | 5 +++++ build_modules/pubspec.yaml | 5 +++++ build_runner/pubspec.yaml | 5 +++++ build_runner_core/pubspec.yaml | 3 +++ build_test/pubspec.yaml | 5 +++++ build_web_compilers/pubspec.yaml | 5 +++++ scratch_space/pubspec.yaml | 5 +++++ 7 files changed, 33 insertions(+) diff --git a/build/pubspec.yaml b/build/pubspec.yaml index c73980baa..092aebb89 100644 --- a/build/pubspec.yaml +++ b/build/pubspec.yaml @@ -21,3 +21,8 @@ dev_dependencies: build_test: ^2.0.0 lints: '>=1.0.0 <3.0.0' test: ^1.16.0 + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/build_modules/pubspec.yaml b/build_modules/pubspec.yaml index a41ba4883..278fc5e46 100644 --- a/build_modules/pubspec.yaml +++ b/build_modules/pubspec.yaml @@ -33,3 +33,8 @@ dev_dependencies: path: test/fixtures/a b: path: test/fixtures/b + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/build_runner/pubspec.yaml b/build_runner/pubspec.yaml index 25006c515..80dbf884e 100644 --- a/build_runner/pubspec.yaml +++ b/build_runner/pubspec.yaml @@ -52,3 +52,8 @@ dev_dependencies: test_process: ^2.0.0 _test_common: path: ../_test_common + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/build_runner_core/pubspec.yaml b/build_runner_core/pubspec.yaml index 039853570..3965e8a98 100644 --- a/build_runner_core/pubspec.yaml +++ b/build_runner_core/pubspec.yaml @@ -41,3 +41,6 @@ dev_dependencies: dependency_overrides: build: path: ../build + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/build_test/pubspec.yaml b/build_test/pubspec.yaml index d3b0ebac7..eb858f526 100644 --- a/build_test/pubspec.yaml +++ b/build_test/pubspec.yaml @@ -27,3 +27,8 @@ dev_dependencies: analyzer: ">=2.1.0 <5.0.0" collection: ^1.15.0 lints: '>=1.0.0 <3.0.0' + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/build_web_compilers/pubspec.yaml b/build_web_compilers/pubspec.yaml index f27fd2ee2..da474cfb6 100644 --- a/build_web_compilers/pubspec.yaml +++ b/build_web_compilers/pubspec.yaml @@ -33,3 +33,8 @@ dev_dependencies: path: test/fixtures/a b: path: test/fixtures/b + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/scratch_space/pubspec.yaml b/scratch_space/pubspec.yaml index be3eaacfb..4bc40d32f 100644 --- a/scratch_space/pubspec.yaml +++ b/scratch_space/pubspec.yaml @@ -17,3 +17,8 @@ dev_dependencies: build_test: ^2.0.0 lints: '>=1.0.0 <3.0.0' test: ^1.16.0 + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers