@uiw/react-slider
Advanced tools
Comparing version 4.0.0-alpha.6 to 4.0.0-alpha.7
{ | ||
"name": "@uiw/react-slider", | ||
"version": "4.0.0-alpha.6", | ||
"version": "4.0.0-alpha.7", | ||
"description": "Slider component", | ||
@@ -21,15 +21,2 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
}, | ||
"scripts": { | ||
"build": "npm run build:ts && npm run build:types && npm run build:css", | ||
"build:ts": "tsbb build --target react", | ||
"build:css": "compile-less -d src -o lib/esm", | ||
"build:types": "npm run types:esm && npm run types:cjs", | ||
"watch": "npm run watch:ts & npm run watch:types", | ||
"watch:ts": "tsbb watch --target react --env-name esm:dev --env-name cjs", | ||
"watch:types": "npm run types:esm -- --watch & npm run types:cjs -- --watch", | ||
"types:esm": "tsbb types --outDir lib/esm --target ESNEXT", | ||
"types:cjs": "tsbb types --outDir lib/cjs --target ESNEXT", | ||
"test": "tsbb test", | ||
"coverage": "tsbb test --coverage" | ||
}, | ||
"keywords": [ | ||
@@ -60,3 +47,3 @@ "slider", | ||
"dependencies": { | ||
"@uiw/utils": "^4.0.0-alpha.6", | ||
"@uiw/utils": "^4.0.0-alpha.7", | ||
"classnames": "^2.2.6" | ||
@@ -73,3 +60,3 @@ }, | ||
}, | ||
"gitHead": "481104fcd439b601d00bd9aea5cb104b9b07052d" | ||
"gitHead": "30749818830c4b134ec24b185c6fa1a37706d520" | ||
} |
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
110637
Updated@uiw/utils@^4.0.0-alpha.7