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

Unified Diff: app/pubspec.yaml

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/pubspec.lock ('k') | app/test/backend_test_utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/pubspec.yaml
diff --git a/app/pubspec.yaml b/app/pubspec.yaml
index 42df54a0e714d0f8c692097711d3d6be98cffccb..4ca0c6fdcac01fe197b4dcae83b9caa644d475c3 100644
--- a/app/pubspec.yaml
+++ b/app/pubspec.yaml
@@ -2,22 +2,23 @@ name: pub_dartlang_org
version: 0.1.0
author: Dart Team
description: The pub.dartlang.org website.
-sdk: ">=1.9.0 <2.0.0"
+sdk: ">=1.19.0 <2.0.0"
dependencies:
+ analyzer: ^0.28.1
appengine: '>=0.3.0 <0.4.0'
gcloud: '>=0.3.0 <0.4.0'
googleapis: '>=0.31.0 <0.32.0'
- googleapis_auth: '>=0.2.2 <0.2.3'
- html: '>=0.12.0 <0.13.0'
+ googleapis_auth: '>=0.2.2 <0.2.4'
+ html: '>=0.12.0 <0.14.0'
http: '>=0.11.0 <0.12.0'
- intl: '>=0.13.0 <0.14.0'
+ intl: '>=0.13.0 <0.15.0'
logging: '>=0.9.3 <1.0.0'
markdown: '>=0.11.0 <0.12.0'
mustache: '>=0.2.3 <0.3.0'
pub_semver: ">=1.2.2 <2.0.0"
pub_server: ">=0.1.0 <0.2.0"
- shelf: '>=0.5.6 <0.6.0'
- uuid: ">=0.5.0 <0.5.1"
+ shelf: '>=0.5.6 <0.7.0'
+ uuid: ">=0.5.0 <0.5.4"
dev_dependencies:
unittest: ">=0.11.0 <0.12.0"
« no previous file with comments | « app/pubspec.lock ('k') | app/test/backend_test_utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698