diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 735ec08..4c4ced7 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -22,4 +22,12 @@ dev_dependencies: dependency_overrides: w_module: - path: ../ \ No newline at end of file + path: ../ + 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 diff --git a/pubspec.yaml b/pubspec.yaml index de114e7..505e22b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -26,3 +26,13 @@ dev_dependencies: dependency_validator: exclude: - "example/**" + +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