Skip to content

Commit

Permalink
Loosen meta dependency range
Browse files Browse the repository at this point in the history
+ To prevent dependency gridlock downstream
+ The 1.1.6 lower bound is what was originally implemented for the Dart 2.13 migration effort (#695), and I accidentally bumped the lower bound to what it was before the 2.13 effort commit not realizing that it was intentionally being lowered.
  • Loading branch information
aaronlademann-wf committed Aug 11, 2021
1 parent b6a7b34 commit d8ff2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
js: ^0.6.1+1
logging: ">=0.11.3+2 <1.0.0"
memoize: ^2.0.0
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
meta: ">=1.1.6 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
path: ^1.5.1
react: ^6.0.0
redux: ">=3.0.0 <5.0.0"
Expand Down

0 comments on commit d8ff2cf

Please sign in to comment.