From 1e370e205f9b72b22a719cf74cd15f18c18f331b Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 25 Oct 2021 10:18:25 -0700 Subject: [PATCH] Drop unneeded dependency on pkg:pedantic --- pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 458ab32..a08fd3a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,6 @@ dependencies: dev_dependencies: lints: ^1.0.1 path: ^1.8.0 - pedantic: ^1.11.1 test: ^1.17.12 environment: sdk: ">=2.12.0 <3.0.0"