File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 54
54
"eslint-plugin-promise" : " 5.1.0" ,
55
55
"eslint-plugin-react" : " 7.24.0" ,
56
56
"eslint-plugin-standard" : " 5.0.0" ,
57
+ "file-loader" : " ^6.2.0" ,
57
58
"jest" : " 27.0.4" ,
58
59
"npm-run-all" : " 4.1.5" ,
59
60
"prettier" : " 2.3.1" ,
Original file line number Diff line number Diff line change @@ -4752,6 +4752,14 @@ file-entry-cache@^6.0.1:
4752
4752
dependencies :
4753
4753
flat-cache "^3.0.4"
4754
4754
4755
+ file-loader@^6.2.0 :
4756
+ version "6.2.0"
4757
+ resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
4758
+ integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
4759
+ dependencies :
4760
+ loader-utils "^2.0.0"
4761
+ schema-utils "^3.0.0"
4762
+
4755
4763
filename-reserved-regex@^2.0.0 :
4756
4764
version "2.0.0"
4757
4765
resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229"
@@ -6669,6 +6677,15 @@ loader-utils@^1.1.0, loader-utils@^1.4.0:
6669
6677
emojis-list "^3.0.0"
6670
6678
json5 "^1.0.1"
6671
6679
6680
+ loader-utils@^2.0.0 :
6681
+ version "2.0.0"
6682
+ resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
6683
+ integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
6684
+ dependencies :
6685
+ big.js "^5.2.2"
6686
+ emojis-list "^3.0.0"
6687
+ json5 "^2.1.2"
6688
+
6672
6689
locate-path@^2.0.0 :
6673
6690
version "2.0.0"
6674
6691
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
You can’t perform that action at this time.
0 commit comments