react-intl 4.6.7 → 4.6.9
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 +16 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.6.9](https://github.com/formatjs/formatjs/compare/react-intl@4.6.8...react-intl@4.6.9) (2020-06-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package react-intl
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [4.6.8](https://github.com/formatjs/formatjs/compare/react-intl@4.6.7...react-intl@4.6.8) (2020-06-06)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package react-intl
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [4.6.7](https://github.com/formatjs/formatjs/compare/react-intl@4.6.6...react-intl@4.6.7) (2020-06-06)
|
|
7
23
|
|
|
8
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-intl",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.9",
|
|
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.2.
|
|
137
|
-
"@formatjs/intl-listformat": "^2.2.
|
|
138
|
-
"@formatjs/intl-numberformat": "^4.2.
|
|
139
|
-
"@formatjs/intl-relativetimeformat": "^5.2.
|
|
136
|
+
"@formatjs/intl-displaynames": "^2.2.6",
|
|
137
|
+
"@formatjs/intl-listformat": "^2.2.6",
|
|
138
|
+
"@formatjs/intl-numberformat": "^4.2.6",
|
|
139
|
+
"@formatjs/intl-relativetimeformat": "^5.2.6",
|
|
140
140
|
"@formatjs/intl-utils": "^3.3.1",
|
|
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.1.
|
|
144
|
+
"intl-format-cache": "^4.2.38",
|
|
145
|
+
"intl-messageformat": "^8.3.23",
|
|
146
|
+
"intl-messageformat-parser": "^5.1.3",
|
|
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.2.
|
|
169
|
+
"@formatjs/intl-pluralrules": "^2.2.6",
|
|
170
170
|
"@microsoft/api-documenter": "^7.7.18",
|
|
171
171
|
"@microsoft/api-extractor": "^7.7.13",
|
|
172
172
|
"@types/benchmark": "^1.0.31",
|
|
@@ -196,5 +196,5 @@
|
|
|
196
196
|
"tslib": "^1.11.1",
|
|
197
197
|
"typescript": "3.8"
|
|
198
198
|
},
|
|
199
|
-
"gitHead": "
|
|
199
|
+
"gitHead": "5544cdeb375df64f353a9b3efde55e28fa5616a6"
|
|
200
200
|
}
|