diff --git a/pubspec.lock b/pubspec.lock index cb7f25b..d57ddd1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -285,10 +285,10 @@ packages: dependency: "direct dev" description: name: lints - sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452" + sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290 url: "https://pub.dev" source: hosted - version: "2.1.1" + version: "3.0.0" logging: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ba2bc76..89698be 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,4 +15,4 @@ dev_dependencies: build_runner: ^2.4.0 build_web_compilers: ^4.0.0 json_serializable: ^6.7.1 - lints: ^2.0.0 + lints: ">=2.0.0 <4.0.0"