Skip to content

Commit ad5a98f

Browse files
committed
chore: restore generator dependency constraints
1 parent 97832ce commit ad5a98f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

pubspec.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ environment:
99

1010
dependencies:
1111
build: ^4.0.3
12-
path: ^1.8.0
13-
recase: ^4.0.0
12+
path: ^1.9.1
13+
recase: ^4.1.0
1414
source_gen: ^4.1.1
15-
meta: ^1.7.0
15+
meta: ^1.16.0
1616
logger: ^2.6.2
17-
stacked_shared: ^1.3.0
17+
stacked_shared: ^1.4.2
1818
# Removing this will cause issues when publish the package
1919
analyzer: ^8.1.1
20-
dart_style: ^3.0.0
21-
code_builder: ^4.3.0
22-
collection: ^1.16.0
20+
dart_style: ^3.1.0
21+
code_builder: ^4.10.1
22+
collection: ^1.19.1
2323
freezed_annotation: ^3.1.0
24-
json_annotation: ^4.8.0
24+
json_annotation: ^4.9.0
2525

2626
dev_dependencies:
27-
build_runner: ^2.0.6
28-
test: ^1.20.1
27+
build_runner: ^2.5.4
28+
test: ^1.26.2
2929
build_test: ^3.5.4
3030
mockito: ^5.4.6
3131
flutter_lints: ^6.0.0
3232
freezed: ^3.2.3
33-
json_serializable: ^6.6.1
33+
json_serializable: ^6.9.5

0 commit comments

Comments
 (0)