react-intl 6.6.2 → 6.6.4

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intl",
3
- "version": "6.6.2",
3
+ "version": "6.6.4",
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",
@@ -132,15 +132,15 @@
132
132
  "@types/react": "16 || 17 || 18",
133
133
  "hoist-non-react-statics": "^3.3.2",
134
134
  "tslib": "^2.4.0",
135
- "@formatjs/ecma402-abstract": "1.18.2",
135
+ "@formatjs/intl": "2.10.1",
136
136
  "@formatjs/intl-displaynames": "6.6.6",
137
- "@formatjs/intl": "2.10.0",
138
137
  "@formatjs/icu-messageformat-parser": "2.7.6",
138
+ "@formatjs/ecma402-abstract": "1.18.2",
139
139
  "@formatjs/intl-listformat": "7.5.5",
140
140
  "intl-messageformat": "10.5.11"
141
141
  },
142
142
  "devDependencies": {
143
- "@formatjs/intl-numberformat": "8.10.0",
143
+ "@formatjs/intl-numberformat": "8.10.1",
144
144
  "@formatjs/intl-relativetimeformat": "11.2.12"
145
145
  },
146
146
  "peerDependencies": {