Skip to content

Commit 60f3545

Browse files
author
Kamran Asif
committed
Support react v15
1 parent 16cc6fd commit 60f3545

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "A React table component designed to allow presenting thousands of rows of data.",
55
"main": "main.js",
66
"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"
7+
"react": ">=0.13.0 || ^0.14.0-beta3",
8+
"react-dom": ">=0.14.0 || ^0.14.0-beta3"
99
},
1010
"devDependencies": {
1111
"autoprefixer": "^5.0.0",
@@ -24,7 +24,6 @@
2424
"null-loader": "^0.1.0",
2525
"postcss": "^4.0.2",
2626
"postcss-custom-properties": "3.0.1",
27-
"react": "^0.14.0",
2827
"react-docgen": "^1.2.0",
2928
"react-tools": "^0.12.2",
3029
"style-loader": "^0.8.3",

0 commit comments

Comments
 (0)