Skip to content

Commit

Permalink
Merge pull request #50 from severest/file-loader-1.1.11-8.0.0
Browse files Browse the repository at this point in the history
Update file-loader in / from 1.1.6 to 1.1.11
  • Loading branch information
severest committed Mar 5, 2018
2 parents 08c19c1 + f293f52 commit 4c89d48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-jest": "21.12.2",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.5",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^2.30.1",
"jest": "^22.4.2",
"node-sass": "^4.5.3",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Expand Up @@ -2916,12 +2916,12 @@ file-entry-cache@^2.0.0:
flat-cache "^1.2.1"
object-assign "^4.0.1"

file-loader@^1.1.5:
version "1.1.6"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.6.tgz#7b9a8f2c58f00a77fddf49e940f7ac978a3ea0e8"
file-loader@^1.1.11:
version "1.1.11"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.11.tgz#6fe886449b0f2a936e43cabaac0cdbfb369506f8"
dependencies:
loader-utils "^1.0.2"
schema-utils "^0.3.0"
schema-utils "^0.4.5"

file-type@^3.1.0, file-type@^3.8.0:
version "3.9.0"
Expand Down Expand Up @@ -6744,6 +6744,13 @@ schema-utils@^0.4.3:
ajv "^5.0.0"
ajv-keywords "^2.1.0"

schema-utils@^0.4.5:
version "0.4.5"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.5.tgz#21836f0608aac17b78f9e3e24daff14a5ca13a3e"
dependencies:
ajv "^6.1.0"
ajv-keywords "^3.1.0"

scss-tokenizer@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1"
Expand Down

0 comments on commit 4c89d48

Please sign in to comment.