From 100f8d7f1a59717d2659cf91bce81e93f5529ded Mon Sep 17 00:00:00 2001 From: itwillwork Date: Tue, 21 May 2024 18:29:45 +0300 Subject: [PATCH] fix: patch engines --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 189999e01c..20a637f690 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "Gravity UI base styling and components", "license": "MIT", "engines": { - "node": "^18.20.3", - "npm": "^10.7.0", + "node": "^18.20.0", + "npm": "^10.5.0", "yarn": "Please use npm instead of yarn to install dependencies", "pnpm": "Please use npm instead of pnpm to install dependencies" },