react-intl
Advanced tools
Comparing version 5.24.8 to 5.25.0
@@ -23,2 +23,3 @@ /* | ||
onError: config.onError, | ||
onWarn: config.onWarn, | ||
wrapRichTextChunksInFragment: config.wrapRichTextChunksInFragment, | ||
@@ -25,0 +26,0 @@ defaultRichTextElements: config.defaultRichTextElements, |
{ | ||
"name": "react-intl", | ||
"version": "5.24.8", | ||
"version": "5.25.0", | ||
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.", | ||
@@ -133,7 +133,7 @@ "keywords": [ | ||
"@formatjs/icu-messageformat-parser": "2.0.19", | ||
"@formatjs/intl": "2.1.1", | ||
"@formatjs/intl": "2.2.0", | ||
"@formatjs/intl-displaynames": "5.4.3", | ||
"@formatjs/intl-listformat": "6.5.3", | ||
"@types/hoist-non-react-statics": "^3.3.1", | ||
"@types/react": "16 || 17", | ||
"@types/react": "16 || 17 || 18", | ||
"hoist-non-react-statics": "^3.3.2", | ||
@@ -144,3 +144,3 @@ "intl-messageformat": "9.12.0", | ||
"peerDependencies": { | ||
"react": "^16.3.0 || 17", | ||
"react": "^16.3.0 || 17 || 18", | ||
"typescript": "^4.5" | ||
@@ -147,0 +147,0 @@ }, |
@@ -26,2 +26,3 @@ "use strict"; | ||
onError: config.onError, | ||
onWarn: config.onWarn, | ||
wrapRichTextChunksInFragment: config.wrapRichTextChunksInFragment, | ||
@@ -28,0 +29,0 @@ defaultRichTextElements: config.defaultRichTextElements, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
230411
4658
+ Added@formatjs/intl@2.2.0(transitive)
+ Added@types/react@18.3.12(transitive)
+ Addedreact@18.3.1(transitive)
- Removed@formatjs/intl@2.1.1(transitive)
- Removed@types/react@17.0.83(transitive)
- Removed@types/scheduler@0.16.8(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)
Updated@formatjs/intl@2.2.0
Updated@types/react@16 || 17 || 18