@formatjs/intl
Advanced tools
Comparing version 1.8.3 to 1.8.4
{ | ||
"name": "@formatjs/intl", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.", | ||
@@ -33,6 +33,4 @@ "keywords": [ | ||
"@formatjs/ecma402-abstract": "1.6.3", | ||
"@formatjs/intl-datetimeformat": "3.2.13", | ||
"@formatjs/intl-displaynames": "4.0.11", | ||
"@formatjs/intl-listformat": "5.0.11", | ||
"@formatjs/intl-relativetimeformat": "8.1.3", | ||
"@formatjs/intl-listformat": "5.0.12", | ||
"fast-memoize": "^2.5.2", | ||
@@ -42,3 +40,11 @@ "intl-messageformat": "9.5.3", | ||
"tslib": "^2.1.0" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^4.2" | ||
}, | ||
"peerDependenciesMeta": { | ||
"typescript": { | ||
"optional": true | ||
} | ||
} | ||
} |
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
126942
8
+ Added@formatjs/intl-listformat@5.0.12(transitive)
+ Addedtypescript@4.9.5(transitive)
- Removed@formatjs/intl-datetimeformat@3.2.13
- Removed@formatjs/intl-datetimeformat@3.2.13(transitive)
- Removed@formatjs/intl-listformat@5.0.11(transitive)
- Removed@formatjs/intl-relativetimeformat@8.1.3(transitive)