From a84b62ab34b93b7e8c6ad713bf817ae7748b8920 Mon Sep 17 00:00:00 2001 From: Callin Mullaney <57088-callinmullaney@users.noreply.drupalcode.org> Date: Fri, 13 Dec 2024 11:33:59 -0600 Subject: [PATCH] fix: emulsify-core version bump --- whisk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisk/package.json b/whisk/package.json index cf173f6..1bc8a0b 100644 --- a/whisk/package.json +++ b/whisk/package.json @@ -39,6 +39,6 @@ "webpack": "webpack --watch --config node_modules/@emulsify/core/config/webpack/webpack.dev.js" }, "dependencies": { - "@emulsify/core": "^2.4.2" + "@emulsify/core": "^2.5.1" } }