From 828575e4f1bff555f5c458841b255624aa8ba9e7 Mon Sep 17 00:00:00 2001 From: Aluan Haddad Date: Wed, 25 Oct 2017 13:05:48 -0400 Subject: [PATCH] update to the latest systemjs-plugin-babel This fixes chalk issue, described in https://github.com/systemjs/plugin-babel/issues/80, that causes failures in Windows environments. --- testlibs/jspm.config.js | 4 ++-- testlibs/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testlibs/jspm.config.js b/testlibs/jspm.config.js index 01e310a5d..1827f0c1a 100644 --- a/testlibs/jspm.config.js +++ b/testlibs/jspm.config.js @@ -44,7 +44,7 @@ SystemJS.config({ "npm": "npm:jspm-npm@0.27.3", "os": "npm:jspm-nodelibs-os@0.2.0", "path": "npm:jspm-nodelibs-path@0.2.1", - "plugin-babel": "npm:systemjs-plugin-babel@0.0.23", + "plugin-babel": "npm:systemjs-plugin-babel@0.0.25", "process": "npm:jspm-nodelibs-process@0.2.0", "punycode": "npm:jspm-nodelibs-punycode@0.2.0", "querystring": "npm:jspm-nodelibs-querystring@0.2.0", @@ -56,7 +56,7 @@ SystemJS.config({ "stream": "npm:jspm-nodelibs-stream@0.2.0", "string_decoder": "npm:jspm-nodelibs-string_decoder@0.2.0", "systemjs": "npm:systemjs@0.19.29", - "systemjs-plugin-babel": "npm:systemjs-plugin-babel@0.0.23", + "systemjs-plugin-babel": "npm:systemjs-plugin-babel@0.0.25", "text": "github:systemjs/plugin-text@0.0.2", "timers": "npm:jspm-nodelibs-timers@0.2.0", "tls": "npm:jspm-nodelibs-tls@0.2.0", diff --git a/testlibs/package.json b/testlibs/package.json index ca87b73ea..b54317e8c 100644 --- a/testlibs/package.json +++ b/testlibs/package.json @@ -16,7 +16,7 @@ "rsvp": "npm:rsvp@3.1.0", "sshpk": "npm:sshpk@1.7.3", "systemjs": "npm:systemjs@0.19.29", - "systemjs-plugin-babel": "npm:systemjs-plugin-babel@0.0.23", + "systemjs-plugin-babel": "npm:systemjs-plugin-babel@0.0.25", "text": "systemjs/plugin-text@^0.0.2", "voxel-demo": "npm:voxel-demo@^0.0.1" },