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