react-intl 6.5.4 → 6.5.5

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intl",
3
- "version": "6.5.4",
3
+ "version": "6.5.5",
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,16 +132,16 @@
132
132
  "@types/react": "16 || 17 || 18",
133
133
  "hoist-non-react-statics": "^3.3.2",
134
134
  "tslib": "^2.4.0",
135
- "@formatjs/intl-displaynames": "6.6.3",
136
- "@formatjs/intl": "2.9.8",
137
- "@formatjs/icu-messageformat-parser": "2.7.2",
138
- "@formatjs/ecma402-abstract": "1.17.4",
139
- "@formatjs/intl-listformat": "7.5.2",
140
- "intl-messageformat": "10.5.7"
135
+ "@formatjs/ecma402-abstract": "1.18.0",
136
+ "@formatjs/intl-displaynames": "6.6.4",
137
+ "@formatjs/intl": "2.9.9",
138
+ "@formatjs/icu-messageformat-parser": "2.7.3",
139
+ "@formatjs/intl-listformat": "7.5.3",
140
+ "intl-messageformat": "10.5.8"
141
141
  },
142
142
  "devDependencies": {
143
- "@formatjs/intl-numberformat": "8.8.2",
144
- "@formatjs/intl-relativetimeformat": "11.2.9"
143
+ "@formatjs/intl-relativetimeformat": "11.2.10",
144
+ "@formatjs/intl-numberformat": "8.9.0"
145
145
  },
146
146
  "peerDependencies": {
147
147
  "react": "^16.6.0 || 17 || 18",