We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cc6fd commit 60f3545Copy full SHA for 60f3545
package.json
@@ -4,8 +4,8 @@
4
"description": "A React table component designed to allow presenting thousands of rows of data.",
5
"main": "main.js",
6
"peerDependencies": {
7
- "react": ">=0.13.0 <0.15.0 || ^0.14.0-beta3",
8
- "react-dom": ">=0.14.0 <0.15.0 || ^0.14.0-beta3"
+ "react": ">=0.13.0 || ^0.14.0-beta3",
+ "react-dom": ">=0.14.0 || ^0.14.0-beta3"
9
},
10
"devDependencies": {
11
"autoprefixer": "^5.0.0",
@@ -24,7 +24,6 @@
24
"null-loader": "^0.1.0",
25
"postcss": "^4.0.2",
26
"postcss-custom-properties": "3.0.1",
27
- "react": "^0.14.0",
28
"react-docgen": "^1.2.0",
29
"react-tools": "^0.12.2",
30
"style-loader": "^0.8.3",
0 commit comments