update TS to 4.2.2

This commit is contained in:
afrokick
2021-02-24 16:38:21 +03:00
parent 229692af9e
commit 1de3f46b4e
4 changed files with 6 additions and 6 deletions

View File

@@ -6,11 +6,11 @@ Package.describe({
// isn't possible because you can't publish a non-recommended
// release with package versions that don't have a pre-release
// identifier at the end (eg, -dev)
version: '7.6.0'
version: '7.6.1'
});
Npm.depends({
'meteor-babel': '7.10.6',
'meteor-babel': '7.10.7',
'json5': '2.1.1'
});

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript',
version: '0.15.0',
version: '0.15.1',
summary: 'Compiler plugin that supports ES2015+ in all .js files',
documentation: 'README.md'
});

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "typescript",
version: "4.1.2",
version: "4.2.2",
summary: "Compiler plugin that compiles TypeScript and ECMAScript in .ts and .tsx files",
documentation: "README.md"
});

View File

@@ -14,8 +14,8 @@ var packageJson = {
pacote: "https://github.com/meteor/pacote/tarball/a81b0324686e85d22c7688c47629d4009000e8b8",
"node-gyp": "6.0.1",
"node-pre-gyp": "0.14.0",
typescript: "4.1.2",
"meteor-babel": "7.10.6",
typescript: "4.2.2",
"meteor-babel": "7.10.7",
// Keep the versions of these packages consistent with the versions
// found in dev-bundle-server-package.js.
"meteor-promise": "0.8.7",