mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge remote-tracking branch 'origin/dev-bundle-22.9.0.0' into dev-bundle-22.9.0.0
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user