Skip to content

Commit f4d8f98

Browse files
author
Tom Hutman
committed
add file-loader to devdependencies
1 parent 760daac commit f4d8f98

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"eslint-plugin-react-hooks": "^4.2.0",
120120
"eslint-plugin-sort-destructure-keys": "1.3.5",
121121
"eslint-plugin-typescript-sort-keys": "1.5.0",
122+
"file-loader": "^6.2.0",
122123
"htmlparser2": "^5.0.1",
123124
"husky": "^4.3.0",
124125
"jest": "^26.6.3",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5254,6 +5254,14 @@ file-entry-cache@^6.0.1:
52545254
dependencies:
52555255
flat-cache "^3.0.4"
52565256

5257+
file-loader@^6.2.0:
5258+
version "6.2.0"
5259+
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
5260+
integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
5261+
dependencies:
5262+
loader-utils "^2.0.0"
5263+
schema-utils "^3.0.0"
5264+
52575265
file-selector@^0.1.12:
52585266
version "0.1.19"
52595267
resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.1.19.tgz#8ecc9d069a6f544f2e4a096b64a8052e70ec8abf"

0 commit comments

Comments
 (0)