Update meteor-babel and reify to latest versions.

This commit is contained in:
Ben Newman
2019-06-24 11:11:16 -04:00
parent 758d2ce7c8
commit 7a10dddb2e
6 changed files with 15 additions and 15 deletions

View File

@@ -14,9 +14,9 @@ N/A
* The `mongodb` npm package used by the `npm-mongo` Meteor package has
been updated to version 3.2.7.
* The `meteor-babel` npm package has been updated to version 7.4.14.
* The `meteor-babel` npm package has been updated to version 7.4.15.
* The `reify` npm package has been updated to version 0.20.5.
* The `reify` npm package has been updated to version 0.20.6.
* The `core-js` npm package used by `ecmascript-runtime-client` and
`ecmascript-runtime-server` has been updated to version 3.1.4.

View File

@@ -604,9 +604,9 @@
"integrity": "sha1-G7nzFO9ri63tE7VJFpsqlF62jk0="
},
"meteor-babel": {
"version": "7.4.14",
"resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.4.14.tgz",
"integrity": "sha512-o2kRrgj2OTHxnQVEOKKAX9c5IPoUGiHFo57HkPwndqS6SOVqe8RcxVPlrB/aAvtC8VaIXH/FKLIstYd/usndEQ=="
"version": "7.4.15",
"resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.4.15.tgz",
"integrity": "sha512-1HYThnReelvxW31ry5rZVTdvNqml8+JDsZYvvOjc2pIaMmo/6e3VlPU3Jv3hoYRDjxOO9OTohvWewfu6j0o+XA=="
},
"meteor-babel-helpers": {
"version": "0.0.3",
@@ -676,9 +676,9 @@
}
},
"reify": {
"version": "0.20.5",
"resolved": "https://registry.npmjs.org/reify/-/reify-0.20.5.tgz",
"integrity": "sha512-Pk4eu8KcVdIzZHT5Uviax2hUDcGp7lS6/VZuWEtPhy0hkXMSegi/uZKKEMV6PcpjpCBVgwyw7KgCHaUy5uJkeQ=="
"version": "0.20.6",
"resolved": "https://registry.npmjs.org/reify/-/reify-0.20.6.tgz",
"integrity": "sha512-kCgL6HyzFBK3fIKwurPn0O4+mzdK4R4uOYyQxXaYm4B+QgrQ1EHiQ222qsLPEhB1ReBRh+njO0I4kw7hCGfM2w=="
},
"resolve": {
"version": "1.11.1",

View File

@@ -10,7 +10,7 @@ Package.describe({
});
Npm.depends({
'meteor-babel': '7.4.14',
'meteor-babel': '7.4.15',
'json5': '2.1.0'
});

View File

@@ -12,9 +12,9 @@
"integrity": "sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw=="
},
"reify": {
"version": "0.20.5",
"resolved": "https://registry.npmjs.org/reify/-/reify-0.20.5.tgz",
"integrity": "sha512-Pk4eu8KcVdIzZHT5Uviax2hUDcGp7lS6/VZuWEtPhy0hkXMSegi/uZKKEMV6PcpjpCBVgwyw7KgCHaUy5uJkeQ=="
"version": "0.20.6",
"resolved": "https://registry.npmjs.org/reify/-/reify-0.20.6.tgz",
"integrity": "sha512-kCgL6HyzFBK3fIKwurPn0O4+mzdK4R4uOYyQxXaYm4B+QgrQ1EHiQ222qsLPEhB1ReBRh+njO0I4kw7hCGfM2w=="
},
"semver": {
"version": "5.7.0",

View File

@@ -6,7 +6,7 @@ Package.describe({
});
Npm.depends({
reify: "0.20.5"
reify: "0.20.6"
});
Package.onUse(function(api) {

View File

@@ -14,11 +14,11 @@ var packageJson = {
pacote: "https://github.com/meteor/pacote/tarball/c5043daa1b768594e01d76275e3854fc19f038f9",
"node-gyp": "5.0.1",
"node-pre-gyp": "0.10.3",
"meteor-babel": "7.4.14",
"meteor-babel": "7.4.15",
// Keep the versions of these packages consistent with the versions
// found in dev-bundle-server-package.js.
"meteor-promise": "0.8.7",
reify: "0.20.5",
reify: "0.20.6",
fibers: "3.1.1",
// So that Babel can emit require("@babel/runtime/helpers/...") calls.
"@babel/runtime": "7.4.4",