From bceb1762927236819c5fe5bb86664f319dba90a8 Mon Sep 17 00:00:00 2001 From: Andrew Brampton Date: Tue, 6 Feb 2024 16:21:52 -0800 Subject: [PATCH] Bumped the toml and lint dependnecies to their latest, and moved to requiring Dart 3.2+ (because that's what toml bumped to). --- embed/example/pubspec.yaml | 2 +- embed/pubspec.yaml | 6 +++--- embed_annotation/pubspec.yaml | 2 +- example/pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/embed/example/pubspec.yaml b/embed/example/pubspec.yaml index 96e6db4..01954b2 100644 --- a/embed/example/pubspec.yaml +++ b/embed/example/pubspec.yaml @@ -9,4 +9,4 @@ dependencies: path: ../../embed_annotation dev_dependencies: - lints: ^2.0.0 + lints: ^3.0.0 diff --git a/embed/pubspec.yaml b/embed/pubspec.yaml index 9bac369..6fc5c6d 100644 --- a/embed/pubspec.yaml +++ b/embed/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.2.0 repository: https://github.com/fujidaiti/embed.dart.git environment: - sdk: ">=3.0.5 <4.0.0" + sdk: ">=3.2.0 <4.0.0" dependencies: analyzer: ">=5.2.0 <7.0.0" @@ -14,7 +14,7 @@ dependencies: path: ^1.8.3 yaml: ^3.1.2 recase: ^4.1.0 - toml: ^0.14.0 + toml: ^0.15.0 meta: ^1.9.1 collection: ^1.17.2 @@ -24,7 +24,7 @@ dependency_overrides: dev_dependencies: build_runner: ^2.4.6 - lints: ^2.1.1 + lints: ^3.0.0 mockito: ^5.4.2 source_gen_test: ^1.0.6 test: ^1.24.4 diff --git a/embed_annotation/pubspec.yaml b/embed_annotation/pubspec.yaml index 4c99cac..cae9a62 100644 --- a/embed_annotation/pubspec.yaml +++ b/embed_annotation/pubspec.yaml @@ -7,4 +7,4 @@ environment: sdk: ">=3.0.5 <4.0.0" dev_dependencies: - lints: ^2.1.1 + lints: ^3.0.0 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 476e43f..881a8cd 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: dev_dependencies: build_runner: ^2.4.6 - lints: ^2.0.0 + lints: ^3.0.0 embed: path: ../embed