Skip to content

Commit

Permalink
build: update dependencies (#15)
Browse files Browse the repository at this point in the history
* chore: update code-style deps

* build: update ramda dep and peer condition

* chore: update jest deps

* chore: upgrade jsdocs deps
  • Loading branch information
crash7 authored Sep 22, 2020
1 parent edfd763 commit 1c6834d
Show file tree
Hide file tree
Showing 2 changed files with 820 additions and 726 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"generate-docs": "jsdoc -c jsdoc.json"
},
"devDependencies": {
"@commitlint/config-conventional": "^9.1.1",
"@types/jest": "^26.0.5",
"commitlint": "^9.1.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/jest": "^26.0.14",
"docdash": "^1.2.0",
"eslint": "^7.5.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
Expand All @@ -50,13 +50,13 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-ramda": "^2.5.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"jest": "^26.1.0",
"jsdoc": "^3.6.4",
"lint-staged": "^10.2.11",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jsdoc": "^3.6.6",
"lint-staged": "^10.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"ramda": "^0.27.0"
"prettier": "^2.1.2",
"ramda": "^0.27.1"
},
"engines": {
"node": ">=8"
Expand Down Expand Up @@ -113,7 +113,7 @@
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $GIT_PARAMS",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-push": "run-s test"
}
Expand Down
Loading

0 comments on commit 1c6834d

Please sign in to comment.