Skip to content

Commit

Permalink
feat(very_good_dart_cli)!: update to Dart 3.3.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 21, 2024
1 parent 627d523 commit 71c8c63
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/very_good_dart_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dart-version:
# The minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.1.0"
- "3.3.0"
- "stable"

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
{{^publishable}}publish_to: none{{/publishable}}

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: "^3.3.0"

dependencies:
args: ^2.4.2
Expand All @@ -13,11 +13,11 @@ dependencies:
pub_updater: ^0.4.0

dev_dependencies:
build_runner: ^2.4.4
build_runner: ^2.4.8
build_verify: ^3.1.0
build_version: ^2.1.1
mocktail: ^1.0.0
test: ^1.24.6
mocktail: ^1.0.3
test: ^1.25.2
very_good_analysis: ^5.1.0

executables:
Expand Down
10 changes: 5 additions & 5 deletions very_good_dart_cli/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: very_good_dart_cli_hooks

environment:
sdk: "^3.1.0"
sdk: "^3.3.0"

dependencies:
mason: ">=0.1.0-dev.51 <0.1.0"
meta: ^1.11.0
mason: ">=0.1.0-dev.52 <0.1.0"
meta: ^1.12.0

dev_dependencies:
mocktail: ^1.0.0
test: ^1.19.2
mocktail: ^1.0.3
test: ^1.25.2
very_good_analysis: ^5.1.0

0 comments on commit 71c8c63

Please sign in to comment.