@clds/theme-helper
Advanced tools
Comparing version 0.7.6 to 0.8.0
{ | ||
"name": "@clds/theme-helper", | ||
"description": "Helper for themes", | ||
"version": "0.7.6", | ||
"version": "0.8.0", | ||
"author": "Cloudinary", | ||
@@ -10,10 +10,4 @@ "main": "./dist/cjs/index.js", | ||
"homepage": "https://github.com/cloudinary/design-system/tree/next/libs/foundations/theme-helper#readme", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"@clds/themes": "0.7.6", | ||
"@clds/themes": "0.8.0", | ||
"@types/styled-components": "5.1.10", | ||
@@ -25,4 +19,4 @@ "deepmerge": "4.2.2" | ||
"lodash": ">=4", | ||
"react": "16.13.1", | ||
"react-dom": "16.8.6", | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0", | ||
"styled-components": "5.1.0" | ||
@@ -33,3 +27,3 @@ }, | ||
"react": ">=16.8", | ||
"react-dom": "16.8.6", | ||
"react-dom": "16.14.0", | ||
"styled-components": "5.1.0" | ||
@@ -40,3 +34,9 @@ }, | ||
"module": "./dist/esm/index.js", | ||
"typings": "./dist/esm/index.d.ts" | ||
"typings": "./dist/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
} | ||
}, | ||
@@ -46,7 +46,13 @@ "repository": "cloudinary/design-system.git", | ||
"depcheck": "depcheck", | ||
"lint": "eslint .", | ||
"lint": "eslint --ext .ts,.tsx .", | ||
"test": "nyc mocha", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"typings": "./dist/esm/index.d.ts" | ||
"typings": "./dist/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
} | ||
} |
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
30637
+ Added@clds/feature-flags@0.8.0(transitive)
+ Added@clds/themes@0.8.0(transitive)
+ Addedreact-dom@16.14.0(transitive)
+ Addedscheduler@0.19.1(transitive)
- Removed@clds/feature-flags@0.7.6(transitive)
- Removed@clds/themes@0.7.6(transitive)
- Removedreact-dom@16.8.6(transitive)
- Removedscheduler@0.13.6(transitive)
Updated@clds/themes@0.8.0