Skip to content

Commit

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

Widen Dependency Ranges Blocking Dart 2.13
  • Loading branch information
rm-astro-wf authored Jul 26, 2021
2 parents 7487654 + 2b3370c commit 809cc27
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
sdk: [ 2.7.2, stable, beta, dev ]
steps:
Expand Down
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

5 changes: 3 additions & 2 deletions example/project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ publish_to: none

dev_dependencies:
build_runner: ^1.7.1
build_test: ^0.10.9
build_test: ">=0.10.9 <2.0.0"
build_web_compilers: ^2.6.3
test: ^1.8.0
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
test: ^1.15.7
test_html_builder:
path: ../..
7 changes: 6 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ dependencies:

dev_dependencies:
build_runner: ^1.3.0
build_test: ^0.10.7+3
build_test: ">=0.10.9 <2.0.0"
build_web_compilers: ^2.3.0
dependency_validator: ^2.0.0
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
pedantic: ^1.8.0
test_descriptor: ^1.2.0
test_process: ^1.0.5
Expand All @@ -36,3 +37,7 @@ dev_dependencies:
# uncomment this and comment out the test_html_builder definition in
# `build.yaml`.
# json_serializable: ^3.0.0

dependency_validator:
ignore:
- meta
1 change: 1 addition & 0 deletions test/bin/browser_aggregate_tests_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dev_dependencies:
build_runner: any
build_test: any
build_web_compilers: any
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
test: any
test_html_builder:
path: ${p.current}
Expand Down

0 comments on commit 809cc27

Please sign in to comment.