Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widen Dependency Ranges Blocking Dart 2.13 #695

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/over_react_redux/todo_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
dependencies:
color: any
memoize: ^2.0.0
meta: ^1.0.0
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
over_react: ">=3.1.5 <5.0.0"
json_annotation: ^3.0.0
redux: ">=3.0.0 <5.0.0"
Expand All @@ -17,13 +17,13 @@ dependencies:
dev_dependencies:
build_runner: ^1.7.1
build_web_compilers: ^2.5.1
build_test: ^0.10.9
build_test: ">=0.10.9 <2.0.0"
dart_dev: ^3.0.0
glob: ^1.2.0
json_serializable: ^3.2.2
over_react_test: ^2.10.2
pedantic: ^1.8.0
test: ^1.9.1
test: ^1.15.7
test_html_builder: ^1.0.0
time: ^1.2.0
w_common: ^1.20.0
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
js: ^0.6.1+1
logging: ">=0.11.3+2 <1.0.0"
memoize: ^2.0.0
meta: '>=1.1.6 <1.7.0'
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
path: ^1.5.1
react: ^6.0.0
redux: ">=3.0.0 <5.0.0"
Expand All @@ -33,7 +33,7 @@ dependencies:
dev_dependencies:
build_resolvers: ^1.0.5
build_runner: ^1.7.1
build_test: ^0.10.9
build_test: ">=0.10.9 <2.0.0"
build_web_compilers: ^2.5.1
built_value_generator: '>=7.0.0 <9.0.0'
dart2_constant: ^1.0.0
Expand Down
7 changes: 3 additions & 4 deletions tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ repository: https://github.com/Workiva/over_react/tree/master/tools/analyzer_plu
environment:
sdk: '>=2.7.0 <3.0.0'
dependencies:
analyzer: '^0.39.10'
analyzer: ">=0.39.10 <0.42.0"
analyzer_plugin: '^0.2.4'
collection: ^1.14.0
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
# so that it always resolves to the same version of over_react that the user has pulled in,
# and thus has the same boilerplate parsing code that's running in the builder.
over_react: 4.1.1
meta: ^1.1.6
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
path: ^1.5.1
source_span: ^1.7.0
dev_dependencies:
args: ^1.6.0
build_runner: ^1.0.0
build_test: ^1.0.0
build_vm_compilers: ^1.0.0
convert: ^2.1.1
crypto: ^2.1.5
dart_dev: ^3.0.0
Expand All @@ -31,7 +30,7 @@ dev_dependencies:
markdown: ^2.1.5
mockito: ^4.1.1
package_config: ^1.9.3
test: ^1.14.0
test: ^1.15.7
test_reflective_loader: ^0.1.9
workiva_analysis_options: ^1.1.0
yaml: ^2.2.1
Expand Down