From 838f933f18e2b3b7c4b58077d9884b3a4b246d3a Mon Sep 17 00:00:00 2001 From: Evan Weible Date: Wed, 6 Jul 2022 22:47:20 +0000 Subject: [PATCH 1/2] Narrow dependency_validator range to avoid NNBD issue --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b77262e..5044274 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dev_dependencies: build_runner: '>=1.7.1 <3.0.0' build_test: ">=0.10.9 <3.0.0" build_web_compilers: '>=2.12.0 <4.0.0' - dependency_validator: '>=2.0.0 <4.0.0' + dependency_validator: ^2.0.0 pedantic: ^1.8.0 dependency_validator: From a7c875406fe4b9b98441e4da8fbcc3790380eacf Mon Sep 17 00:00:00 2001 From: evanweible-wf Date: Mon, 11 Jul 2022 16:21:31 -0600 Subject: [PATCH 2/2] Upgrade dev dependencies --- pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5044274..40c0850 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,12 +13,12 @@ dependencies: react: ^6.0.1 test: ^1.15.7 dev_dependencies: - build_runner: '>=1.7.1 <3.0.0' - build_test: ">=0.10.9 <3.0.0" - build_web_compilers: '>=2.12.0 <4.0.0' - dependency_validator: ^2.0.0 + build_runner: ^2.1.2 + build_test: ^2.1.3 + build_web_compilers: ^3.0.0 + dependency_validator: ^3.2.2 pedantic: ^1.8.0 dependency_validator: ignore: - - meta # until we can remove the pin on meta \ No newline at end of file + - meta # until we can remove the pin on meta