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

Unified Diff: pubspec.yaml

Issue 1426243002: fix #379, escape of $ in template strings (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 1 month 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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index b9ab9a19622698977076ab37bd279a031ab794c5..d1c0915c620ae8c76f3ec85024d766826d6c92d5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -9,12 +9,12 @@ author: Dart Dev Compiler team <dev-compiler@dartlang.org>
homepage: https://github.com/dart-lang/dev_compiler
dependencies:
- analyzer: ^0.26.1+10
+ analyzer: ^0.26.1+17
args: ^0.13.0
cli_util: ^0.0.1
crypto: ^0.9.0
html: ^0.12.0
- js: ^0.6.0-beta.6
+ js: ^0.6.0-beta.7
logging: ">=0.9.2 <0.12.0"
path: ^1.3.0
pub_semver: ^1.1.0

Powered by Google App Engine
This is Rietveld 408576698