From 5bdad1b9456db1f0a0974f3a04b5603739086c8f Mon Sep 17 00:00:00 2001 From: Chris Raible Date: Tue, 3 Oct 2023 20:39:32 -0700 Subject: [PATCH] Updated minimum CLI version to 1.25.0 (#18462) no issue - Updated minimum ghost-cli version to 1.25.0 to accommodate shipping multiple builtin themes --- ghost/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index abed04625a..dd44f47c76 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -56,7 +56,7 @@ }, "engines": { "node": "^16.14.0 || ^18.12.1", - "cli": "^1.17.0" + "cli": "^1.25.0" }, "dependencies": { "@extractus/oembed-extractor": "3.2.1",