Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xxczaki committed Aug 31, 2019
1 parent fa1aa47 commit c5ff27a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@babel/core": "^7.5.5",
"@zeit/next-css": "^1.0.1",
"babel-eslint": "^10.0.2",
"babel-eslint": "^10.0.3",
"babel-plugin-styled-components": "^1.10.6",
"eslint-config-xo-react": "^0.20.0",
"eslint-plugin-react": "^7.14.3",
Expand All @@ -34,7 +34,6 @@
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-simple-img": "^2.3.3",
"styled-components": "^4.3.2",
"styled-components-breakpoint": "^2.1.1"
},
Expand All @@ -52,7 +51,8 @@
}
},
"rules": {
"import/no-unassigned-import": "off"
"import/no-unassigned-import": "off",
"react/boolean-prop-naming": "off"
}
}
}

0 comments on commit c5ff27a

Please sign in to comment.