Skip to content

Commit c742049

Browse files
committed
update peerDependencies
1 parent bb8536c commit c742049

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -14,10 +14,11 @@
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",
@@ -63,6 +64,7 @@
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
}

0 commit comments

Comments
 (0)