react-intl 6.2.1 → 6.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intl",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.",
5
5
  "keywords": [
6
6
  "intl",
@@ -128,20 +128,20 @@
128
128
  "types": "index.d.ts",
129
129
  "sideEffects": false,
130
130
  "dependencies": {
131
- "@formatjs/ecma402-abstract": "1.13.0",
132
- "@formatjs/icu-messageformat-parser": "2.1.10",
133
- "@formatjs/intl": "2.5.1",
134
- "@formatjs/intl-displaynames": "6.1.4",
135
- "@formatjs/intl-listformat": "7.1.3",
131
+ "@formatjs/ecma402-abstract": "1.14.0",
132
+ "@formatjs/icu-messageformat-parser": "2.1.11",
133
+ "@formatjs/intl": "2.6.0",
134
+ "@formatjs/intl-displaynames": "6.2.0",
135
+ "@formatjs/intl-listformat": "7.1.4",
136
136
  "@types/hoist-non-react-statics": "^3.3.1",
137
137
  "@types/react": "16 || 17 || 18",
138
138
  "hoist-non-react-statics": "^3.3.2",
139
- "intl-messageformat": "10.2.1",
139
+ "intl-messageformat": "10.2.2",
140
140
  "tslib": "2.4.0"
141
141
  },
142
142
  "devDependencies": {
143
- "@formatjs/intl-numberformat": "8.2.0",
144
- "@formatjs/intl-relativetimeformat": "11.1.4"
143
+ "@formatjs/intl-numberformat": "8.3.0",
144
+ "@formatjs/intl-relativetimeformat": "11.1.5"
145
145
  },
146
146
  "peerDependencies": {
147
147
  "react": "^16.6.0 || 17 || 18",
@@ -4033,7 +4033,8 @@ var ReactIntl = (() => {
4033
4033
  var DISPLAY_NAMES_OPTONS = [
4034
4034
  "style",
4035
4035
  "type",
4036
- "fallback"
4036
+ "fallback",
4037
+ "languageDisplay"
4037
4038
  ];
4038
4039
  function formatDisplayName(_a2, getDisplayNames, value, options) {
4039
4040
  var locale = _a2.locale, onError = _a2.onError;