Skip to content

Commit

Permalink
Downgrade file-loader dependency to be compatible with Node.js 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 4, 2019
1 parent c727494 commit 7712d36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"css-loader": "^3.2.1",
"escape-string-regexp": "^2.0.0",
"file-loader": "^5.0.2",
"file-loader": "^4.3.0",
"nanoid": "^2.1.7",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"rimraf": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3972,10 +3972,10 @@ file-entry-cache@^5.0.1:
dependencies:
flat-cache "^2.0.1"

file-loader@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-5.0.2.tgz#7f3d8b4ac85a5e8df61338cfec95d7405f971caa"
integrity sha512-QMiQ+WBkGLejKe81HU8SZ9PovsU/5uaLo0JdTCEXOYv7i7jfAjHZi1tcwp9tSASJPOmmHZtbdCervFmXMH/Dcg==
file-loader@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.3.0.tgz#780f040f729b3d18019f20605f723e844b8a58af"
integrity sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA==
dependencies:
loader-utils "^1.2.3"
schema-utils "^2.5.0"
Expand Down

0 comments on commit 7712d36

Please sign in to comment.