@kaizen/loading-skeleton
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "@kaizen/loading-skeleton", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "A collection of loading placeholders that display a non-interactive preview of the app’s actual UI", | ||
"scripts": { | ||
"prepublish": "tsc --project tsconfig.dist.json", | ||
"build": "yarn clean && yarn prepublish", | ||
"build:watch": "yarn clean && yarn prepublish --watch", | ||
"build": "yarn prepublish", | ||
"clean": "rimraf -g '**/*.d.ts' '**/*.js' '**/*.map'" | ||
@@ -20,9 +19,5 @@ }, | ||
"files": [ | ||
"**/*", | ||
"!**/*.ts", | ||
"!**/*.tsx", | ||
"**/*.d.ts", | ||
"!**/*.spec.*", | ||
"!docs/**/*", | ||
"!tsconfig.dist.json" | ||
"**/*.js", | ||
"**/*.js.map", | ||
"**/*.d.ts" | ||
], | ||
@@ -33,10 +28,10 @@ "author": "", | ||
"dependencies": { | ||
"@kaizen/component-base": "^1.1.5", | ||
"@kaizen/typography": "^2.3.9", | ||
"@kaizen/component-base": "^1.1.6", | ||
"@kaizen/typography": "^2.3.10", | ||
"classnames": "^2.3.2" | ||
}, | ||
"peerDependencies": { | ||
"@kaizen/design-tokens": "^10.3.7", | ||
"@kaizen/design-tokens": "^2.10.3 || ^3.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0", | ||
"react": "^16.14.0 || ^17.0.0 || ^18.0.0" | ||
} | ||
} |
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
21597
28
331
Updated@kaizen/typography@^2.3.10