Skip to content

Commit 9a71d7e

Browse files
authored
Merge pull request #46 from bwu-dart-contributing/issue45_widen_dependency_constraints
widen dependency constraints on `build`
2 parents e2d17f5 + 0c8e720 commit 9a71d7e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: pubspec.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
name: built_redux
2-
version: 7.3.1
2+
version: 7.3.2
33
description:
44
A state management library written in dart that enforces immutability
55
authors:
66
- David Marne <[email protected]>
77
homepage: https://github.com/davidmarne/built_redux
88
dependencies:
99
analyzer: '>=0.29.0 <0.31.0'
10-
build: ^0.10.0
10+
build: '>=0.10.0 <0.12.0'
1111
built_collection: '>=1.0.0 <3.0.0'
1212
built_value: ^4.1.0
13-
source_gen: '^0.7.0'
13+
source_gen: ^0.7.0
1414

1515
dev_dependencies:
16-
build_runner: ^0.4.0
16+
build_runner: ^0.6.0
1717
built_value_generator: ^4.1.0
18-
dart_dev: "^1.0.0"
18+
dart_dev: ^1.0.0
1919
dart_style: '>=0.2.4 <2.0.0'
20-
coverage: ^0.7.3
21-
test: "^0.12.0"
20+
coverage: ^0.9.0
21+
test: ^0.12.0
2222

2323
environment:
2424
sdk: ">=1.17.1 <2.0.0"

0 commit comments

Comments
 (0)