Skip to content

Commit

Permalink
chore: upgrade jest to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
vladholubiev committed Jul 21, 2018
1 parent 0cbed51 commit 3763fa8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-config-prettier": "2.9.0",
"eslint-plugin-prettier": "2.6.2",
"husky": "0.15.0-rc.13",
"jest": "22.4.4",
"jest": "^23.4.1",
"lint-staged": "7.2.0",
"prettier": "1.13.7"
},
Expand All @@ -40,6 +40,9 @@
}
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
"*.{js,json,css,md}": [
"prettier --write",
"git add"
]
}
}

0 comments on commit 3763fa8

Please sign in to comment.