Skip to content

Commit

Permalink
Merge pull request #695 from Workiva/campaign/client_platform/dart-21…
Browse files Browse the repository at this point in the history
…3-dependency-range-widen

Widen Dependency Ranges Blocking Dart 2.13
  • Loading branch information
rm-astro-wf authored Jul 21, 2021
2 parents cc6f181 + dbf40dd commit 08a60d2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
if: always() && steps.install.outcome == 'success'

- id: build
timeout-minutes: 6
name: Build generated files / precompile DDC assets
run: |
pub run build_runner build --delete-conflicting-outputs -o ddc_precompiled
Expand Down
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

0 comments on commit 08a60d2

Please sign in to comment.