react-intl 9.0.0 → 10.0.0

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/LICENSE.md CHANGED
File without changes
package/README.md CHANGED
File without changes
package/index.d.ts CHANGED
File without changes
package/index.js CHANGED
File without changes
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": "9.0.0",
4
+ "version": "10.0.0",
5
5
  "license": "BSD-3-Clause",
6
6
  "author": "Eric Ferraiuolo <edf@ericf.me>",
7
7
  "type": "module",
@@ -12,10 +12,10 @@
12
12
  "./server": "./server.js"
13
13
  },
14
14
  "dependencies": {
15
- "@formatjs/ecma402-abstract": "workspace:*",
16
- "@formatjs/icu-messageformat-parser": "workspace:*",
17
- "@formatjs/intl": "workspace:*",
18
- "intl-messageformat": "workspace:*"
15
+ "@formatjs/ecma402-abstract": "3.1.2",
16
+ "@formatjs/icu-messageformat-parser": "3.5.2",
17
+ "@formatjs/intl": "4.1.3",
18
+ "intl-messageformat": "11.1.3"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@types/react": "19",
@@ -143,4 +143,4 @@
143
143
  }
144
144
  },
145
145
  "repository": "git@github.com:formatjs/formatjs.git"
146
- }
146
+ }
File without changes
package/server.d.ts CHANGED
File without changes
package/server.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/types.d.ts CHANGED
File without changes
package/src/types.js CHANGED
File without changes
package/src/utils.d.ts CHANGED
File without changes
package/src/utils.js CHANGED
File without changes