2
0

🔧 Allow react lib to be used with v16

This commit is contained in:
Baptiste Arnaud
2024-01-10 11:20:31 +01:00
parent 2b2e7c72f3
commit 459dac4224
3 changed files with 4 additions and 4 deletions

View File

@@ -40,6 +40,6 @@
},
"peerDependencies": {
"next": "12.x || 13.x || 14.x",
"react": "18.x"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
}