Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nank1ro committed May 28, 2024
1 parent 4ceaf66 commit e3bd529
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/counter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.18.6 <3.0.0"
sdk: ^3.0.0

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
2 changes: 1 addition & 1 deletion examples/github_search/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dev_dependencies:
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.3
custom_lint: ^0.5.11
custom_lint: ^0.6.4
solidart_lint: ^1.1.0
json_serializable: ^6.7.1
build_runner: ^2.4.9
Expand Down
2 changes: 1 addition & 1 deletion examples/todos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
uuid: ^4.4.0

dev_dependencies:
custom_lint: ^0.5.11
custom_lint: ^0.6.4
flutter_test:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion examples/toggle_theme/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
flutter_solidart: ^1.7.0

dev_dependencies:
custom_lint: ^0.5.11
custom_lint: ^0.6.4
flutter_test:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion packages/solidart_lint/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
flutter_solidart: ^1.5.0

dev_dependencies:
custom_lint: ^0.5.5
custom_lint: ^0.6.4
solidart_lint:
path: ../
flutter_test:
Expand Down

0 comments on commit e3bd529

Please sign in to comment.