fix(deps): update dependencies

This commit is contained in:
Rafael Bardini 2021-06-19 22:31:31 +02:00
parent 2c915049a3
commit d263f41fec
4 changed files with 2843 additions and 3377 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no tap
npm test

6197
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,25 +26,22 @@
"build:demo": "mkdir -p public && cat node_modules/resume-schema/sample.resume.json | ./bin/cli.js > public/index.html",
"format": "prettier --write .",
"lint": "eslint .",
"postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable",
"test": "tap"
"prepare": "husky install",
"test": "tap --no-check-coverage"
},
"dependencies": {
"feather-icons": "^4.28.0",
"handlebars": "^4.7.0",
"micromark": "^2.11.0",
"striptags": "^3.1.0"
"striptags": "^3.2.0"
},
"devDependencies": {
"eslint": "7.21.0",
"html-validate": "4.6.1",
"husky": "5.1.3",
"lint-staged": "10.5.4",
"pinst": "2.1.6",
"prettier": "2.2.1",
"eslint": "7.29.0",
"html-validate": "4.14.0",
"husky": "6.0.0",
"lint-staged": "11.0.0",
"prettier": "2.3.1",
"resume-schema": "1.0.0",
"tap": "14.11.0"
"tap": "15.0.9"
}
}