Skip to content

Commit

Permalink
Merge pull request #277 from Workiva/batch/fed/over_react_5/p1_raise_…
Browse files Browse the repository at this point in the history
…upper/over_react_codemod

Allow consumption of null-safe over_react and over_react_test versions
  • Loading branch information
rmconsole7-wk authored Mar 27, 2024
2 parents 2931202 + 6d2330a commit d3ac66c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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,4 +2,4 @@ name: over_react_project
environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
over_react: ^4.2.0
over_react: '>=4.2.0 <6.0.0'
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.2.0 <6.0.0'
react_material_ui:
hosted:
name: react_material_ui
Expand Down
2 changes: 1 addition & 1 deletion test/test_fixtures/wsd_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: wsd_project
environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
over_react: ^4.2.0
over_react: '>=4.2.0 <6.0.0'
web_skin_dart:
hosted:
name: web_skin_dart
Expand Down

0 comments on commit d3ac66c

Please sign in to comment.