mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
update TS to 4.2.2
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
||||
|
||||
@@ -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'
|
||||
});
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user