mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
fix(react): add range of peer deps (#151)
* fix(react): add range of peer deps * fix: tests
This commit is contained in:
@@ -14,8 +14,8 @@
|
|||||||
"@bbob/plugin-helper": "^2.8.1"
|
"@bbob/plugin-helper": "^2.8.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"prop-types": "15.x",
|
"prop-types": "> 15.0",
|
||||||
"react": "18.x"
|
"react": "> 15.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@bbob/preset-react": "^2.8.1",
|
"@bbob/preset-react": "^2.8.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user