react-intl 5.24.2 → 5.24.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intl",
3
- "version": "5.24.2",
3
+ "version": "5.24.3",
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",
@@ -130,13 +130,13 @@
130
130
  "dependencies": {
131
131
  "@formatjs/ecma402-abstract": "1.11.1",
132
132
  "@formatjs/icu-messageformat-parser": "2.0.16",
133
- "@formatjs/intl": "1.18.2",
133
+ "@formatjs/intl": "1.18.3",
134
134
  "@formatjs/intl-displaynames": "5.4.0",
135
135
  "@formatjs/intl-listformat": "6.5.0",
136
136
  "@types/hoist-non-react-statics": "^3.3.1",
137
137
  "@types/react": "16 || 17",
138
138
  "hoist-non-react-statics": "^3.3.2",
139
- "intl-messageformat": "9.11.1",
139
+ "intl-messageformat": "9.11.2",
140
140
  "tslib": "^2.1.0"
141
141
  },
142
142
  "peerDependencies": {
@@ -1778,7 +1778,7 @@ var ReactIntl = (function() {
1778
1778
  return JSON.stringify(arguments);
1779
1779
  };
1780
1780
  function ObjectWithoutPrototypeCache() {
1781
- this.cache = Object.create(null);
1781
+ this.cache = /* @__PURE__ */ Object.create(null);
1782
1782
  }
1783
1783
  ObjectWithoutPrototypeCache.prototype.get = function(key) {
1784
1784
  return this.cache[key];