react-intl 6.8.8 → 6.8.9
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/index.js +0 -1
- package/lib/index.js +0 -1
- package/lib/src/components/createFormattedComponent.js +0 -1
- package/lib/src/components/createIntl.js +0 -1
- package/lib/src/components/dateTimeRange.js +0 -1
- package/lib/src/components/injectIntl.js +0 -1
- package/lib/src/components/message.js +0 -1
- package/lib/src/components/plural.js +0 -1
- package/lib/src/components/provider.js +0 -1
- package/lib/src/components/relative.js +0 -1
- package/lib/src/components/useIntl.js +0 -1
- package/lib/src/types.js +0 -1
- package/lib/src/utils.js +0 -1
- package/package.json +9 -9
- package/src/components/createFormattedComponent.js +0 -1
- package/src/components/createIntl.js +0 -1
- package/src/components/dateTimeRange.js +0 -1
- package/src/components/injectIntl.js +0 -1
- package/src/components/message.js +0 -1
- package/src/components/plural.js +0 -1
- package/src/components/provider.js +0 -1
- package/src/components/relative.js +0 -1
- package/src/components/useIntl.js +0 -1
- package/src/types.js +0 -1
- package/src/utils.js +0 -1
package/index.js
CHANGED
|
@@ -49,4 +49,3 @@ exports.FormattedTimeParts = (0, createFormattedComponent_1.createFormattedDateT
|
|
|
49
49
|
var createFormattedComponent_2 = require("./src/components/createFormattedComponent");
|
|
50
50
|
Object.defineProperty(exports, "FormattedNumberParts", { enumerable: true, get: function () { return createFormattedComponent_2.FormattedNumberParts; } });
|
|
51
51
|
Object.defineProperty(exports, "FormattedListParts", { enumerable: true, get: function () { return createFormattedComponent_2.FormattedListParts; } });
|
|
52
|
-
//# sourceMappingURL=index.js.map
|
package/lib/index.js
CHANGED
|
@@ -24,4 +24,3 @@ export var FormattedDisplayName = createFormattedComponent('formatDisplayName');
|
|
|
24
24
|
export var FormattedDateParts = createFormattedDateTimePartsComponent('formatDate');
|
|
25
25
|
export var FormattedTimeParts = createFormattedDateTimePartsComponent('formatTime');
|
|
26
26
|
export { FormattedNumberParts, FormattedListParts, } from './src/components/createFormattedComponent';
|
|
27
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -33,4 +33,3 @@ FormattedMessage.displayName = 'FormattedMessage';
|
|
|
33
33
|
var MemoizedFormattedMessage = React.memo(FormattedMessage, areEqual);
|
|
34
34
|
MemoizedFormattedMessage.displayName = 'MemoizedFormattedMessage';
|
|
35
35
|
export default MemoizedFormattedMessage;
|
|
36
|
-
//# sourceMappingURL=message.js.map
|
package/lib/src/types.js
CHANGED
package/lib/src/utils.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-intl",
|
|
3
|
-
"version": "6.8.
|
|
3
|
+
"version": "6.8.9",
|
|
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",
|
|
134
134
|
"tslib": "2",
|
|
135
|
-
"@formatjs/
|
|
136
|
-
"@formatjs/
|
|
137
|
-
"intl-
|
|
138
|
-
"@formatjs/
|
|
139
|
-
"@formatjs/intl": "
|
|
140
|
-
"
|
|
135
|
+
"@formatjs/ecma402-abstract": "2.2.4",
|
|
136
|
+
"@formatjs/intl": "2.10.15",
|
|
137
|
+
"@formatjs/intl-displaynames": "6.8.5",
|
|
138
|
+
"@formatjs/icu-messageformat-parser": "2.9.4",
|
|
139
|
+
"@formatjs/intl-listformat": "7.7.5",
|
|
140
|
+
"intl-messageformat": "10.7.7"
|
|
141
141
|
},
|
|
142
142
|
"devDependencies": {
|
|
143
|
-
"@formatjs/intl-
|
|
144
|
-
"@formatjs/intl-
|
|
143
|
+
"@formatjs/intl-relativetimeformat": "11.4.5",
|
|
144
|
+
"@formatjs/intl-numberformat": "8.14.5"
|
|
145
145
|
},
|
|
146
146
|
"peerDependencies": {
|
|
147
147
|
"react": "^16.6.0 || 17 || 18",
|
|
@@ -35,4 +35,3 @@ FormattedMessage.displayName = 'FormattedMessage';
|
|
|
35
35
|
var MemoizedFormattedMessage = React.memo(FormattedMessage, areEqual);
|
|
36
36
|
MemoizedFormattedMessage.displayName = 'MemoizedFormattedMessage';
|
|
37
37
|
exports.default = MemoizedFormattedMessage;
|
|
38
|
-
//# sourceMappingURL=message.js.map
|
package/src/components/plural.js
CHANGED
package/src/types.js
CHANGED
package/src/utils.js
CHANGED