react-intl 10.1.0 → 10.1.1

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 +5 -11
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": "10.1.0",
4
+ "version": "10.1.1",
5
5
  "license": "BSD-3-Clause",
6
6
  "author": "Eric Ferraiuolo <edf@ericf.me>",
7
7
  "type": "module",
@@ -13,14 +13,13 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@formatjs/ecma402-abstract": "3.2.0",
16
- "intl-messageformat": "11.2.0",
17
16
  "@formatjs/icu-messageformat-parser": "3.5.3",
18
- "@formatjs/intl": "4.1.4"
17
+ "@formatjs/intl": "4.1.5",
18
+ "intl-messageformat": "11.2.0"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@types/react": "19",
22
- "react": "19",
23
- "typescript": "^5.6.0"
22
+ "react": "19"
24
23
  },
25
24
  "bugs": "https://github.com/formatjs/formatjs/issues",
26
25
  "contributors": [
@@ -77,12 +76,12 @@
77
76
  "Maarten Rijke <maartenrijke@gmail.com>",
78
77
  "Marc d'Entremont <cramhead@gmail.com>",
79
78
  "Marc Schipperheyn <m.schipperheyn@gmail.com>",
80
- "Mårten Pettersson <mtnptrsn@gmail.com>",
81
79
  "Matt Parrilla <matthew.parrilla@gmail.com>",
82
80
  "Matthew Kime <matt@mattki.me>",
83
81
  "Matti Korttila <matti.korttila@gmail.com>",
84
82
  "Michael Liang <mliang@opentable.com>",
85
83
  "Moshe Brevda <mbrevda@gmail.com>",
84
+ "Mårten Pettersson <mtnptrsn@gmail.com>",
86
85
  "Nicola Molinari <nicola.molinari@commercetools.de>",
87
86
  "Osipov Vladimir <zoux.me@gmail.com>",
88
87
  "p10ns11y <sathyam.peram@gmail.com>",
@@ -137,10 +136,5 @@
137
136
  "translate",
138
137
  "translation"
139
138
  ],
140
- "peerDependenciesMeta": {
141
- "typescript": {
142
- "optional": true
143
- }
144
- },
145
139
  "repository": "git@github.com:formatjs/formatjs.git"
146
140
  }