react-intl
Advanced tools
Comparing version 6.2.6 to 6.2.7
{ | ||
"name": "react-intl", | ||
"version": "6.2.6", | ||
"version": "6.2.7", | ||
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.", | ||
@@ -132,4 +132,4 @@ "keywords": [ | ||
"@formatjs/ecma402-abstract": "1.14.3", | ||
"@formatjs/icu-messageformat-parser": "2.1.14", | ||
"@formatjs/intl": "2.6.4", | ||
"@formatjs/icu-messageformat-parser": "2.2.0", | ||
"@formatjs/intl": "2.6.5", | ||
"@formatjs/intl-displaynames": "6.2.4", | ||
@@ -140,3 +140,3 @@ "@formatjs/intl-listformat": "7.1.7", | ||
"hoist-non-react-statics": "^3.3.2", | ||
"intl-messageformat": "10.2.6", | ||
"intl-messageformat": "10.3.0", | ||
"tslib": "^2.4.0" | ||
@@ -143,0 +143,0 @@ }, |
@@ -28,3 +28,3 @@ import * as React from 'react'; | ||
static displayName: string; | ||
static defaultProps: Pick<ResolvedIntlConfig, "onError" | "timeZone" | "fallbackOnEmptyString" | "formats" | "messages" | "defaultLocale" | "defaultFormats" | "textComponent">; | ||
static defaultProps: Pick<ResolvedIntlConfig, "fallbackOnEmptyString" | "formats" | "messages" | "timeZone" | "textComponent" | "defaultLocale" | "defaultFormats" | "onError">; | ||
private cache; | ||
@@ -31,0 +31,0 @@ state: State; |
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
272683
6520
+ Added@formatjs/icu-messageformat-parser@2.2.0(transitive)
+ Added@formatjs/intl@2.6.5(transitive)
+ Addedintl-messageformat@10.3.0(transitive)
- Removed@formatjs/icu-messageformat-parser@2.1.14(transitive)
- Removed@formatjs/intl@2.6.4(transitive)
- Removedintl-messageformat@10.2.6(transitive)
Updated@formatjs/intl@2.6.5
Updatedintl-messageformat@10.3.0