Skip to content

Commit

Permalink
fix(deps): update dependency file-loader to v^1.0.0 (neutrinojs#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Tim Kelty committed Nov 17, 2017
1 parent 343b744 commit 1bc52c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/font-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"dependencies": {
"deepmerge": "^1.5.2",
"file-loader": "^0.11.2",
"file-loader": "^1.0.0",
"url-loader": "^0.5.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/image-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"dependencies": {
"deepmerge": "^1.5.2",
"file-loader": "^0.11.2",
"file-loader": "^1.0.0",
"url-loader": "^0.5.8"
},
"peerDependencies": {
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3809,11 +3809,12 @@ file-exists@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/file-exists/-/file-exists-5.0.0.tgz#d8c21d5101312ac8a5600bd86f5420bf9a25b6ad"

file-loader@^0.11.2:
version "0.11.2"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-0.11.2.tgz#4ff1df28af38719a6098093b88c82c71d1794a34"
file-loader@^1.0.0:
version "1.1.5"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.5.tgz#91c25b6b6fbe56dae99f10a425fd64933b5c9daa"
dependencies:
loader-utils "^1.0.2"
schema-utils "^0.3.0"

filename-regex@^2.0.0:
version "2.0.1"
Expand Down

0 comments on commit 1bc52c0

Please sign in to comment.