Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency cosee_lints to ^0.7.0 #120

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ packages:
dependency: "direct dev"
description:
name: cosee_lints
sha256: "5c0595ecbe9c7c846bac355fb0b631fc80073e82f7012ad4099ca0fb22eee0b6"
sha256: "4d151f2eff1da0e8e1a317ccf8eaea7f229158dc6be41d18e665724ba2d4da82"
url: "https://pub.dev"
source: hosted
version: "0.6.0"
version: "0.7.0"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -536,5 +536,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.5.0 <4.0.0"
dart: ">=3.6.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none
version: 1.0.0+1

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.6.0

dependencies:
flutter:
Expand All @@ -19,7 +19,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
cosee_lints: ^0.6.0
cosee_lints: ^0.7.0
dart_code_linter: ^1.1.3

flutter:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topics:
- bottom-sheet

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.6.0

dependencies:
flutter:
Expand All @@ -20,7 +20,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
cosee_lints: ^0.6.0
cosee_lints: ^0.7.0
dart_code_linter: ^1.1.3

flutter:
Expand Down
Loading