From a084f838393392c676f06d90ffa0a0fdc8327581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Tue, 11 Apr 2023 14:09:07 +0300 Subject: [PATCH] lodash version check changes.. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c930845e..af2629283 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "glightbox": "^3.2.0", "json-schema": ">=0.4.0", "laravel-mix-tailwind": "^0.1.2", - "lodash": "^4.17.21", + "lodash": ">=4.17.21", "nprogress": "^0.2.0", "popper.js": "^1.16.1", "swiper": "^9.2.0", diff --git a/package.json b/package.json index 4ade04b70..f4a17fcf8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "glightbox": "^3.2.0", "json-schema": ">=0.4.0", "laravel-mix-tailwind": "^0.1.2", - "lodash": "^4.17.21", + "lodash": ">=4.17.21", "nprogress": "^0.2.0", "popper.js": "^1.16.1", "swiper": "^9.2.0",