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 #!/bin/sh
. "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/_/husky.sh"
npx --no tap npm test

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