@uiw/react-dropdown
Advanced tools
Comparing version 4.0.0-alpha.6 to 4.0.0-alpha.7
{ | ||
"name": "@uiw/react-dropdown", | ||
"version": "4.0.0-alpha.6", | ||
"version": "4.0.0-alpha.7", | ||
"description": "Dropdown component", | ||
@@ -21,14 +21,2 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
}, | ||
"scripts": { | ||
"build": "npm run build:ts && npm run build:types", | ||
"build:ts": "tsbb build --target react", | ||
"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": [ | ||
@@ -59,4 +47,4 @@ "dropdown", | ||
"dependencies": { | ||
"@uiw/react-overlay-trigger": "^4.0.0-alpha.6", | ||
"@uiw/utils": "^4.0.0-alpha.6" | ||
"@uiw/react-overlay-trigger": "^4.0.0-alpha.7", | ||
"@uiw/utils": "^4.0.0-alpha.7" | ||
}, | ||
@@ -71,3 +59,3 @@ "devDependencies": { | ||
}, | ||
"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
20176