Skip to content

Commit

Permalink
"Tests nullsafe react and w_flux before release"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph committed Nov 8, 2023
1 parent dde6403 commit 5b879d0
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
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: ssh://[email protected]/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: ssh://[email protected]/Workiva/w_flux.git
ref: null-safety-3
10 changes: 10 additions & 0 deletions test/test_fixtures/over_react_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@ environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
over_react: ^4.2.0

dependency_overrides:
react:
git:
url: ssh://[email protected]/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: ssh://[email protected]/Workiva/w_flux.git
ref: null-safety-3
10 changes: 10 additions & 0 deletions test/test_fixtures/rmui_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ dependencies:
name: react_material_ui
url: https://pub.workiva.org
version: ^1.121.0

dependency_overrides:
react:
git:
url: ssh://[email protected]/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: ssh://[email protected]/Workiva/w_flux.git
ref: null-safety-3
10 changes: 10 additions & 0 deletions test/test_fixtures/wsd_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ dependencies:
name: web_skin_dart
url: https://pub.workiva.org
version: ^2.56.0

dependency_overrides:
react:
git:
url: ssh://[email protected]/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: ssh://[email protected]/Workiva/w_flux.git
ref: null-safety-3

0 comments on commit 5b879d0

Please sign in to comment.