Remove React as peer dpendency so that Keycloakify can be more easily used in Vue and Angular projects

This commit is contained in:
Joseph Garrone 2024-06-22 17:18:08 +02:00
parent 3efbb1a9fd
commit 09a039894d

View File

@ -62,9 +62,6 @@
"bluehats"
],
"homepage": "https://www.keycloakify.dev",
"peerDependencies": {
"react": "*"
},
"dependencies": {
"tsafe": "^1.6.6"
},