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

fix(package): update schema-utils v0.4.3...0.4.5 (dependencies) #255

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"cacache": "^10.0.1",
"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
Original file line number Diff line number Diff line change
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