Merge remote-tracking branch 'origin/dev-bundle-22.9.0.0' into dev-bundle-22.9.0.0

This commit is contained in:
denihs
2024-10-10 17:05:29 -04:00
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ var packageJson = {
pacote: "https://github.com/meteor/pacote/tarball/a81b0324686e85d22c7688c47629d4009000e8b8",
"node-gyp": "9.4.0",
"@mapbox/node-pre-gyp": "1.0.11",
typescript: "5.4.5",
typescript: "5.6.3",
"@meteorjs/babel": "7.19.0-beta.3",
"@meteorjs/reify": "0.24.0",
// So that Babel can emit require("@babel/runtime/helpers/...") calls.

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'typescript',
version: '5.4.3',
version: '5.6.3',
summary:
'Compiler plugin that compiles TypeScript and ECMAScript in .ts and .tsx files',
documentation: 'README.md',

View File

@@ -13,7 +13,7 @@ var packageJson = {
npm: "10.8.3",
"node-gyp": "9.4.0",
"@mapbox/node-pre-gyp": "1.0.11",
typescript: "5.4.5",
typescript: "5.6.3",
"@meteorjs/babel": "7.20.0-beta.5",
// Keep the versions of these packages consistent with the versions
// found in dev-bundle-server-package.js.