update meteor babel versions

This commit is contained in:
Leonardo Venturini
2024-10-23 12:39:09 -04:00
parent acda6cff51
commit 34f06f0b89
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ Package.describe({
});
Npm.depends({
'@meteorjs/babel': '7.20.0',
'@meteorjs/babel': '7.20.1',
'json5': '2.1.1',
'semver': '7.3.8'
});

View File

@@ -14,7 +14,7 @@ var packageJson = {
"node-gyp": "9.4.0",
"@mapbox/node-pre-gyp": "1.0.11",
typescript: "5.6.2",
"@meteorjs/babel": "7.20.0",
"@meteorjs/babel": "7.20.1",
// Keep the versions of these packages consistent with the versions
// found in dev-bundle-server-package.js.
"@meteorjs/reify": "0.25.4",