update TS to 4.2.4

This commit is contained in:
afrokick
2021-05-13 11:00:56 +03:00
parent 5486ecd33e
commit c9f2bb139c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript',
version: '0.15.1',
version: '0.15.2',
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.2.2",
version: "4.2.4",
summary: "Compiler plugin that compiles TypeScript and ECMAScript in .ts and .tsx files",
documentation: "README.md"
});

View File

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