File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " frame-one-table" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " A react table with maximum flexibility." ,
55 "main" : " build/index.js" ,
66 "module" : " build/index.es.js" ,
1414 "@types/react" : " 17.0.0" ,
1515 "@types/react-dom" : " 17.0.0" ,
1616 "classnames" : " ^2.3.1" ,
17- "react" : " 17.0.2" ,
18- "react-dom" : " 17.0.2" ,
1917 "react-icons" : " ^4.2.0"
2018 },
19+ "peerDependencies" : {
20+ "react" : " ^16.0.0 || ^17.0.0"
21+ },
2122 "scripts" : {
2223 "start" : " react-scripts start" ,
2324 "build" : " tsc && copyfiles -u 1 src/**/*.css build/ && find ./build -type f -name \" **.stories.*\" -delete" ,
6364 "@storybook/react" : " 6.2.8" ,
6465 "copyfiles" : " 2.4.1" ,
6566 "react-scripts" : " 4.0.3" ,
66- "typescript" : " 4.1.2"
67+ "typescript" : " 4.1.2" ,
68+ "react-dom" : " 17.0.2"
6769 }
6870}
You can’t perform that action at this time.
0 commit comments