From 9a5f6e04e1cbb8088dd291e8dcdac7b6e6f09ade Mon Sep 17 00:00:00 2001 From: "sourcegraph-commit-signing-app[bot]" <188111114+sourcegraph-commit-signing-app[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 01:26:59 +0000 Subject: [PATCH] Tests running tests on React 18 --- pubspec.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 86d00b68..e0e78486 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,3 +21,17 @@ dev_dependencies: build_web_compilers: '>=3.0.0 <5.0.0' test_html_builder: ^3.0.0 workiva_analysis_options: ^1.0.0 + +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 + dart_dev_workiva: + git: + url: https://github.com/Workiva/dart_dev_workiva.git + ref: override-react-js-files-for-r18