Update file-loader to the latest version 🚀 (#95)
* chore(package): update file-loader to version 3.0.0 * chore(package): update lockfile yarn.lock
This commit is contained in:
parent
2d528a72c6
commit
45e2e7c6fc
2 changed files with 5 additions and 4 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
"eslint-plugin-flowtype": "^3.0.0",
|
"eslint-plugin-flowtype": "^3.0.0",
|
||||||
"eslint-plugin-fp": "^2.3.0",
|
"eslint-plugin-fp": "^2.3.0",
|
||||||
"eslint-plugin-react": "^7.6.1",
|
"eslint-plugin-react": "^7.6.1",
|
||||||
"file-loader": "^2.0.0",
|
"file-loader": "^3.0.0",
|
||||||
"flow": "^0.2.3",
|
"flow": "^0.2.3",
|
||||||
"flow-bin": "^0.81.0",
|
"flow-bin": "^0.81.0",
|
||||||
"flow-typed": "^2.3.0",
|
"flow-typed": "^2.3.0",
|
||||||
|
|
|
||||||
|
|
@ -2502,9 +2502,10 @@ file-entry-cache@^2.0.0:
|
||||||
flat-cache "^1.2.1"
|
flat-cache "^1.2.1"
|
||||||
object-assign "^4.0.1"
|
object-assign "^4.0.1"
|
||||||
|
|
||||||
file-loader@^2.0.0:
|
file-loader@^3.0.0:
|
||||||
version "2.0.0"
|
version "3.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-2.0.0.tgz#39749c82f020b9e85901dcff98e8004e6401cfde"
|
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-3.0.1.tgz#f8e0ba0b599918b51adfe45d66d1e771ad560faa"
|
||||||
|
integrity sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==
|
||||||
dependencies:
|
dependencies:
|
||||||
loader-utils "^1.0.2"
|
loader-utils "^1.0.2"
|
||||||
schema-utils "^1.0.0"
|
schema-utils "^1.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue