Skip to content

Commit d152187

Browse files
authored
Merge pull request #65 from LinusU/patch-1
Indicate compatibility with React 17
2 parents 819e273 + 012fbc7 commit d152187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"ts-readme-generator": "^0.4.4"
2222
},
2323
"peerDependencies": {
24-
"react": "^16.8.0",
25-
"react-dom": "^16.0.0",
24+
"react": "^16.8.0 || ^17.0.0",
25+
"react-dom": "^16.0.0 || ^17.0.0",
2626
"react-spring": "^8.0.0"
2727
},
2828
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)