Skip to content

Commit 199b280

Browse files
committed
chore: update version constraint syntax
1 parent 55a821b commit 199b280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json_serializable/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ topics:
1515
resolution: workspace
1616

1717
dependencies:
18-
analyzer: '>=7.4.0 <8.0.0'
18+
analyzer: ^7.4.0
1919
async: ^2.10.0
2020
build: ^2.4.1
2121
build_config: ^1.1.0
22-
dart_style: '>=3.1.0 <4.0.0'
22+
dart_style: ^3.1.0
2323

2424
# Use a tight version constraint to ensure that a constraint on
2525
# `json_annotation` properly constrains all features it provides.

0 commit comments

Comments
 (0)