Skip to content

Commit

Permalink
Update dependency cosee_lints to ^0.7.0 (#120)
Browse files Browse the repository at this point in the history
* Update dependency cosee_lints to ^0.7.0

* Upgrade Dart constraints to ^3.6.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Quoc Huynh <[email protected]>
  • Loading branch information
renovate[bot] and quoc-huynh-cosee authored Jan 3, 2025
1 parent a5d59d2 commit 9c8d04a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 9c8d04a

Please sign in to comment.