Skip to content

Commit

Permalink
Update dependency versions (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jan 2, 2020
1 parent 7628040 commit 7113a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Expand Up @@ -23,15 +23,15 @@ dependencies:
source_maps: "^0.10.5"
source_span: "^1.4.0"
stack_trace: ">=0.9.0 <2.0.0"
stream_transform: "^0.0.20"
stream_transform: ">=0.0.20 <2.0.0"
string_scanner: ">=0.1.5 <2.0.0"
term_glyph: "^1.0.0"
tuple: "^1.0.0"
watcher: "^0.9.6"

dev_dependencies:
archive: ">=1.0.0 <3.0.0"
analyzer: ">=0.36.4 <0.37.0"
analyzer: ">=0.37.0 <0.40.0"
crypto: ">=0.9.2 <3.0.0"
dart_style: "^1.2.0"
grinder: "^0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion tool/grind/synchronize.dart
Expand Up @@ -43,7 +43,7 @@ final _sharedClasses = const ['EvaluateResult', 'CompileResult'];
void synchronize() {
sources.forEach((source, target) {
var visitor = _Visitor(File(source).readAsStringSync(), source);
parseFile2(path: source, featureSet: FeatureSet.fromEnableFlags([]))
parseFile(path: source, featureSet: FeatureSet.fromEnableFlags([]))
.unit
.accept(visitor);
var formatted = DartFormatter().format(visitor.result);
Expand Down

0 comments on commit 7113a72

Please sign in to comment.