Update meteor-babel to latest version (7.4.14).

This commit is contained in:
Ben Newman
2019-06-23 14:55:43 -04:00
parent a797bf3e67
commit 168468dce3
4 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ N/A
* Node has been updated to version
[8.16.0](https://nodejs.org/en/blog/release/v8.16.0/).
* The `meteor-babel` npm package has been updated to version 7.4.13.
* The `meteor-babel` npm package has been updated to version 7.4.14.
* The `reify` npm package has been updated to version 0.20.5.

View File

@@ -604,9 +604,9 @@
"integrity": "sha1-G7nzFO9ri63tE7VJFpsqlF62jk0="
},
"meteor-babel": {
"version": "7.4.13",
"resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.4.13.tgz",
"integrity": "sha512-NAOh0UOzFd1rs3HmyerYlIWo6LyExqXwgn/hom1ZYCyd0ytL1Pm9dH7AZiM1gOiV50tjBWdMxx08fM5B5ScZDA=="
"version": "7.4.14",
"resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.4.14.tgz",
"integrity": "sha512-o2kRrgj2OTHxnQVEOKKAX9c5IPoUGiHFo57HkPwndqS6SOVqe8RcxVPlrB/aAvtC8VaIXH/FKLIstYd/usndEQ=="
},
"meteor-babel-helpers": {
"version": "0.0.3",

View File

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

View File

@@ -14,7 +14,7 @@ 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.13",
"meteor-babel": "7.4.14",
// Keep the versions of these packages consistent with the versions
// found in dev-bundle-server-package.js.
"meteor-promise": "0.8.7",