Chore: Remove React 17 peer deps (#83524)

remove react 17 peer dep
This commit is contained in:
Ashley Harrison
2024-02-27 16:34:00 +00:00
committed by GitHub
parent 0ad8c215aa
commit fc29182f16
7 changed files with 24 additions and 24 deletions

View File

@@ -82,7 +82,7 @@
"typescript": "5.3.3"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}