From a12f9958de12cecbdcaeb1c2c1640112ff6e5a95 Mon Sep 17 00:00:00 2001 From: Leonardo Venturini Date: Thu, 6 Jun 2024 09:49:23 -0400 Subject: [PATCH] bump reify --- scripts/dev-bundle-server-package.js | 2 +- scripts/dev-bundle-tool-package.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dev-bundle-server-package.js b/scripts/dev-bundle-server-package.js index 26aa52bafc..5d32cdb198 100644 --- a/scripts/dev-bundle-server-package.js +++ b/scripts/dev-bundle-server-package.js @@ -11,7 +11,7 @@ var packageJson = { // Keep the versions of these packages consistent with the versions // found in dev-bundle-tool-package.js. promise: "8.1.0", - "@meteorjs/reify": "0.25.1", + "@meteorjs/reify": "0.25.2", "@babel/parser": "7.17.0", "lru-cache": "10.2.2", underscore: "1.13.6", diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index 3f8222e13b..5745ccd99f 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -17,7 +17,7 @@ var packageJson = { "@meteorjs/babel": "7.19.0-beta.4", // Keep the versions of these packages consistent with the versions // found in dev-bundle-server-package.js. - "@meteorjs/reify": "0.25.1", + "@meteorjs/reify": "0.25.2", // So that Babel can emit require("@babel/runtime/helpers/...") calls. "@babel/runtime": "7.15.3", // For backwards compatibility with isopackets that still depend on