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

Side by Side Diff: pubspec.yaml

Issue 23532024: Changes in webui to comply with the safe html changes. Now that Nodes can be (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 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 | « lib/templating.dart ('k') | test/css_test.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: web_ui 1 name: web_ui
2 author: "Web UI Authors <web-ui-dev@dartlang.org>" 2 author: "Web UI Authors <web-ui-dev@dartlang.org>"
3 homepage: https://github.com/dart-lang/web-ui 3 homepage: https://github.com/dart-lang/web-ui
4 description: An easy way to build web apps in Dart. 4 description: An easy way to build web apps in Dart.
5 version: 0.4.18+2 5 version: 0.4.19
6 dependencies: 6 dependencies:
7 args: ">=0.4.5" 7 args: ">=0.4.5"
8 analyzer_experimental: ">=0.5.12" 8 analyzer_experimental: ">=0.5.12"
9 browser: ">=0.4.5" 9 browser: ">=0.4.5"
10 custom_element: ">=0.6.14" 10 custom_element: ">=0.6.14"
11 logging: ">=0.4.5" 11 logging: ">=0.4.5"
12 pathos: ">=0.4.5" 12 pathos: ">=0.4.5"
13 unittest: ">=0.4.5" 13 unittest: ">=0.4.5"
14 # Pin these github packages so we don't get breaks from publishing them: 14 # Pin these github packages so we don't get breaks from publishing them:
15 csslib: ">=0.4.7 <0.4.8" 15 csslib: ">=0.4.7 <0.4.8"
16 html5lib: ">=0.4.4 <0.4.5" 16 html5lib: ">=0.4.4 <0.4.5"
17 source_maps: ">=0.4.5" 17 source_maps: ">=0.4.5"
18 dev_dependencies: 18 dev_dependencies:
19 js: any 19 js: any
20 benchmark_harness: ">=1.0.2 <1.0.3" 20 benchmark_harness: ">=1.0.2 <1.0.3"
21 stack_trace: ">=0.6.3" 21 stack_trace: ">=0.6.3"
22 environment: 22 environment:
23 sdk: ">=0.6.19" 23 sdk: ">=0.7.0"
OLDNEW
« no previous file with comments | « lib/templating.dart ('k') | test/css_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698