diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index e05df5d90b..39d1b60b94 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -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).