chore(deps): update dependencies

This commit is contained in:
Rafael Bardini 2022-05-13 16:05:55 +02:00
parent f7906cb145
commit 715ea506bd
3 changed files with 1344 additions and 705 deletions

2031
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -54,14 +54,14 @@
"striptags": "^3.2.0" "striptags": "^3.2.0"
}, },
"devDependencies": { "devDependencies": {
"c8": "7.11.0", "c8": "7.11.2",
"eslint": "8.12.0", "eslint": "8.15.0",
"html-validate": "6.6.1", "html-validate": "7.0.0",
"husky": "7.0.4", "husky": "8.0.1",
"lint-staged": "12.3.7", "lint-staged": "12.4.1",
"microbundle": "0.14.2", "microbundle": "0.15.0",
"prettier": "2.6.1", "prettier": "2.6.2",
"resume-schema": "1.0.0", "resume-schema": "1.0.0",
"tap": "16.0.1" "tap": "16.2.0"
} }
} }

View File

@ -15,7 +15,7 @@ test('renders a resume', t => {
test('renders valid HTML', t => { test('renders valid HTML', t => {
const htmlvalidate = new HtmlValidate({ const htmlvalidate = new HtmlValidate({
extends: ['html-validate:recommended'], extends: ['html-validate:recommended'],
rules: { 'svg-focusable': 'off' }, rules: { 'tel-non-breaking': 'off' },
}) })
const { const {