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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « app/pubspec.lock ('k') | app/test/backend_test_utils.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: pub_dartlang_org 1 name: pub_dartlang_org
2 version: 0.1.0 2 version: 0.1.0
3 author: Dart Team 3 author: Dart Team
4 description: The pub.dartlang.org website. 4 description: The pub.dartlang.org website.
5 sdk: ">=1.9.0 <2.0.0" 5 sdk: ">=1.19.0 <2.0.0"
6 dependencies: 6 dependencies:
7 analyzer: ^0.28.1
7 appengine: '>=0.3.0 <0.4.0' 8 appengine: '>=0.3.0 <0.4.0'
8 gcloud: '>=0.3.0 <0.4.0' 9 gcloud: '>=0.3.0 <0.4.0'
9 googleapis: '>=0.31.0 <0.32.0' 10 googleapis: '>=0.31.0 <0.32.0'
10 googleapis_auth: '>=0.2.2 <0.2.3' 11 googleapis_auth: '>=0.2.2 <0.2.4'
11 html: '>=0.12.0 <0.13.0' 12 html: '>=0.12.0 <0.14.0'
12 http: '>=0.11.0 <0.12.0' 13 http: '>=0.11.0 <0.12.0'
13 intl: '>=0.13.0 <0.14.0' 14 intl: '>=0.13.0 <0.15.0'
14 logging: '>=0.9.3 <1.0.0' 15 logging: '>=0.9.3 <1.0.0'
15 markdown: '>=0.11.0 <0.12.0' 16 markdown: '>=0.11.0 <0.12.0'
16 mustache: '>=0.2.3 <0.3.0' 17 mustache: '>=0.2.3 <0.3.0'
17 pub_semver: ">=1.2.2 <2.0.0" 18 pub_semver: ">=1.2.2 <2.0.0"
18 pub_server: ">=0.1.0 <0.2.0" 19 pub_server: ">=0.1.0 <0.2.0"
19 shelf: '>=0.5.6 <0.6.0' 20 shelf: '>=0.5.6 <0.7.0'
20 uuid: ">=0.5.0 <0.5.1" 21 uuid: ">=0.5.0 <0.5.4"
21 22
22 dev_dependencies: 23 dev_dependencies:
23 unittest: ">=0.11.0 <0.12.0" 24 unittest: ">=0.11.0 <0.12.0"
OLDNEW
« 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