Skip to content

Commit faad440

Browse files
remove React 17 from peerDependencies
1 parent 8e183bc commit faad440

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)