Skip to content

Commit

Permalink
Tweak version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlademann-wf committed Jul 21, 2021
1 parent 4efa36e commit c7ea908
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/over_react_redux/todo_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
dependencies:
color: any
memoize: ^2.0.0
meta: ^1.2.2
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
over_react: ">=3.1.5 <5.0.0"
json_annotation: ^3.0.0
redux: ">=3.0.0 <5.0.0"
Expand Down
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
meta: ">=1.2.2 <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
6 changes: 3 additions & 3 deletions tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ repository: https://github.com/Workiva/over_react/tree/master/tools/analyzer_plu
environment:
sdk: '>=2.7.0 <3.0.0'
dependencies:
analyzer: ">=0.39.0 <0.42.0"
analyzer: ">=0.39.10 <0.42.0"
analyzer_plugin: '^0.2.4'
collection: ^1.14.0
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
# so that it always resolves to the same version of over_react that the user has pulled in,
# and thus has the same boilerplate parsing code that's running in the builder.
over_react: 4.1.1
meta: ^1.2.2
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
path: ^1.5.1
source_span: ^1.7.0
dev_dependencies:
args: ^1.6.0
build_runner: ^1.0.0
build_test: ">=0.10.9 <2.0.0"
build_test: ^1.0.0
convert: ^2.1.1
crypto: ^2.1.5
dart_dev: ^3.0.0
Expand Down

0 comments on commit c7ea908

Please sign in to comment.