From 18d6877491ebe9859b25bc04607d3958ccf20f1f Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Wed, 30 Aug 2023 22:10:22 +0000 Subject: [PATCH] "Update dev dependencies for analyzer 2" --- app/over_react_redux/todo_client/pubspec.yaml | 2 +- pubspec.yaml | 16 ++++++++-------- tools/analyzer_plugin/playground/pubspec.yaml | 4 ++-- tools/analyzer_plugin/pubspec.yaml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/over_react_redux/todo_client/pubspec.yaml b/app/over_react_redux/todo_client/pubspec.yaml index 6c2ebede4..1b4556607 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: ^3.0.0 time: ^1.2.0 - w_common: '>=2.0.0 <4.0.0' + w_common: ^3.0.0 workiva_analysis_options: ^1.1.0 dependency_overrides: diff --git a/pubspec.yaml b/pubspec.yaml index b73bbf060..9e0ebf7ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,11 +7,11 @@ environment: dependencies: collection: ^1.14.11 - analyzer: '>=1.7.2 <3.0.0' + analyzer: ^2.0.0 build: '>=1.0.0 <3.0.0' built_redux: ^8.0.0 built_value: ^8.0.0 - dart_style: '>=1.2.5 <3.0.0' + dart_style: ^2.0.0 js: ^0.6.1+1 logging: ^1.0.0 meta: ^1.6.0 @@ -20,7 +20,7 @@ dependencies: redux: '>=3.0.0 <6.0.0' source_span: ^1.4.1 transformer_utils: ^0.2.6 - w_common: '>=2.0.0 <4.0.0' + w_common: ^3.0.0 w_flux: ^2.10.21 platform_detect: '>=1.3.4 <3.0.0' quiver: ">=0.25.0 <4.0.0" @@ -28,12 +28,12 @@ dependencies: dev_dependencies: build_resolvers: '>=1.0.5 <3.0.0' - build_runner: '>=1.7.1 <3.0.0' - build_test: ">=0.10.9 <3.0.0" - build_web_compilers: '>=2.12.0 <4.0.0' + build_runner: ^2.0.0 + build_test: ^2.0.0 + build_web_compilers: ^3.0.0 built_value_generator: ^8.0.0 - dart_dev: '>=3.6.4 <5.0.0' - dependency_validator: '>=2.0.0 <4.0.0' + dart_dev: ^4.0.0 + dependency_validator: ^3.0.0 glob: ^2.0.0 io: '>=0.3.2+1 <2.0.0' # Pin mockito to work around https://github.com/dart-lang/mockito/issues/552 diff --git a/tools/analyzer_plugin/playground/pubspec.yaml b/tools/analyzer_plugin/playground/pubspec.yaml index 4e5ba39f9..e1727b418 100644 --- a/tools/analyzer_plugin/playground/pubspec.yaml +++ b/tools/analyzer_plugin/playground/pubspec.yaml @@ -5,8 +5,8 @@ environment: dependencies: over_react: ^3.5.3 dev_dependencies: - build_runner: '>=1.0.0 <3.0.0' - build_web_compilers: '>=2.0.0 <4.0.0' + build_runner: ^2.0.0 + build_web_compilers: ^3.0.0 workiva_analysis_options: ^1.1.0 dependency_overrides: diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 8f51ff5aa..fd373853e 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -23,7 +23,7 @@ dev_dependencies: build_test: ^2.0.0 convert: ^3.0.0 crypto: ^3.0.0 - dart_dev: '>=3.8.5 <5.0.0' + dart_dev: ^4.0.0 dart_style: ^2.0.0 dependency_validator: ^3.0.0 glob: ^2.0.0