@solid-aria/toggle
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@solid-aria/toggle", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"private": false, | ||
@@ -33,15 +33,7 @@ "description": "Primitives for building toggle components like checkboxes and switches.", | ||
], | ||
"scripts": { | ||
"build": "tsup", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", | ||
"dev": "vite serve dev --host", | ||
"test": "jest --passWithNoTests", | ||
"test:watch": "jest --watch --passWithNoTests", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@solid-aria/focus": "^0.1.1", | ||
"@solid-aria/interactions": "^0.1.1", | ||
"@solid-aria/types": "^0.1.1", | ||
"@solid-aria/utils": "^0.1.1", | ||
"@solid-aria/focus": "^0.1.2", | ||
"@solid-aria/interactions": "^0.1.2", | ||
"@solid-aria/types": "^0.1.2", | ||
"@solid-aria/utils": "^0.1.2", | ||
"@solid-primitives/props": "^2.1.7", | ||
@@ -61,3 +53,11 @@ "@solid-primitives/utils": "^2.1.0" | ||
"category": "" | ||
}, | ||
"scripts": { | ||
"build": "tsup", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", | ||
"dev": "vite serve dev --host", | ||
"test": "jest --passWithNoTests", | ||
"test:watch": "jest --watch --passWithNoTests", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13165
6
265
Updated@solid-aria/focus@^0.1.2
Updated@solid-aria/types@^0.1.2
Updated@solid-aria/utils@^0.1.2