fix(deps): update dependencies
This commit is contained in:
parent
2c915049a3
commit
d263f41fec
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx --no tap
|
||||
npm test
|
||||
|
|
File diff suppressed because it is too large
Load Diff
21
package.json
21
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue