Update meteor-babel and babel-runtime used by meteor/tools codebase.

This commit is contained in:
Ben Newman
2017-09-26 14:04:51 -04:00
parent 4c5b7e5bf2
commit 677a8ebef0

View File

@@ -14,13 +14,13 @@ var packageJson = {
npm: "5.4.2",
"node-gyp": "3.6.2",
"node-pre-gyp": "0.6.36",
"meteor-babel": "7.0.0-beta.1-1",
"meteor-babel": "7.0.0-beta.2",
"meteor-promise": "0.8.6",
promise: "8.0.1",
reify: "0.12.3",
fibers: "2.0.0",
// So that Babel 6 can emit require("babel-runtime/helpers/...") calls.
"babel-runtime": "7.0.0-beta.0",
"babel-runtime": "7.0.0-beta.2",
// Not yet upgrading Underscore from 1.5.2 to 1.7.0 (which should be done
// in the package too) because we should consider using lodash instead
// (and there are backwards-incompatible changes either way).