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

Revert #171 #180

Merged
merged 3 commits into from
Sep 7, 2018
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
script:
- dart ./tool/build.dart
- pub run dart_dev analyze
- pub run dependency_validator -i coverage
- pub run dependency_validator --no-fatal-pins -i coverage
- pub run dart_dev test --integration
- ./tool/generate_coverage.sh
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov
46 changes: 23 additions & 23 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@ authors:
environment:
sdk: ">=1.24.2 <2.0.0"
dependencies:
analyzer: ">=0.30.0 <0.33.0"
barback: ">=0.15.2 <0.16.0"
built_redux: ^7.4.1
built_value: ">=4.2.0 <6.0.0"
js: ^0.6.0
logging: ">=0.11.3+1 <1.0.0"
meta: ^1.0.4
path: ^1.4.1
react: ^4.4.1
source_span: ^1.4.0
transformer_utils: ^0.1.1
w_common: ^1.10.0
w_flux: ^2.7.1
platform_detect: ^1.3.2
quiver: ">=0.21.4 <1.0.0"
analyzer: ">=0.30.0+4 <=0.31.0"
barback: ">=0.15.2 <=0.15.2+14"
built_redux: ^7.4.2
built_value: ">=5.1.3 <5.2.0" # >=5.2.0 is Dart 2 SDK only
js: ^0.6.1+1
logging: ">=0.11.3+2 <1.0.0"
meta: ^1.1.6
path: ^1.5.1
react: ^4.4.2
source_span: ^1.4.1
transformer_utils: ^0.1.5
w_common: ^1.13.0
w_flux: ^2.9.5
platform_detect: ^1.3.4
quiver: ">=0.25.0 <=0.28.0" # 0.28.0+ is Dart 2 only
dev_dependencies:
build_runner: ^0.6.0
build_runner: ^0.6.0+1
built_value_generator: ^5.1.3
coverage: ">=0.7.2 <0.11.0" # 0.11.0+ is Dart 2 only
coverage: ">=0.10.0 <0.11.0" # 0.11.0+ is Dart 2 only
dart2_constant: ^1.0.0
dart_dev: ^1.7.6
dependency_validator: ^1.1.0
mockito: ^2.0.0
over_react_test: ^1.2.0
source_gen: ^0.7.2+1
test: ^0.12.32+1
dart_dev: ^1.9.6
dependency_validator: ^1.2.2
mockito: ^2.2.2
over_react_test: ^1.5.0
source_gen: ^0.7.4+3
test: ^0.12.34

transformers:
- over_react:
Expand Down