react-intl 6.8.1 → 6.8.2

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intl",
3
- "version": "6.8.1",
3
+ "version": "6.8.2",
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",
@@ -128,16 +128,16 @@
128
128
  "types": "index.d.ts",
129
129
  "sideEffects": false,
130
130
  "dependencies": {
131
- "@types/hoist-non-react-statics": "^3.3.1",
131
+ "@types/hoist-non-react-statics": "3",
132
132
  "@types/react": "^18.3.11",
133
- "hoist-non-react-statics": "^3.3.2",
133
+ "hoist-non-react-statics": "3",
134
134
  "tslib": "^2.7.0",
135
- "@formatjs/icu-messageformat-parser": "2.8.0",
136
- "@formatjs/intl": "2.10.9",
137
135
  "@formatjs/intl-displaynames": "6.7.0",
136
+ "intl-messageformat": "10.7.1",
138
137
  "@formatjs/ecma402-abstract": "2.2.0",
139
- "@formatjs/intl-listformat": "7.6.0",
140
- "intl-messageformat": "10.7.1"
138
+ "@formatjs/intl": "2.10.9",
139
+ "@formatjs/icu-messageformat-parser": "2.8.0",
140
+ "@formatjs/intl-listformat": "7.6.0"
141
141
  },
142
142
  "devDependencies": {
143
143
  "@formatjs/intl-numberformat": "8.13.0",