Skip to content
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 @@ -9,7 +9,7 @@ before_script:
- git diff --exit-code
- pub run dart_dev analyze
- pub run dart_dev format --check
- pub run dependency_validator --no-fatal-pins -i analyzer,build_runner,build_web_compilers,built_value_generator,front_end
- pub run dependency_validator --no-fatal-pins -i analyzer,build_runner,build_web_compilers,built_value_generator

script:
- pub run dart_dev test -P vm
Expand Down
5 changes: 1 addition & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:

dependencies:
collection: ^1.14.11
analyzer: '>=0.35.0 <0.39.0'
analyzer: '>=0.35.0 <0.40.0'
build: ^1.0.0
built_redux: ^7.4.2
built_value: '>=5.4.4 <8.0.0'
Expand Down Expand Up @@ -39,9 +39,6 @@ dev_dependencies:
dart2_constant: ^1.0.0
dart_dev: ^3.0.0
dependency_validator: ^1.4.0
# front_end is necessary because of a change in build_vm_compilers starting with version 1.0.3, and it should be
# removed when build_vm_compilers no longer requires it to be specified
front_end: ^0.1.27
glob: ^1.2.0
mockito: ^4.1.1
over_react_test: ^2.7.0
Expand Down