Skip to content

Commit

Permalink
Update dependencies (next & @testing-library/react) (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca authored Dec 18, 2019
1 parent 5d321f1 commit e4aaf8e
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 113 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"@babel/cli": "7.7.5",
"@babel/core": "7.7.5",
"@babel/preset-env": "7.7.6",
"@testing-library/react": "9.3.3",
"@testing-library/react": "9.4.0",
"babel-jest": "24.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"babel-preset-minify": "0.5.1",
"express": "4.17.1",
"husky": "3.1.0",
"jest": "24.9.0",
"next": "9.1.5",
"next": "9.1.6",
"prettier": "1.19.1",
"pretty-quick": "2.0.1",
"react": "16.12.0",
Expand All @@ -61,7 +61,7 @@
},
"husky": {
"hooks": {
"pre-commit": "yarn format && git add . && yarn test"
"pre-commit": "pretty-quick --staged && yarn test"
}
},
"prettier": {
Expand Down
Loading

0 comments on commit e4aaf8e

Please sign in to comment.