From 36ed00624720e17db27f4a6573f45bd79d4e9eba Mon Sep 17 00:00:00 2001 From: Evan Weible Date: Fri, 23 Sep 2022 23:01:15 +0000 Subject: [PATCH] w_common v2 rollout - 1 of 2 raise max --- app/over_react_redux/todo_client/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/over_react_redux/todo_client/pubspec.yaml b/app/over_react_redux/todo_client/pubspec.yaml index 0b705b5cf..27713edf2 100644 --- a/app/over_react_redux/todo_client/pubspec.yaml +++ b/app/over_react_redux/todo_client/pubspec.yaml @@ -26,7 +26,7 @@ dev_dependencies: test: ^1.15.7 test_html_builder: ^2.2.2 time: ^1.2.0 - w_common: ^1.20.0 + w_common: '>=1.20.0 <3.0.0' workiva_analysis_options: ^1.1.0 dependency_overrides: diff --git a/pubspec.yaml b/pubspec.yaml index b0fabeba5..c428312d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: source_span: ^1.4.1 transformer_utils: ^0.2.6 w_common: '>=1.13.0 <3.0.0' - w_flux: ^2.10.4 + w_flux: ^2.10.21 platform_detect: ^1.3.4 quiver: ">=0.25.0 <4.0.0" redux_dev_tools: ">=0.4.0 <0.6.0"