[fuchsia_ctl] try to fix tree by adding dart version annotations (#244)

This commit is contained in:
gaaclarke
2020-11-12 14:51:09 -08:00
committed by GitHub
parent 181c5d1f3c
commit 9385fb83e0
11 changed files with 39 additions and 45 deletions

View File

@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared name: _fe_analyzer_shared
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.0" version: "12.0.0"
analyzer: analyzer:
dependency: transitive dependency: transitive
description: description:
name: analyzer name: analyzer
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.39.6" version: "0.40.6"
args: args:
dependency: "direct main" dependency: "direct main"
description: description:
@ -35,7 +35,7 @@ packages:
name: boolean_selector name: boolean_selector
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.0" version: "1.0.5"
charcode: charcode:
dependency: transitive dependency: transitive
description: description:
@ -43,6 +43,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.3" version: "1.1.3"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
collection: collection:
dependency: transitive dependency: transitive
description: description:
@ -63,7 +70,7 @@ packages:
name: coverage name: coverage
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.13.9" version: "0.14.2"
crypto: crypto:
dependency: transitive dependency: transitive
description: description:
@ -71,13 +78,6 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.4" version: "2.1.4"
csslib:
dependency: transitive
description:
name: csslib
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.1"
file: file:
dependency: "direct main" dependency: "direct main"
description: description:
@ -92,13 +92,6 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.2.0"
html:
dependency: transitive
description:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.0+3"
http: http:
dependency: transitive dependency: transitive
description: description:
@ -154,14 +147,14 @@ packages:
name: matcher name: matcher
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.12.6" version: "0.12.9"
meta: meta:
dependency: "direct main" dependency: "direct main"
description: description:
name: meta name: meta
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.8" version: "1.2.3"
mime: mime:
dependency: transitive dependency: transitive
description: description:
@ -176,13 +169,6 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "4.1.1" version: "4.1.1"
multi_server_socket:
dependency: transitive
description:
name: multi_server_socket
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
node_interop: node_interop:
dependency: transitive dependency: transitive
description: description:
@ -211,6 +197,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.9.3" version: "1.9.3"
package_resolver:
dependency: transitive
description:
name: package_resolver
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.10"
path: path:
dependency: "direct main" dependency: "direct main"
description: description:
@ -219,12 +212,12 @@ packages:
source: hosted source: hosted
version: "1.6.4" version: "1.6.4"
pedantic: pedantic:
dependency: transitive dependency: "direct dev"
description: description:
name: pedantic name: pedantic
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.9.0" version: "1.9.2"
platform: platform:
dependency: transitive dependency: transitive
description: description:
@ -273,7 +266,7 @@ packages:
name: shelf_packages_handler name: shelf_packages_handler
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.0" version: "1.0.4"
shelf_static: shelf_static:
dependency: transitive dependency: transitive
description: description:
@ -343,21 +336,21 @@ packages:
name: test name: test
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.14.2" version: "1.15.5"
test_api: test_api:
dependency: transitive dependency: transitive
description: description:
name: test_api name: test_api
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.2.15" version: "0.2.18+1"
test_core: test_core:
dependency: transitive dependency: transitive
description: description:
name: test_core name: test_core
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.3.3" version: "0.3.11+2"
typed_data: typed_data:
dependency: transitive dependency: transitive
description: description:
@ -378,7 +371,7 @@ packages:
name: vm_service name: vm_service
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "4.0.0" version: "1.2.0"
watcher: watcher:
dependency: transitive dependency: transitive
description: description:
@ -399,7 +392,7 @@ packages:
name: webkit_inspection_protocol name: webkit_inspection_protocol
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.5.0+1" version: "0.7.4"
yaml: yaml:
dependency: transitive dependency: transitive
description: description:

View File

@ -20,5 +20,5 @@ dependencies:
dev_dependencies: dev_dependencies:
mockito: ^4.1.1 mockito: ^4.1.1
pedantic: ^1.9.2 pedantic: 1.9.2
test: ^1.6.9 test: ^1.15.5

View File

@ -1,7 +1,7 @@
// Copyright 2020 The Flutter Authors. All rights reserved. // Copyright 2020 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// @dart = 2.4
import 'dart:io'; import 'dart:io';
import 'package:mockito/mockito.dart'; import 'package:mockito/mockito.dart';

View File

@ -1,7 +1,7 @@
// Copyright 2019 The Flutter Authors. All rights reserved. // Copyright 2019 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// @dart = 2.4
import 'dart:io'; import 'dart:io';
import 'package:fuchsia_ctl/fuchsia_ctl.dart'; import 'package:fuchsia_ctl/fuchsia_ctl.dart';

View File

@ -1,7 +1,7 @@
// Copyright 2019 The Flutter Authors. All rights reserved. // Copyright 2019 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// @dart = 2.4
import 'package:file/memory.dart'; import 'package:file/memory.dart';
import 'package:mockito/mockito.dart'; import 'package:mockito/mockito.dart';
import 'package:test/test.dart'; import 'package:test/test.dart';

View File

@ -1,7 +1,7 @@
// Copyright 2019 The Flutter Authors. All rights reserved. // Copyright 2019 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// @dart = 2.4
import 'dart:async'; import 'dart:async';
import 'dart:io'; import 'dart:io';

View File

@ -1,7 +1,7 @@
// Copyright 2020 The Flutter Authors. All rights reserved. // Copyright 2020 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// @dart = 2.4
import 'dart:io'; import 'dart:io';
import 'package:file/memory.dart'; import 'package:file/memory.dart';

View File

@ -1,7 +1,7 @@
// Copyright 2019 The Flutter Authors. All rights reserved. // Copyright 2019 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// @dart = 2.4
import 'dart:io' show ProcessResult; import 'dart:io' show ProcessResult;
import 'dart:math' show Random; import 'dart:math' show Random;

View File

@ -1,7 +1,7 @@
// Copyright 2019 The Flutter Authors. All rights reserved. // Copyright 2019 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// @dart = 2.4
import 'dart:async'; import 'dart:async';
import 'package:file/file.dart'; import 'package:file/file.dart';

View File

@ -1,3 +1,4 @@
// @dart = 2.4
import 'dart:io'; import 'dart:io';
import 'package:file/file.dart'; import 'package:file/file.dart';

View File

@ -1,7 +1,7 @@
// Copyright 2020 The Flutter Authors. All rights reserved. // Copyright 2020 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// @dart = 2.4
import 'dart:async'; import 'dart:async';
import 'dart:io'; import 'dart:io';