Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pmowrer committed Feb 4, 2020
1 parent 86e6057 commit 27dd61d
Show file tree
Hide file tree
Showing 2 changed files with 3,190 additions and 1,736 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"scripts": {
"format": "prettier --write --single-quote --trailing-comma es5",
"format:all": "yarn format \"./**/*.js\"",
"precommit": "lint-staged",
"test": "jest"
},
"license": "MIT",
Expand All @@ -26,17 +25,21 @@
"semantic-release-plugin-decorators": "^1.2.1"
},
"devDependencies": {
"husky": "^0.14.3",
"jest": "^21.2.1",
"lint-staged": "^6.0.0",
"prettier": "^1.9.2",
"husky": "^4.2.1",
"jest": "^25.1.0",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"semantic-release": "^15.0.0",
"semantic-release-github-pr": "^5.0.5"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"yarn format",
"git add"
"yarn format"
]
}
}
Loading

0 comments on commit 27dd61d

Please sign in to comment.