Skip to content

Commit

Permalink
Raise upper bound of over_react deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph committed Mar 27, 2024
1 parent 1d5f538 commit 1bf869d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/over_react_redux/todo_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
color: ^3.0.0
memoize: ^3.0.0
meta: ^1.6.0
over_react: ^4.8.4
over_react: '>=4.8.4 <6.0.0'
json_annotation: ^4.6.0
redux: '>=3.0.0 <6.0.0'
redux_dev_tools: '>=0.4.0 <0.8.0'
Expand All @@ -21,7 +21,7 @@ dev_dependencies:
dart_dev: ^4.0.0
glob: ^2.0.0
json_serializable: ^6.0.0
over_react_test: ^2.10.2
over_react_test: '>=2.10.2 <4.0.0'
pedantic: ^1.8.0
test: ^1.15.7
test_html_builder: ^3.0.0
Expand Down
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/playground/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.0.0
environment:
sdk: ">=2.13.0 <3.0.0"
dependencies:
over_react: ^3.5.3
over_react: '>=3.5.3 <6.0.0'
dev_dependencies:
build_runner: ^2.0.0
build_web_compilers: ^3.0.0
Expand Down

0 comments on commit 1bf869d

Please sign in to comment.