Skip to content

Commit

Permalink
"Update dev dependencies for analyzer 2"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph committed Aug 30, 2023
1 parent ab68964 commit 18d6877
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/over_react_redux/todo_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,20 +20,20 @@ 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"
redux_dev_tools: '>=0.4.0 <0.8.0'

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
Expand Down
4 changes: 2 additions & 2 deletions tools/analyzer_plugin/playground/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18d6877

Please sign in to comment.