Skip to content

Commit 5e967a2

Browse files
chore(deps): bump very_good_analysis from 9.0.0 to 10.0.0 (#143)
* chore(deps): bump very_good_analysis from 9.0.0 to 10.0.0 Bumps [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) from 9.0.0 to 10.0.0. - [Release notes](https://github.com/VeryGoodOpenSource/very_good_analysis/releases) - [Changelog](https://github.com/VeryGoodOpenSource/very_good_analysis/blob/main/CHANGELOG.md) - [Commits](VeryGoodOpenSource/very_good_analysis@v9.0.0...v10.0.0) --- updated-dependencies: - dependency-name: very_good_analysis dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: deps versioning * fix: flutter ci version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcos Sevilla <marcossevilla14@gmail.com>
1 parent 1e1d771 commit 5e967a2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
2121
with:
22-
flutter_version: 3.32.0
22+
flutter_version: "3.35.x"
2323

2424
spell-check:
2525
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
1717
with:
18-
dart_sdk: 3.8.0
18+
dart_sdk: 3.9.0
1919
format_directories: "lib test"
2020
check_ignore: true
2121
report_on: "lib,test"

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.0.0+1
44
publish_to: none
55

66
environment:
7-
sdk: ^3.5.0
7+
sdk: ^3.9.0
88

99
dependencies:
1010
flutter:
@@ -16,7 +16,7 @@ dependencies:
1616
dev_dependencies:
1717
flutter_test:
1818
sdk: flutter
19-
very_good_analysis: ^9.0.0
19+
very_good_analysis: ^10.0.0
2020

2121
flutter:
2222
uses-material-design: true

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ documentation: https://github.com/VeryGoodOpenSource/formz
88
version: 0.8.0
99

1010
environment:
11-
sdk: ^3.8.0
11+
sdk: ^3.9.0
1212

1313
dependencies:
14-
meta: ^1.7.0
14+
meta: ^1.16.0
1515

1616
dev_dependencies:
17-
test: ^1.16.0
18-
very_good_analysis: ^9.0.0
17+
test: ^1.26.3
18+
very_good_analysis: ^10.0.0

0 commit comments

Comments
 (0)