@kaizen/brand-moment
Advanced tools
Comparing version 1.13.4 to 1.13.5
{ | ||
"name": "@kaizen/brand-moment", | ||
"version": "1.13.4", | ||
"version": "1.13.5", | ||
"description": "The brand moment component", | ||
"scripts": { | ||
"prepublish": "tsc --project tsconfig.dist.json", | ||
"build": "yarn clean && yarn prepublish", | ||
"build:watch": "yarn clean && yarn prepublish --watch", | ||
"clean": "rimraf '**/*.d.ts' '**/*.js' '**/*.map'" | ||
"build": "yarn prepublish", | ||
"clean": "rimraf -g '**/*.d.ts' '**/*.js' '**/*.map'" | ||
}, | ||
@@ -20,10 +19,5 @@ "repository": { | ||
"files": [ | ||
"**/*", | ||
"!**/*.ts", | ||
"!**/*.tsx", | ||
"**/*.d.ts", | ||
"!**/*.spec.*", | ||
"!**/*.snap", | ||
"!docs/**/*", | ||
"!tsconfig.dist.json" | ||
"**/*.js", | ||
"**/*.js.map", | ||
"**/*.d.ts" | ||
], | ||
@@ -34,15 +28,13 @@ "author": "", | ||
"dependencies": { | ||
"@kaizen/button": "^3.0.0", | ||
"@kaizen/component-base": "^1.1.5", | ||
"@kaizen/component-library": "^16.7.3", | ||
"@kaizen/draft-illustration": "^6.0.28", | ||
"@kaizen/hosted-assets": "^2.0.1", | ||
"@kaizen/responsive": "^1.8.8", | ||
"@kaizen/typography": "^2.3.8", | ||
"@types/classnames": "^2.3.1", | ||
"@kaizen/button": "^3.0.2", | ||
"@kaizen/component-base": "^1.1.6", | ||
"@kaizen/component-library": "^16.7.5", | ||
"@kaizen/draft-illustration": "^6.0.31", | ||
"@kaizen/hosted-assets": "^2.0.2", | ||
"@kaizen/responsive": "^1.8.9", | ||
"@kaizen/typography": "^2.3.10", | ||
"classnames": "^2.3.2" | ||
}, | ||
"devDependencies": { | ||
"@kaizen/draft-select": "^2.10.36", | ||
"rimraf": "^4.4.1" | ||
"@kaizen/draft-select": "^2.10.38" | ||
}, | ||
@@ -49,0 +41,0 @@ "peerDependencies": { |
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
10
1
11445
7
- Removed@types/classnames@^2.3.1
- Removed@types/classnames@2.3.4(transitive)
Updated@kaizen/button@^3.0.2
Updated@kaizen/hosted-assets@^2.0.2
Updated@kaizen/responsive@^1.8.9
Updated@kaizen/typography@^2.3.10