Skip to content

Commit

Permalink
Fix duplicate loader-utils
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbudz committed Jan 26, 2024
1 parent 07a0359 commit 9ee4865
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down

0 comments on commit 9ee4865

Please sign in to comment.