Do not restrict to any perticular version of React

This commit is contained in:
Joseph Garrone 2024-05-08 19:50:23 +02:00
parent 1a145a49ed
commit 771d6328af

View File

@ -65,7 +65,7 @@
],
"homepage": "https://www.keycloakify.dev",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "*"
},
"devDependencies": {
"@babel/core": "^7.0.0",