diff --git a/app/over_react_redux/todo_client/pubspec.yaml b/app/over_react_redux/todo_client/pubspec.yaml index 68571bf62..add15bfa7 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: '^2.0.0' + w_common: '>=2.0.0 <4.0.0' workiva_analysis_options: ^1.1.0 dependency_overrides: diff --git a/pubspec.yaml b/pubspec.yaml index 27ff2ec84..c8182c6c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: redux: ">=3.0.0 <5.0.0" source_span: ^1.4.1 transformer_utils: ^0.2.6 - w_common: '^2.0.0' + w_common: '>=2.0.0 <4.0.0' w_flux: ^2.10.21 platform_detect: '>=1.3.4 <3.0.0' quiver: ">=0.25.0 <4.0.0"