From 3d77ad9381a1715987f67d563a8c0cf10a02deaf Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Wed, 22 Jun 2016 19:23:21 +0200 Subject: [PATCH] babel-code-frame: Upgrade to js-tokens@2 (#3533) That version brings ES2016 support. However, the difference in syntax highlighting is not distinguishable, because both `*` and `**` get the same color. --- packages/babel-code-frame/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-code-frame/package.json b/packages/babel-code-frame/package.json index fdb84516b8..6a66ebc127 100644 --- a/packages/babel-code-frame/package.json +++ b/packages/babel-code-frame/package.json @@ -11,6 +11,6 @@ "babel-runtime": "^6.0.0", "chalk": "^1.1.0", "esutils": "^2.0.2", - "js-tokens": "^1.0.2" + "js-tokens": "^2.0.0" } }