react-intl 6.8.7 → 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 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
@@ -60,4 +60,3 @@ export function createFormattedComponent(name) {
60
60
  Component.displayName = DisplayName[name];
61
61
  return Component;
62
62
  }
63
- //# sourceMappingURL=createFormattedComponent.js.map
@@ -61,4 +61,3 @@ export var createIntl = function (_a, cache) {
61
61
  // @ts-expect-error fix this
62
62
  $t: formatMessage.bind(null, resolvedConfig, coreIntl.formatters) });
63
63
  };
64
- //# sourceMappingURL=createIntl.js.map
@@ -13,4 +13,3 @@ var FormattedDateTimeRange = function (props) {
13
13
  };
14
14
  FormattedDateTimeRange.displayName = 'FormattedDateTimeRange';
15
15
  export default FormattedDateTimeRange;
16
- //# sourceMappingURL=dateTimeRange.js.map
@@ -33,4 +33,3 @@ export default function injectIntl(WrappedComponent, options) {
33
33
  }
34
34
  return hoistNonReactStatics(WithIntl, WrappedComponent);
35
35
  }
36
- //# sourceMappingURL=injectIntl.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
@@ -21,4 +21,3 @@ var FormattedPlural = function (props) {
21
21
  };
22
22
  FormattedPlural.displayName = 'FormattedPlural';
23
23
  export default FormattedPlural;
24
- //# sourceMappingURL=plural.js.map
@@ -57,4 +57,3 @@ var IntlProvider = /** @class */ (function (_super) {
57
57
  return IntlProvider;
58
58
  }(React.PureComponent));
59
59
  export default IntlProvider;
60
- //# sourceMappingURL=provider.js.map
@@ -123,4 +123,3 @@ var FormattedRelativeTime = function (_a) {
123
123
  };
124
124
  FormattedRelativeTime.displayName = 'FormattedRelativeTime';
125
125
  export default FormattedRelativeTime;
126
- //# sourceMappingURL=relative.js.map
@@ -6,4 +6,3 @@ export default function useIntl() {
6
6
  invariantIntlContext(intl);
7
7
  return intl;
8
8
  }
9
- //# sourceMappingURL=useIntl.js.map
package/lib/src/types.js CHANGED
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=types.js.map
package/lib/src/utils.js CHANGED
@@ -41,4 +41,3 @@ export function shallowEqual(objA, objB) {
41
41
  }
42
42
  return true;
43
43
  }
44
- //# sourceMappingURL=utils.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intl",
3
- "version": "6.8.7",
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/intl": "2.10.14",
136
- "@formatjs/intl-displaynames": "6.8.4",
137
- "@formatjs/ecma402-abstract": "2.2.3",
138
- "@formatjs/intl-listformat": "7.7.4",
139
- "intl-messageformat": "10.7.6",
140
- "@formatjs/icu-messageformat-parser": "2.9.3"
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-relativetimeformat": "11.4.4",
144
- "@formatjs/intl-numberformat": "8.14.4"
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",
@@ -67,4 +67,3 @@ function createFormattedComponent(name) {
67
67
  Component.displayName = DisplayName[name];
68
68
  return Component;
69
69
  }
70
- //# sourceMappingURL=createFormattedComponent.js.map
@@ -65,4 +65,3 @@ var createIntl = function (_a, cache) {
65
65
  $t: formatMessage.bind(null, resolvedConfig, coreIntl.formatters) });
66
66
  };
67
67
  exports.createIntl = createIntl;
68
- //# sourceMappingURL=createIntl.js.map
@@ -15,4 +15,3 @@ var FormattedDateTimeRange = function (props) {
15
15
  };
16
16
  FormattedDateTimeRange.displayName = 'FormattedDateTimeRange';
17
17
  exports.default = FormattedDateTimeRange;
18
- //# sourceMappingURL=dateTimeRange.js.map
@@ -37,4 +37,3 @@ function injectIntl(WrappedComponent, options) {
37
37
  }
38
38
  return (0, hoist_non_react_statics_1.default)(WithIntl, WrappedComponent);
39
39
  }
40
- //# sourceMappingURL=injectIntl.js.map
@@ -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
@@ -24,4 +24,3 @@ var FormattedPlural = function (props) {
24
24
  };
25
25
  FormattedPlural.displayName = 'FormattedPlural';
26
26
  exports.default = FormattedPlural;
27
- //# sourceMappingURL=plural.js.map
@@ -59,4 +59,3 @@ var IntlProvider = /** @class */ (function (_super) {
59
59
  return IntlProvider;
60
60
  }(React.PureComponent));
61
61
  exports.default = IntlProvider;
62
- //# sourceMappingURL=provider.js.map
@@ -125,4 +125,3 @@ var FormattedRelativeTime = function (_a) {
125
125
  };
126
126
  FormattedRelativeTime.displayName = 'FormattedRelativeTime';
127
127
  exports.default = FormattedRelativeTime;
128
- //# sourceMappingURL=relative.js.map
@@ -10,4 +10,3 @@ function useIntl() {
10
10
  (0, utils_1.invariantIntlContext)(intl);
11
11
  return intl;
12
12
  }
13
- //# sourceMappingURL=useIntl.js.map
package/src/types.js CHANGED
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=types.js.map
package/src/utils.js CHANGED
@@ -47,4 +47,3 @@ function shallowEqual(objA, objB) {
47
47
  }
48
48
  return true;
49
49
  }
50
- //# sourceMappingURL=utils.js.map