@daren/button
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "@daren/button", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"repository": { | ||
@@ -34,4 +34,4 @@ "type": "git", | ||
"lint:types": "tsc --noEmit", | ||
"dev": "nodemon --watch lib --exec yarn build -e ts,tsx", | ||
"prebuild": "rimraf dist", | ||
"start": "nodemon --watch lib --exec yarn build -e ts,tsx", | ||
"test": "jest --env=jsdom --passWithNoTests", | ||
@@ -42,5 +42,5 @@ "test:cov": "yarn test --coverage", | ||
"dependencies": { | ||
"@daren/form-elements": "^1.10.0", | ||
"@daren/typography": "^1.6.0", | ||
"@daren/utils": "^1.6.0", | ||
"@daren/form-elements": "^1.11.0", | ||
"@daren/typography": "^1.7.0", | ||
"@daren/utils": "^1.7.0", | ||
"@heroicons/react": "^2.0.11" | ||
@@ -57,3 +57,3 @@ }, | ||
}, | ||
"gitHead": "e14853b7fc044df886835cd1978eae4d0c2db312" | ||
"gitHead": "2855a03f9a18318d9799fd763bf9709c0ac17dfe" | ||
} |
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
56468
Updated@daren/form-elements@^1.11.0
Updated@daren/typography@^1.7.0
Updated@daren/utils@^1.7.0