react-social-icons
Advanced tools
Comparing version 2.8.0 to 2.8.1
{ | ||
"name": "react-social-icons", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "beautiful, easy svg social icons in react", | ||
@@ -50,5 +50,5 @@ "main": "./lib/react-social-icons.js", | ||
"mocha": "^2.5.3", | ||
"react": "^15.2.1", | ||
"react": "^16.2.0", | ||
"react-addons-test-utils": "^15.2.1", | ||
"react-dom": "^15.2.1", | ||
"react-dom": "^16.2.0", | ||
"should": "^10.0.0", | ||
@@ -64,4 +64,4 @@ "webpack": "^1.13.1", | ||
"peerDependencies": { | ||
"react": "0.13.x || 0.14.x || 15.x.x" | ||
"react": "15.x.x || 16.x.x" | ||
} | ||
} |
61906