Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
fix(package): update schema-utils v0.4.3...0.4.5 (dependencies) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanclark authored and michael-ciniawsky committed Mar 10, 2018
1 parent 8b0c0cd commit 4c0feb8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
34 changes: 27 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"cacache": "^10.0.4",
"find-cache-dir": "^1.0.0",
"serialize-javascript": "^1.4.0",
"schema-utils": "^0.4.2",
"schema-utils": "^0.4.5",
"source-map": "^0.6.1",
"uglify-es": "^3.3.4",
"webpack-sources": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/invalid-options.test.js.snap
Expand Up @@ -187,7 +187,7 @@ exports[`warnings 1`] = `Array []`;
exports[`when applied with invalid options throws validation errors 1`] = `
"UglifyJs Plugin Invalid Options
options['doesntExist'] should NOT have additional properties
options['doesntExist'] is an invalid additional property
"
`;

Expand Down

0 comments on commit 4c0feb8

Please sign in to comment.