react-intl 5.0.1 → 5.0.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.
- package/CHANGELOG.md +8 -0
- 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
|
+
## [5.0.2](https://github.com/formatjs/formatjs/compare/react-intl@5.0.1...react-intl@5.0.2) (2020-07-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package react-intl
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [5.0.1](https://github.com/formatjs/formatjs/compare/react-intl@5.0.0...react-intl@5.0.1) (2020-07-03)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package react-intl
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-intl",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.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",
|
|
@@ -133,18 +133,18 @@
|
|
|
133
133
|
"types": "./lib/react-intl.d.ts",
|
|
134
134
|
"sideEffects": false,
|
|
135
135
|
"dependencies": {
|
|
136
|
-
"@formatjs/intl-datetimeformat": "^2.0.
|
|
137
|
-
"@formatjs/intl-displaynames": "^3.0.
|
|
138
|
-
"@formatjs/intl-listformat": "^3.0.
|
|
139
|
-
"@formatjs/intl-numberformat": "^5.0.
|
|
140
|
-
"@formatjs/intl-relativetimeformat": "^6.0.
|
|
136
|
+
"@formatjs/intl-datetimeformat": "^2.0.2",
|
|
137
|
+
"@formatjs/intl-displaynames": "^3.0.2",
|
|
138
|
+
"@formatjs/intl-listformat": "^3.0.2",
|
|
139
|
+
"@formatjs/intl-numberformat": "^5.0.2",
|
|
140
|
+
"@formatjs/intl-relativetimeformat": "^6.0.2",
|
|
141
141
|
"@formatjs/intl-utils": "^3.6.0",
|
|
142
142
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
143
143
|
"@types/invariant": "^2.2.31",
|
|
144
144
|
"hoist-non-react-statics": "^3.3.2",
|
|
145
|
-
"intl-format-cache": "^4.2.
|
|
146
|
-
"intl-messageformat": "^9.0.
|
|
147
|
-
"intl-messageformat-parser": "^5.2.
|
|
145
|
+
"intl-format-cache": "^4.2.46",
|
|
146
|
+
"intl-messageformat": "^9.0.2",
|
|
147
|
+
"intl-messageformat-parser": "^5.2.4",
|
|
148
148
|
"shallow-equal": "^1.2.1"
|
|
149
149
|
},
|
|
150
150
|
"peerDependencies": {
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"ie 11"
|
|
168
168
|
],
|
|
169
169
|
"devDependencies": {
|
|
170
|
-
"@formatjs/intl-pluralrules": "^3.0.
|
|
170
|
+
"@formatjs/intl-pluralrules": "^3.0.2",
|
|
171
171
|
"@microsoft/api-documenter": "^7.8.14",
|
|
172
172
|
"@types/benchmark": "^1.0.31",
|
|
173
173
|
"@types/enzyme": "^3.10.5",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"tslib": "^1.11.1",
|
|
198
198
|
"typescript": "3.8"
|
|
199
199
|
},
|
|
200
|
-
"gitHead": "
|
|
200
|
+
"gitHead": "315646645e3906f787df93b0d082ed9b98ad6f4f"
|
|
201
201
|
}
|