Skip to content

Commit

Permalink
chore(Package): Updated dependencies and added React 16 peer dep poss…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
Temzasse committed Aug 20, 2017
1 parent 8ac90c1 commit d090a05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
]
},
"peerDependencies": {
"react": "^0.14.0 || 15.x"
"react": "^0.14.0 || 15.x || 16.x"
},
"dependencies": {
"color": "1.0.3",
"prop-types": "^15.5.8",
"styled-components": "^2.0.0"
"color": "2.0.0",
"prop-types": "^15.5.10",
"styled-components": "^2.1.2"
},
"devDependencies": {
"babel-cli": "6.18.0",
Expand Down

0 comments on commit d090a05

Please sign in to comment.