Skip to content

Commit 86ca0fa

Browse files
authored
Merge pull request #487 from mashmatrix/remove-react-17-support
Remove React 17 support from `peerDependencies`
2 parents 8e183bc + faad440 commit 86ca0fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
"typescript": "^5.2.2"
101101
},
102102
"peerDependencies": {
103-
"@types/react": "^17.0.0 || ^18.0.0",
104-
"react": "^17.0.0 || ^18.0.0",
105-
"react-dom": "^17.0.0 || ^18.0.0"
103+
"@types/react": "^18.0.0",
104+
"react": "^18.0.0",
105+
"react-dom": "^18.0.0"
106106
},
107107
"resolutions": {
108108
"@types/react": "^18.2.37"

0 commit comments

Comments
 (0)