mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-04-13 05:04:11 +03:00
Allow React 19 as peer dependency of react-json-tree
This commit is contained in:
parent
4a8fbc675a
commit
9146ec8075
|
@ -55,7 +55,7 @@
|
|||
"typescript": "~5.7.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
||||
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user