Skip to content

Commit c13347a

Browse files
committed
chore!: drop React 17 support
BREAKING_CHANGE: Now the minimum supported react version is 18
1 parent 68852c7 commit c13347a

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
@@ -34,8 +34,8 @@
3434
"node": ">=16"
3535
},
3636
"peerDependencies": {
37-
"react": ">=17",
38-
"react-dom": ">=17"
37+
"react": ">=18",
38+
"react-dom": ">=18"
3939
},
4040
"devDependencies": {
4141
"@commitlint/cli": "^17.6.5",

0 commit comments

Comments
 (0)