@khanacademy/wonder-blocks-typography
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -79,3 +79,3 @@ import { StyleSheet } from 'aphrodite'; | ||
if (i % 2) { | ||
ownKeys(source, true).forEach(function (key) { | ||
ownKeys(Object(source), true).forEach(function (key) { | ||
_defineProperty(target, key, source[key]); | ||
@@ -86,3 +86,3 @@ }); | ||
} else { | ||
ownKeys(source).forEach(function (key) { | ||
ownKeys(Object(source)).forEach(function (key) { | ||
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); | ||
@@ -89,0 +89,0 @@ }); |
{ | ||
"name": "@khanacademy/wonder-blocks-typography", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"design": "v2", | ||
@@ -18,3 +18,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@khanacademy/wonder-blocks-core": "^2.4.3" | ||
"@khanacademy/wonder-blocks-core": "^2.5.0" | ||
}, | ||
@@ -26,6 +26,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@khanacademy/wonder-blocks-color": "^1.1.9", | ||
"@khanacademy/wonder-blocks-color": "^1.1.10", | ||
"wb-dev-build-settings": "^0.0.3" | ||
}, | ||
"gitHead": "be0b1f6e2cd428289f5c3e54e6a2370de2019d27" | ||
"gitHead": "e80922dd847385d5b3baa19250a29188e4a6b353" | ||
} |
Sorry, the diff of this file is too big to display
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
167550