2
0
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:
Nikolay Kost
2022-11-14 00:23:04 +02:00
committed by GitHub
parent 07164ce238
commit 7cd648d876
+2 -2
View File
@@ -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",