Skip to content

Commit

Permalink
Merge pull request #279 from Workiva/batch/fed/over_react_5/p2_raise_…
Browse files Browse the repository at this point in the history
…lower/over_react_codemod

Consume null-safe over_react v5 and over_react_test v3
  • Loading branch information
rmconsole5-wk authored Mar 29, 2024
2 parents d3ac66c + 19f94b7 commit 26d5e59
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 <6.0.0'
over_react: ^5.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 <6.0.0'
over_react: ^5.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 <6.0.0'
over_react: ^5.0.0
web_skin_dart:
hosted:
name: web_skin_dart
Expand Down

0 comments on commit 26d5e59

Please sign in to comment.