2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-20 20:00:33 +03:00

fix(293): [color] tag doesn't work in React (#294)

* fix: react color preset

* chore: changeset great-beds-shop.md

* fix: tests

* chore: text fixes
This commit is contained in:
Nikolay Kost
2025-10-05 15:38:17 +02:00
committed by GitHub
parent e943184294
commit 40041a0680
5 changed files with 82 additions and 0 deletions
+2
View File
@@ -8,6 +8,7 @@
"react"
],
"dependencies": {
"@bbob/plugin-helper": "*",
"@bbob/preset-html5": "*",
"@bbob/types": "*"
},
@@ -15,6 +16,7 @@
"react": "> 15.0"
},
"devDependencies": {
"@bbob/core": "*",
"react": "18.x",
"react-dom": "18.x",
"@types/react": "18.x"