mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +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"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"prop-types": "15.x",
|
||||
"react": "18.x"
|
||||
"prop-types": "> 15.0",
|
||||
"react": "> 15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bbob/preset-react": "^2.8.1",
|
||||
|
||||
Reference in New Issue
Block a user