@daren/button
Advanced tools
Comparing version 1.7.3 to 1.7.4
{ | ||
"name": "@daren/button", | ||
"version": "1.7.3", | ||
"version": "1.7.4", | ||
"repository": { | ||
@@ -27,3 +27,3 @@ "type": "git", | ||
"build": "run-s 'build:*'", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types --declarationMap --rootDir lib --outDir dist/types --sourceMap", | ||
"build:esm": "cross-env BABEL_ENV=esm babel lib --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps", | ||
@@ -42,4 +42,4 @@ "build:cjs": "cross-env BABEL_ENV=cjs babel lib --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps", | ||
"dependencies": { | ||
"@daren/form-elements": "^1.12.3", | ||
"@daren/typography": "^1.9.3", | ||
"@daren/form-elements": "^1.12.4", | ||
"@daren/typography": "^1.9.4", | ||
"@daren/utils": "^1.9.3", | ||
@@ -57,3 +57,3 @@ "@heroicons/react": "^2.0.13" | ||
}, | ||
"gitHead": "0efc521bf4e5678bccba9d59fc8b705506b4fc6f" | ||
"gitHead": "25f1dce4adac2c6e35e138bffe3327692185ee35" | ||
} |
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
181434
27
508
Updated@daren/form-elements@^1.12.4
Updated@daren/typography@^1.9.4