Skip to content

Commit 9636445

Browse files
committed
Remove React 16 and 17 from peer dependencies
1 parent 63cf335 commit 9636445

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"typescript": "^5.4.3"
7171
},
7272
"peerDependencies": {
73-
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
73+
"react": "^18.0.0 || ^19.0.0"
7474
}
7575
}

0 commit comments

Comments
 (0)