Skip to content

Commit cbbf3c5

Browse files
authored
selective version resolution for load-utils in react-scripts (#2442)
Signed-off-by: Lenin Alevski <[email protected]> Signed-off-by: Lenin Alevski <[email protected]>
1 parent 8a9fbb4 commit cbbf3c5

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

portal-ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4",
9191
"react-scripts/webpack-dev-server/portfinder/async": "^2.6.4",
9292
"react-scripts/**/glob-parent": "^6.0.1",
93-
"react-scripts/**/minimatch": "^3.0.5"
93+
"react-scripts/**/minimatch": "^3.0.5",
94+
"react-scripts/**/loader-utils": "^2.0.3"
9495
}
9596
}

portal-ui/yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7773,20 +7773,15 @@ loader-runner@^4.2.0:
77737773
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz#c1b4a163b99f614830353b16755e7149ac2314e1"
77747774
integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==
77757775

7776-
loader-utils@^2.0.0:
7777-
version "2.0.2"
7778-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129"
7779-
integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==
7776+
loader-utils@^2.0.0, loader-utils@^2.0.3, loader-utils@^3.2.0:
7777+
version "2.0.3"
7778+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.3.tgz#d4b15b8504c63d1fc3f2ade52d41bc8459d6ede1"
7779+
integrity sha512-THWqIsn8QRnvLl0shHYVBN9syumU8pYWEHPTmkiVGd+7K5eFNVSY6AJhRvgGF70gg1Dz+l/k8WicvFCxdEs60A==
77807780
dependencies:
77817781
big.js "^5.2.2"
77827782
emojis-list "^3.0.0"
77837783
json5 "^2.1.2"
77847784

7785-
loader-utils@^3.2.0:
7786-
version "3.2.0"
7787-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.0.tgz#bcecc51a7898bee7473d4bc6b845b23af8304d4f"
7788-
integrity sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==
7789-
77907785
local-storage-fallback@^4.1.1:
77917786
version "4.1.2"
77927787
resolved "https://registry.yarnpkg.com/local-storage-fallback/-/local-storage-fallback-4.1.2.tgz#bd882e6dc12d78e8bf66190043624572b3811308"

0 commit comments

Comments
 (0)