Skip to content

Commit

Permalink
Merge pull request #181 from papandreou/depfu/update/npm/html-validat…
Browse files Browse the repository at this point in the history
…e-8.2.0

Update html-validate → 8.2.0 (unknown)
  • Loading branch information
papandreou committed Aug 20, 2023
2 parents bc0fab1 + 6b4b288 commit 71d2f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions lib/CssSelectorGenerator.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
const Generator = require('chance-generators/lib/Generator');
const mdnData = require('mdn-data');
// deep-requiring html-validate/elements/html5.js breaks with html-validate 7.9.0+
// unless html-validate has first been required.
// eslint-disable-next-line no-unused-vars
const htmlValidate = require('html-validate');
const html5 = require('html-validate/elements/html5.js');
const html5 = require('html-validate/elements/html5');
const _ = require('lodash');
const CssSyntaxGenerator = require('./CssSyntaxGenerator');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"chance-generators": "^3.5.2",
"character-sets": "^1.0.8",
"css-syntax-parser": "^1.5.1",
"html-validate": "8.0.0",
"html-validate": "8.2.0",
"iso-639-1": "^3.0.0",
"lodash": "^4.17.15",
"mdn-data": "2.0.29",
Expand Down

0 comments on commit 71d2f30

Please sign in to comment.