Skip to content

Commit 4fec4ab

Browse files
chore(deps): bump very_good_analysis from 3.0.1 to 3.1.0 in /examples/flutter_package (#82)
* chore(deps): bump very_good_analysis in /examples/flutter_package Bumps [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) from 3.0.1 to 3.1.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@v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: very_good_analysis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bump versions in analysis_options.yaml Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Angelov <[email protected]>
1 parent 8d1cd74 commit 4fec4ab

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.3.0.1.yaml
1+
include: package:very_good_analysis/analysis_options.3.1.0.yaml

examples/dart_package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ environment:
88

99
dev_dependencies:
1010
test: ^1.19.2
11-
very_good_analysis: ^3.0.1
11+
very_good_analysis: ^3.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.3.0.1.yaml
1+
include: package:very_good_analysis/analysis_options.3.1.0.yaml

examples/flutter_package/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ packages:
141141
name: very_good_analysis
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "3.0.1"
144+
version: "3.1.0"
145145
sdks:
146146
dart: ">=2.18.0 <3.0.0"
147147
flutter: ">=3.3.0"

examples/flutter_package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ dependencies:
1414
dev_dependencies:
1515
flutter_test:
1616
sdk: flutter
17-
very_good_analysis: ^3.0.1
17+
very_good_analysis: ^3.1.0

0 commit comments

Comments
 (0)