react-intl 8.0.3 → 8.0.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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-intl",
|
|
3
3
|
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.4",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"author": "Eric Ferraiuolo <edf@ericf.me>",
|
|
7
7
|
"type": "module",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
15
15
|
"hoist-non-react-statics": "^3.3.2",
|
|
16
16
|
"tslib": "^2.8.0",
|
|
17
|
-
"@formatjs/
|
|
18
|
-
"@formatjs/
|
|
19
|
-
"@formatjs/icu-messageformat-parser": "3.0.
|
|
20
|
-
"intl-messageformat": "11.0.
|
|
17
|
+
"@formatjs/intl": "4.0.2",
|
|
18
|
+
"@formatjs/ecma402-abstract": "3.0.2",
|
|
19
|
+
"@formatjs/icu-messageformat-parser": "3.0.2",
|
|
20
|
+
"intl-messageformat": "11.0.2"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@types/react": "19",
|