Allow React 19 as peer dependency of react-json-tree

This commit is contained in:
Marvin ROGER 2025-02-13 14:51:47 +01:00 committed by GitHub
parent 4a8fbc675a
commit 9146ec8075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}