Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1645)

Unified Diff: app/pubspec.lock

Issue 2341963009: pub site: update dependencies and fix analyzer (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/lib/upload_signer_service.dart ('k') | app/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/pubspec.lock
diff --git a/app/pubspec.lock b/app/pubspec.lock
index 43b296f0730a6ac50cd8e054c4c6f59bbf778a33..a018f534ad997f11a3a833d57b861f448439f292 100644
--- a/app/pubspec.lock
+++ b/app/pubspec.lock
@@ -7,12 +7,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3+1"
- analyzer:
- description:
- name: analyzer
- url: "https://pub.dartlang.org"
- source: hosted
- version: "0.27.3"
kustermann 2016/09/16 16:25:56 We are using package:analyzer, so you can't remove
kevmoo 2016/09/16 16:37:24 Done.
appengine:
description:
name: appengine
@@ -31,12 +25,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.1"
- barback:
- description:
- name: barback
- url: "https://pub.dartlang.org"
- source: hosted
- version: "0.15.2+9"
charcode:
description:
name: charcode
@@ -54,13 +42,13 @@ packages:
name: convert
url: "https://pub.dartlang.org"
source: hosted
- version: "1.1.1"
+ version: "2.0.1"
crypto:
description:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
- version: "0.9.2+1"
+ version: "2.0.1"
csslib:
description:
name: csslib
@@ -79,12 +67,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
- glob:
- description:
- name: glob
- url: "https://pub.dartlang.org"
- source: hosted
- version: "1.1.3"
googleapis:
description:
name: googleapis
@@ -96,7 +78,7 @@ packages:
name: googleapis_auth
url: "https://pub.dartlang.org"
source: hosted
- version: "0.2.2"
+ version: "0.2.3+5"
googleapis_beta:
description:
name: googleapis_beta
@@ -108,7 +90,7 @@ packages:
name: html
url: "https://pub.dartlang.org"
source: hosted
- version: "0.12.2+2"
+ version: "0.13.0"
http:
description:
name: http
@@ -120,7 +102,7 @@ packages:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
- version: "0.0.2+8"
+ version: "3.0.2"
http_server:
description:
name: http_server
@@ -132,7 +114,7 @@ packages:
name: intl
url: "https://pub.dartlang.org"
source: hosted
- version: "0.13.1"
+ version: "0.14.0"
logging:
description:
name: logging
@@ -163,36 +145,12 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.5"
- package_config:
- description:
- name: package_config
- url: "https://pub.dartlang.org"
- source: hosted
- version: "0.1.5"
path:
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.9"
- petitparser:
- description:
- name: petitparser
- url: "https://pub.dartlang.org"
- source: hosted
- version: "1.5.3"
- plugin:
- description:
- name: plugin
- url: "https://pub.dartlang.org"
- source: hosted
- version: "0.1.0"
- pool:
- description:
- name: pool
- url: "https://pub.dartlang.org"
- source: hosted
- version: "1.2.4"
protobuf:
description:
name: protobuf
@@ -216,7 +174,7 @@ packages:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
- version: "0.5.7"
+ version: "0.6.5+3"
source_span:
description:
name: source_span
@@ -229,12 +187,18 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.6"
+ stream_channel:
+ description:
+ name: stream_channel
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.5.0"
string_scanner:
description:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
- version: "0.1.5"
+ version: "1.0.0"
typed_data:
description:
name: typed_data
@@ -258,17 +222,12 @@ packages:
name: uuid
url: "https://pub.dartlang.org"
source: hosted
- version: "0.5.0"
- watcher:
- description:
- name: watcher
- url: "https://pub.dartlang.org"
- source: hosted
- version: "0.9.7+3"
+ version: "0.5.3"
yaml:
description:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.10"
-sdk: ">=1.16.0 <2.0.0"
+sdks:
+ dart: ">=1.17.0-dev.6.2 <2.0.0"
« no previous file with comments | « app/lib/upload_signer_service.dart ('k') | app/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698