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

Unified Diff: app/pubspec.lock

Issue 2341963009: pub site: update dependencies and fix analyzer (Closed)
Patch Set: better 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..83b526aa34183088b4738d34e49673c695dd63c0 100644
--- a/app/pubspec.lock
+++ b/app/pubspec.lock
@@ -12,7 +12,7 @@ packages:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
- version: "0.27.3"
+ version: "0.28.1"
appengine:
description:
name: appengine
@@ -31,12 +31,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 +48,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
@@ -96,7 +90,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 +102,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 +114,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 +126,13 @@ packages:
name: intl
url: "https://pub.dartlang.org"
source: hosted
- version: "0.13.1"
+ version: "0.14.0"
+ isolate:
+ description:
+ name: isolate
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.2.3"
logging:
description:
name: logging
@@ -151,6 +151,12 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
+ meta:
+ description:
+ name: meta
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.3"
mime:
description:
name: mime
@@ -168,31 +174,19 @@ packages:
name: package_config
url: "https://pub.dartlang.org"
source: hosted
- version: "0.1.5"
+ version: "1.0.0"
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"
+ version: "0.2.0"
protobuf:
description:
name: protobuf
@@ -204,19 +198,19 @@ packages:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
- version: "1.2.4"
+ version: "1.3.0"
pub_server:
description:
name: pub_server
url: "https://pub.dartlang.org"
source: hosted
- version: "0.1.1+2"
+ version: "0.1.1+3"
shelf:
description:
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 +223,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,7 +258,7 @@ packages:
name: uuid
url: "https://pub.dartlang.org"
source: hosted
- version: "0.5.0"
+ version: "0.5.3"
watcher:
description:
name: watcher
@@ -271,4 +271,5 @@ packages:
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