Skip to content

Commit b19de04

Browse files
authored
fix: support React 18 (#755)
1 parent 6c599e7 commit b19de04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"typescript": "4.6.3"
8181
},
8282
"peerDependencies": {
83-
"react": "^16.8 || ^17.0",
83+
"react": "^16.8 || ^17.0 || ^18.0",
8484
"semantic-ui-react": ">=0.75.0"
8585
},
8686
"resolutions": {

0 commit comments

Comments
 (0)