@codefast-ui/checkbox-group
Advanced tools
Comparing version 0.2.4 to 0.2.5
# @codefast-ui/checkbox-group | ||
## 0.2.5 | ||
### Patch Changes | ||
- [`a46a008`](https://github.com/codefastlabs/codefast/commit/a46a0084f47f2a3447ffe6eeeed326aacff7e3a5) Thanks [@thevuong](https://github.com/thevuong)! - update peerDependencies and dependencies versions | ||
## 0.2.4 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@codefast-ui/checkbox-group", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"bugs": { | ||
@@ -47,4 +47,4 @@ "url": "https://github.com/codefastlabs/codefast/issues" | ||
"typescript": "5.7.2", | ||
"@codefast/eslint-config": "0.2.4", | ||
"@codefast/typescript-config": "0.2.4" | ||
"@codefast/eslint-config": "0.2.5", | ||
"@codefast/typescript-config": "0.2.5" | ||
}, | ||
@@ -54,4 +54,4 @@ "peerDependencies": { | ||
"@types/react-dom": "*", | ||
"react": ">=18.0", | ||
"react-dom": ">=18.0" | ||
"react": "^18 || ^19", | ||
"react-dom": "^18 || ^19" | ||
}, | ||
@@ -73,4 +73,4 @@ "peerDependenciesMeta": { | ||
"dev": "tsup --watch", | ||
"lint": "eslint . --max-warnings 0" | ||
"lint": "eslint --max-warnings 0" | ||
} | ||
} |
26824