Update meteor-babel to 7.0.0-beta.48 and reify to 0.16.1.

This commit is contained in:
Ben Newman
2018-05-24 22:33:37 -04:00
parent e3bac92c82
commit b28c8a6249
6 changed files with 226 additions and 226 deletions

View File

@@ -14,13 +14,13 @@ var packageJson = {
pacote: "https://github.com/meteor/pacote/tarball/2c16c509074bbba8ca5dd410caf808412ce79e6c",
"node-gyp": "3.6.2",
"node-pre-gyp": "0.6.36",
"meteor-babel": "7.0.0-beta.47",
"meteor-babel": "7.0.0-beta.48",
"meteor-promise": "0.8.6",
promise: "8.0.1",
reify: "0.15.1",
reify: "0.16.1",
fibers: "2.0.0",
// So that Babel can emit require("@babel/runtime/helpers/...") calls.
"@babel/runtime": "7.0.0-beta.47",
"@babel/runtime": "7.0.0-beta.48",
// For backwards compatibility with isopackets that still depend on
// babel-runtime rather than @babel/runtime.
"babel-runtime": "7.0.0-beta.3",