From f817860d227cfcc2768df0a60320fee06617e00a Mon Sep 17 00:00:00 2001 From: DanBuild Date: Mon, 1 Aug 2016 22:56:17 -0700 Subject: [PATCH] Upgrade to Babel 6.12.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d5e3249..342bf38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-standalone", - "version": "6.10.3", + "version": "6.12.0", "description": "Standalone build of Babel for use in non-Node.js environments. Similar to the (now deprecacted) babel-browser", "main": "babel.js", "scripts": { @@ -112,10 +112,10 @@ "gulp-uglify": "^2.0.0", "json-loader": "^0.5.4", "mocha": "^3.0.0", - "npm-check-updates": "^2.7.0", - "react": "^15.1.0", + "npm-check-updates": "^2.8.0", + "react": "^15.3.0", "semver-compare": "^1.0.0", - "simple-git": "^1.41.0", + "simple-git": "^1.44.0", "webpack": "^1.13.1", "webpack-stream": "^3.2.0" },