Skip to content

Commit 589f456

Browse files
committed
Update build_runner and dependencies in pubspec.yaml
1 parent d785619 commit 589f456

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
dev_dependencies:
1111
bdd_widget_test:
1212
path: ../
13-
build_runner: ^2.7.0
13+
build_runner: ^2.8.0
1414
flutter_driver:
1515
sdk: flutter
1616
flutter_test:

pubspec.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ environment:
88
sdk: ">=2.18.0 <4.0.0"
99

1010
dependencies:
11-
build: ^3.0.0
12-
build_config: ^1.0.0
13-
characters: ^1.2.0
14-
collection: ^1.15.0
15-
dart_style: ^3.0.0
16-
diacritic: ^0.1.3
17-
file: ^7.0.0
18-
meta: ^1.7.0
19-
path: ^1.8.0
20-
yaml: ^3.1.0
11+
build: ^4.0.0
12+
build_config: ^1.2.0
13+
characters: ^1.4.0
14+
collection: ^1.19.1
15+
dart_style: ^3.1.2
16+
diacritic: ^0.1.6
17+
file: ^7.0.1
18+
meta: ^1.16.0
19+
path: ^1.9.1
20+
yaml: ^3.1.3
2121

2222
dev_dependencies:
23-
build_runner: ^2.7.0
24-
build_test: ^3.3.2
23+
build_runner: ^2.8.0
24+
build_test: ^3.4.0
2525
test: ^1.26.3
2626
very_good_analysis: ^9.0.0

0 commit comments

Comments
 (0)