From a24b1317770a41dd8355df6023f159994701cc35 Mon Sep 17 00:00:00 2001 From: ishan dutta Date: Mon, 8 Apr 2024 18:34:50 +0530 Subject: [PATCH] minor --- package-lock.json | 5 +++++ package.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/package-lock.json b/package-lock.json index cf6c8e8..f6cf74f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,6 +57,11 @@ "tailwindcss": "^3.2.4", "typescript": "^4.9.4", "webextension-polyfill": "^0.10.0" + }, + "engines": { + "node": ">=18.17.1 <19.0.0", + "npm": ">=9.6.7 <10.0.0", + "pnpm": ">=9.6.7" } }, "node_modules/@babel/runtime": { diff --git a/package.json b/package.json index 931066f..4676529 100644 --- a/package.json +++ b/package.json @@ -66,5 +66,10 @@ "npx prettier --write", "npx eslint --fix" ] + }, + "engines": { + "node": ">=18.17.1 <19.0.0", + "pnpm": ">=9.6.7", + "npm": ">=9.6.7 <10.0.0" } }