-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Tests nullsafe react and w_flux before release"
- Loading branch information
Sourcegraph
committed
Nov 8, 2023
1 parent
dde6403
commit 5b879d0
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |