Skip to content

Commit c81738f

Browse files
author
Ben Newman
committed
Update meteor-babel to version 7.8.2 and typescript to 3.7.5.
1 parent dad91bd commit c81738f

File tree

7 files changed

+263
-254
lines changed

7 files changed

+263
-254
lines changed

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ N/A
1414
[regressions](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.16.1)
1515
introduced in 12.16.0.
1616

17+
* The `meteor-babel` npm package has been updated to version 7.8.2.
18+
19+
* The `typescript` npm package has been updated to version 3.7.5.
20+
1721
## v1.9.1, 2020-02-18
1822

1923
### Breaking changes

packages/babel-compiler/.npm/package/npm-shrinkwrap.json

Lines changed: 251 additions & 246 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-compiler/package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Package.describe({
66
// isn't possible because you can't publish a non-recommended
77
// release with package versions that don't have a pre-release
88
// identifier at the end (eg, -dev)
9-
version: '7.5.0'
9+
version: '7.5.1'
1010
});
1111

1212
Npm.depends({
13-
'meteor-babel': '7.7.5',
13+
'meteor-babel': '7.8.2',
1414
'json5': '2.1.1'
1515
});
1616

packages/ecmascript/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'ecmascript',
3-
version: '0.14.0',
3+
version: '0.14.1',
44
summary: 'Compiler plugin that supports ES2015+ in all .js files',
55
documentation: 'README.md'
66
});

packages/typescript/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: "typescript",
3-
version: "3.7.2",
3+
version: "3.7.5",
44
summary: "Compiler plugin that compiles TypeScript and ECMAScript in .ts and .tsx files",
55
documentation: "README.md"
66
});

scripts/dev-bundle-server-package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var packageJson = {
1414
"meteor-promise": "0.8.7",
1515
promise: "8.0.2",
1616
reify: "0.20.12",
17-
"@babel/parser": "7.7.5",
17+
"@babel/parser": "7.8.4",
1818
"@types/underscore": "1.9.2",
1919
underscore: "1.9.1",
2020
"source-map-support": "https://github.com/meteor/node-source-map-support/tarball/1912478769d76e5df4c365e147f25896aee6375e",

scripts/dev-bundle-tool-package.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ var packageJson = {
1414
pacote: "https://github.com/meteor/pacote/tarball/6c03d5b9497d6c96c5e421a63bdf70b843657ae7",
1515
"node-gyp": "6.0.1",
1616
"node-pre-gyp": "0.14.0",
17-
typescript: "3.7.3",
18-
"meteor-babel": "7.7.5",
17+
typescript: "3.7.5",
18+
"meteor-babel": "7.8.2",
1919
// Keep the versions of these packages consistent with the versions
2020
// found in dev-bundle-server-package.js.
2121
"meteor-promise": "0.8.7",
2222
fibers: "4.0.3",
2323
reify: "0.20.12",
2424
// So that Babel can emit require("@babel/runtime/helpers/...") calls.
25-
"@babel/runtime": "7.7.6",
25+
"@babel/runtime": "7.8.4",
2626
// For backwards compatibility with isopackets that still depend on
2727
// babel-runtime rather than @babel/runtime.
2828
"babel-runtime": "7.0.0-beta.3",

0 commit comments

Comments
 (0)