From 9ee48653897684d4b21b6d6b988b760be0b2f817 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Fri, 26 Jan 2024 10:59:00 -0600 Subject: [PATCH] Fix duplicate loader-utils Fixes warning package.json: "dependencies" has dependency "loader-utils" with range "^2.0.3" that collides with a dependency in "devDependencies" of the same name with version "^2.0.4. --- package.json | 1 - yarn.lock | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b565e553b2cb..93c015101c250 100644 --- a/package.json +++ b/package.json @@ -276,7 +276,6 @@ "leaflet.heat": "0.2.0", "less": "^4.2.0", "load-json-file": "^6.2.0", - "loader-utils": "^2.0.3", "lodash": "^4.17.21", "lru-cache": "^4.1.5", "lz-string": "^1.4.4", diff --git a/yarn.lock b/yarn.lock index c081c473c1e44..80148fb35aad3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18723,7 +18723,7 @@ loader-utils@^2.0.0: emojis-list "^3.0.0" json5 "^2.1.2" -loader-utils@^2.0.3, loader-utils@^2.0.4: +loader-utils@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c" integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==