react-intl 4.5.11 → 4.5.12
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/CHANGELOG.md +8 -0
- package/dist/react-intl.d.ts +0 -2
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.5.12](https://github.com/formatjs/formatjs/compare/react-intl@4.5.11...react-intl@4.5.12) (2020-05-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package react-intl
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [4.5.11](https://github.com/formatjs/formatjs/compare/react-intl@4.5.10...react-intl@4.5.11) (2020-05-23)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package react-intl
|
package/dist/react-intl.d.ts
CHANGED
|
@@ -509,9 +509,7 @@ declare type Locale = string;
|
|
|
509
509
|
|
|
510
510
|
declare interface LocaleData<T> {
|
|
511
511
|
data: Record<Locale, T>;
|
|
512
|
-
aliases: Record<string, string>;
|
|
513
512
|
availableLocales: string[];
|
|
514
|
-
parentLocales: Record<string, string>;
|
|
515
513
|
}
|
|
516
514
|
|
|
517
515
|
declare type LocaleFieldsData = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-intl",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.12",
|
|
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",
|
|
@@ -133,17 +133,17 @@
|
|
|
133
133
|
"types": "./lib/react-intl.d.ts",
|
|
134
134
|
"sideEffects": false,
|
|
135
135
|
"dependencies": {
|
|
136
|
-
"@formatjs/intl-displaynames": "^2.0
|
|
137
|
-
"@formatjs/intl-listformat": "^2.0
|
|
138
|
-
"@formatjs/intl-numberformat": "^4.0
|
|
139
|
-
"@formatjs/intl-relativetimeformat": "^5.0
|
|
140
|
-
"@formatjs/intl-utils": "^3.0
|
|
136
|
+
"@formatjs/intl-displaynames": "^2.1.0",
|
|
137
|
+
"@formatjs/intl-listformat": "^2.1.0",
|
|
138
|
+
"@formatjs/intl-numberformat": "^4.1.0",
|
|
139
|
+
"@formatjs/intl-relativetimeformat": "^5.1.0",
|
|
140
|
+
"@formatjs/intl-utils": "^3.1.0",
|
|
141
141
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
142
142
|
"@types/invariant": "^2.2.31",
|
|
143
143
|
"hoist-non-react-statics": "^3.3.2",
|
|
144
|
-
"intl-format-cache": "^4.2.
|
|
145
|
-
"intl-messageformat": "^8.3.
|
|
146
|
-
"intl-messageformat-parser": "^5.0.
|
|
144
|
+
"intl-format-cache": "^4.2.31",
|
|
145
|
+
"intl-messageformat": "^8.3.16",
|
|
146
|
+
"intl-messageformat-parser": "^5.0.9",
|
|
147
147
|
"shallow-equal": "^1.2.1"
|
|
148
148
|
},
|
|
149
149
|
"peerDependencies": {
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"ie 11"
|
|
167
167
|
],
|
|
168
168
|
"devDependencies": {
|
|
169
|
-
"@formatjs/intl-pluralrules": "^2.0
|
|
169
|
+
"@formatjs/intl-pluralrules": "^2.1.0",
|
|
170
170
|
"@microsoft/api-documenter": "^7.7.18",
|
|
171
171
|
"@microsoft/api-extractor": "^7.7.13",
|
|
172
172
|
"@types/benchmark": "^1.0.31",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"tslib": "^1.11.1",
|
|
198
198
|
"typescript": "3.8"
|
|
199
199
|
},
|
|
200
|
-
"gitHead": "
|
|
200
|
+
"gitHead": "91d1251eb9a54e153314e6c14572cd5dfd01b9ce"
|
|
201
201
|
}
|