From 1d7ecee2941a6fc5f64fa43ac1563d4df04e1277 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Mon, 9 Jan 2023 14:28:02 -0300 Subject: [PATCH] new dev bundle due new typescript --- meteor | 2 +- scripts/dev-bundle-tool-package.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meteor b/meteor index 1146deb2ff..240d1e166a 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=14.21.2.2 +BUNDLE_VERSION=14.21.2.3 # OS Check. Put here because here is where we download the precompiled diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index 13c5ba5771..5e72889b85 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -15,7 +15,7 @@ var packageJson = { "node-gyp": "8.0.0", "node-pre-gyp": "0.15.0", typescript: "4.5.4", - "@meteorjs/babel": "7.18.0-beta.4", + "@meteorjs/babel": "7.18.0-beta.5", // Keep the versions of these packages consistent with the versions // found in dev-bundle-server-package.js. "meteor-promise": "0.9.0",