@codefast-ui/checkbox-group
Advanced tools
Comparing version 0.1.62 to 0.2.0
{ | ||
"name": "@codefast-ui/checkbox-group", | ||
"version": "0.1.62", | ||
"version": "0.2.0", | ||
"bugs": { | ||
@@ -43,7 +43,7 @@ "url": "https://github.com/codefastlabs/codefast/issues" | ||
"devDependencies": { | ||
"eslint": "8.57.1", | ||
"eslint": "9.16.0", | ||
"tsup": "8.3.5", | ||
"typescript": "5.6.3", | ||
"@codefast/config-typescript": "0.1.62", | ||
"@codefast/eslint-config": "0.1.62" | ||
"typescript": "5.7.2", | ||
"@codefast/eslint-config": "0.2.0", | ||
"@codefast/typescript-config": "0.2.0" | ||
}, | ||
@@ -53,4 +53,4 @@ "peerDependencies": { | ||
"@types/react-dom": "*", | ||
"react": "^18.0 || ^19.0", | ||
"react-dom": "^18.0 || ^19.0" | ||
"react": ">=18.0", | ||
"react-dom": ">=18.0" | ||
}, | ||
@@ -72,4 +72,4 @@ "peerDependenciesMeta": { | ||
"dev": "tsup --watch", | ||
"lint": "eslint . --max-warnings 0" | ||
"lint": "eslint . --cache --max-warnings 0" | ||
} | ||
} |
14021