Skip to content

Commit 90d842c

Browse files
authored
chore(bricks): bump very good analysis (#984)
1 parent 50a1a3e commit 90d842c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

bricks/create_dart_frog/__brick__/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.5.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.1.0.yaml
22
analyzer:
33
exclude:
44
- build/**

bricks/create_dart_frog/__brick__/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212
dev_dependencies:
1313
mocktail: ^1.0.0
1414
test: ^1.19.2
15-
very_good_analysis: ^5.0.0
15+
very_good_analysis: ^5.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.5.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.1.0.yaml

bricks/create_dart_frog/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
dev_dependencies:
1111
mocktail: ^1.0.0
1212
test: ^1.19.2
13-
very_good_analysis: ^5.0.0
13+
very_good_analysis: ^5.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.5.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.1.0.yaml

bricks/dart_frog_dev_server/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dev_dependencies:
1313
mocktail: ^1.0.0
1414
path: ^1.8.2
1515
test: ^1.19.2
16-
very_good_analysis: ^5.0.0
16+
very_good_analysis: ^5.1.0

bricks/dart_frog_new/hooks/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.5.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.1.0.yaml
22

33
linter:
44
rules:

bricks/dart_frog_new/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212
dev_dependencies:
1313
mocktail: ^1.0.0
1414
test: ^1.19.2
15-
very_good_analysis: ^5.0.0
15+
very_good_analysis: ^5.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.5.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.1.0.yaml

bricks/dart_frog_prod_server/hooks/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
mocktail: ^1.0.0
1616
test: ^1.19.2
17-
very_good_analysis: ^5.0.0
17+
very_good_analysis: ^5.1.0

0 commit comments

Comments
 (0)