Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST: Tests nullsafe react and w_flux before release #264

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,13 @@ dependency_validator:
ignore:
- meta
- mockito

dependency_overrides:
react:
git:
url: https://github.com/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: https://github.com/Workiva/w_flux.git
ref: null-safety-3
12 changes: 11 additions & 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,14 @@ 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:
git:
url: https://github.com/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: https://github.com/Workiva/w_flux.git
ref: null-safety-3
12 changes: 11 additions & 1 deletion test/test_fixtures/rmui_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@ 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
url: https://pub.workiva.org
version: ^1.121.0

dependency_overrides:
react:
git:
url: https://github.com/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: https://github.com/Workiva/w_flux.git
ref: null-safety-3
14 changes: 12 additions & 2 deletions test/test_fixtures/wsd_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@ 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:
git:
url: https://github.com/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: https://github.com/Workiva/w_flux.git
ref: null-safety-3
Loading