Skip to content

Commit

Permalink
raise minimums
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed Nov 9, 2023
1 parent cb193be commit 0bfe50f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/test_fixtures/over_react_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: over_react_project
environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
over_react: ^4.2.0
over_react: ^4.10.3

dependency_overrides:
react:
Expand Down
2 changes: 1 addition & 1 deletion test/test_fixtures/rmui_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rmui_project
environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
over_react: ^4.2.0
over_react: ^4.10.3
react_material_ui:
hosted:
name: react_material_ui
Expand Down
4 changes: 2 additions & 2 deletions test/test_fixtures/wsd_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: wsd_project
environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
over_react: ^4.2.0
over_react: ^4.10.3
web_skin_dart:
hosted:
name: web_skin_dart
url: https://pub.workiva.org
version: ^2.56.0
version: ^2.68.10

dependency_overrides:
react:
Expand Down

0 comments on commit 0bfe50f

Please sign in to comment.