@fibery/emoji-data
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -6,2 +6,2 @@ export declare const unifiedToNative: (unified: string) => string; | ||
}; | ||
export declare const intersect: <T>(a: T[], b: T[]) => T[]; | ||
export declare const intersect: <T>(a: Array<T>, b: Array<T>) => T[]; |
{ | ||
"name": "@fibery/emoji-data", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "Emoji dataset used in Fibery", | ||
@@ -36,5 +36,5 @@ "license": "UNLICENSED", | ||
"jest-junit": "13.0.0", | ||
"typescript": "5.1.6", | ||
"typescript": "5.4.3", | ||
"@fibery/babel-preset": "7.4.0", | ||
"@fibery/eslint-config": "8.5.1" | ||
"@fibery/eslint-config": "8.6.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "jest": { |
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
801192