From cb8a92ba974ecd9711ebf0760e9353086671b507 Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Wed, 3 Jan 2024 17:14:45 +0400 Subject: [PATCH] "nth-check": ">=2.0.1" --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e3ed24a..d54ab19 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", - "web-vitals": "^3.5.1" + "web-vitals": "^3.5.1", + "nth-check": ">=2.0.1" }, "scripts": { "start": "react-scripts start", -- GitLab