react-intl 7.1.4 → 7.1.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intl",
3
- "version": "7.1.4",
3
+ "version": "7.1.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",
@@ -131,14 +131,14 @@
131
131
  "@types/hoist-non-react-statics": "3",
132
132
  "@types/react": "16 || 17 || 18 || 19",
133
133
  "hoist-non-react-statics": "3",
134
- "react": "^16.6.0 || 17 || 18 || 19",
135
134
  "tslib": "2",
136
- "@formatjs/ecma402-abstract": "2.3.2",
137
135
  "intl-messageformat": "10.7.14",
138
136
  "@formatjs/icu-messageformat-parser": "2.11.0",
139
- "@formatjs/intl": "3.1.3"
137
+ "@formatjs/intl": "3.1.3",
138
+ "@formatjs/ecma402-abstract": "2.3.2"
140
139
  },
141
140
  "peerDependencies": {
141
+ "react": "^16.6.0 || 17 || 18 || 19",
142
142
  "typescript": "5"
143
143
  },
144
144
  "peerDependenciesMeta": {