From 6ab73797c4d668b81cef5137dd3219eb0b5139a8 Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Tue, 4 Jun 2024 22:17:35 +0300 Subject: [PATCH] chore: fix package lock not in sync (#1628) --- package-lock.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package-lock.json b/package-lock.json index ab669f9794..f047990186 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,6 +94,12 @@ "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, + "engines": { + "node": ">= 18", + "npm": ">= 9", + "pnpm": "Please use npm instead of pnpm to install dependencies", + "yarn": "Please use npm instead of yarn to install dependencies" + }, "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"