Skip to content

Commit

Permalink
Fix file-loader version
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Jan 24, 2020
1 parent 24642b4 commit 9269688
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vscode-uri": "^1.0.8",
"vscode-jsonrpc": "^5.0.0",
"vscode-ws-jsonrpc": "^0.1.1",
"file-loader": "5.0.2"
"file-loader": "^4.3.0"
},
"scripts": {
"prepare": "yarn run clean && yarn run build",
Expand Down
2 changes: 1 addition & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"monaco-languageclient": "^0.11.0",
"vscode-json-languageservice": "^3.3.1",
"vscode-languageserver-types": "^3.15.0-next",
"file-loader": "5.0.2"
"file-loader": "^4.3.0"
},
"scripts": {
"prepare": "yarn run clean && yarn run build",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2873,10 +2873,10 @@ figures@^3.0.0:
dependencies:
escape-string-regexp "^1.0.5"

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 9269688

Please sign in to comment.