@griffel/core
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@griffel/core", | ||
"version": "1.1.1", | ||
"description": "DOM implementation of Atomic CSS-in-JS", | ||
@@ -10,13 +11,12 @@ "license": "MIT", | ||
"sideEffects": false, | ||
"version": "1.1.0", | ||
"main": "./index.cjs.js", | ||
"module": "./index.esm.js", | ||
"typings": "./index.d.ts", | ||
"dependencies": { | ||
"@emotion/hash": "^0.8.0", | ||
"csstype": "^3.0.10", | ||
"rtl-css-js": "^1.15.0", | ||
"stylis": "^4.0.13", | ||
"@emotion/hash": "^0.8.0", | ||
"rtl-css-js": "^1.15.0" | ||
"tslib": "^2.1.0" | ||
}, | ||
"peerDependencies": {} | ||
} | ||
"main": "./index.cjs.js", | ||
"module": "./index.esm.js", | ||
"typings": "./index.d.ts" | ||
} |
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
319186
5
+ Addedtslib@^2.1.0
+ Addedtslib@2.8.1(transitive)