Skip to content

Commit

Permalink
Update meteor-babel and reify to latest versions, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Jun 23, 2019
1 parent 5c701da commit 1304874
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ 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.12.
* The `meteor-babel` npm package has been updated to version 7.4.13.

* The `reify` npm package has been updated to version 0.20.4.
* The `reify` npm package has been updated to version 0.20.5.

* The `core-js` npm package used by `ecmascript-runtime-client` and
`ecmascript-runtime-server` has been updated to version 3.1.4.
Expand Down
18 changes: 9 additions & 9 deletions packages/babel-compiler/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/babel-compiler/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Package.describe({
});

Npm.depends({
'meteor-babel': '7.4.12',
'meteor-babel': '7.4.13',
'json5': '2.1.0'
});

Expand Down
6 changes: 3 additions & 3 deletions packages/modules/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/modules/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
});

Npm.depends({
reify: "0.20.4"
reify: "0.20.5"
});

Package.onUse(function(api) {
Expand Down
4 changes: 2 additions & 2 deletions scripts/dev-bundle-tool-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ var packageJson = {
pacote: "https://github.com/meteor/pacote/tarball/c5043daa1b768594e01d76275e3854fc19f038f9",
"node-gyp": "3.7.0",
"node-pre-gyp": "0.10.3",
"meteor-babel": "7.4.12",
"meteor-babel": "7.4.13",
// 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.4",
reify: "0.20.5",
fibers: "3.1.1",
// So that Babel can emit require("@babel/runtime/helpers/...") calls.
"@babel/runtime": "7.4.4",
Expand Down

0 comments on commit 1304874

Please sign in to comment.