Skip to content

Commit

Permalink
patch: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Mar 4, 2019
1 parent 7f72546 commit eb29c53
Show file tree
Hide file tree
Showing 2 changed files with 1,147 additions and 782 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"precommit": "lint-staged"
},
"dependencies": {
"next": "^7.0.2",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2"
"next": "^8.0.3",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"devDependencies": {
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.1.2",
"lint-staged": "^7.3.0",
"prettier": "^1.14.3",
"xo": "^0.23.0"
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-react": "^7.12.4",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"prettier": "^1.16.4",
"xo": "^0.24.0"
},
"xo": {
"extends": [
Expand Down
Loading

0 comments on commit eb29c53

Please sign in to comment.