Skip to content

Commit

Permalink
Bump loader-utils version (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Jun 13, 2020
1 parent 1bc2332 commit b1bfb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Webpack loader for fest",
"main": "es/loader.js",
"dependencies": {
"loader-utils": "^1.2.3",
"loader-utils": "^2.0.0",
"schema-utils": "^2.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function festLoader(source) {
let options;
try {
options = getOptions(this);
validateOptions(schema, options || {}, {
validateOptions(schema, options, {
name: 'Fest Loader',
baseDataPath: 'options'
});
Expand Down

0 comments on commit b1bfb55

Please sign in to comment.