Skip to content

Commit 2ac160c

Browse files
authored
Merge pull request #12 from just-boris/patch-1
update supported react version
2 parents db60fc2 + b9b0419 commit 2ac160c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"ts-react-toolbox": "^0.2.11"
2626
},
2727
"peerDependencies": {
28-
"react": "^16.8.0",
29-
"@types/react": "^16.8.0"
28+
"react": "^16.8.0 || ^17.0.0",
29+
"@types/react": "^16.8.0 || ^17.0.0"
3030
},
3131
"peerDependenciesMeta": {
3232
"@types/react": {

0 commit comments

Comments
 (0)