diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4536683..d28ce30 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: react-18-2-0-testing + react_testing_library: + git: + url: https://github.com/Workiva/react_testing_library.git + ref: r18 diff --git a/pubspec.yaml b/pubspec.yaml index 9f360c6..a187253 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,4 +21,13 @@ dev_dependencies: matcher: ^0.12.10 mocktail: ^1.0.3 test: ^1.16.8 - workiva_analysis_options: ^1.4.1 \ No newline at end of file + workiva_analysis_options: ^1.4.1 +dependency_overrides: + react: + git: + url: https://github.com/Workiva/react-dart.git + ref: react-18-2-0-testing + react_testing_library: + git: + url: https://github.com/Workiva/react_testing_library.git + ref: r18