Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 6b73b41

Browse files
committed
Update react-intl v5.20.10 (from v3.1.13)
1 parent 63d2c19 commit 6b73b41

File tree

23 files changed

+165
-221
lines changed

23 files changed

+165
-221
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"react-final-form": "^6.5.3",
5252
"react-final-form-arrays": "^3.1.3",
5353
"react-helmet-async": "^1.0.6",
54-
"react-intl": "^3.1.13",
54+
"react-intl": "^5.20.10",
5555
"react-moment-proptypes": "^1.6.0",
5656
"react-redux": "^7.2.1",
5757
"react-router-dom": "^5.2.0",

src/components/ListingCard/__snapshots__/ListingCard.test.js.snap

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ exports[`ListingCard matches snapshot 1`] = `
4848
<div
4949
className="perUnit"
5050
>
51-
<FormattedMessage
51+
<MemoizedFormattedMessage
5252
id="ListingCard.perNight"
53-
values={Object {}}
5453
/>
5554
</div>
5655
</div>
@@ -67,7 +66,7 @@ exports[`ListingCard matches snapshot 1`] = `
6766
<div
6867
className="authorInfo"
6968
>
70-
<FormattedMessage
69+
<MemoizedFormattedMessage
7170
id="ListingCard.hostedBy"
7271
values={
7372
Object {

src/components/ManageListingCard/__snapshots__/ManageListingCard.test.js.snap

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ exports[`ManageListingCard matches snapshot 1`] = `
3838
<div
3939
className="menuOverlayContent"
4040
>
41-
<FormattedMessage
41+
<MemoizedFormattedMessage
4242
id="ManageListingCard.viewListing"
43-
values={Object {}}
4443
/>
4544
</div>
4645
</div>
@@ -96,9 +95,8 @@ exports[`ManageListingCard matches snapshot 1`] = `
9695
onClick={[Function]}
9796
rootClassName="menuItem"
9897
>
99-
<FormattedMessage
98+
<MemoizedFormattedMessage
10099
id="ManageListingCard.closeListing"
101-
values={Object {}}
102100
/>
103101
</InlineTextButton>
104102
</MenuItem>
@@ -122,9 +120,8 @@ exports[`ManageListingCard matches snapshot 1`] = `
122120
<div
123121
className="perUnit"
124122
>
125-
<FormattedMessage
123+
<MemoizedFormattedMessage
126124
id="ManageListingCard.perNight"
127-
values={Object {}}
128125
/>
129126
</div>
130127
</div>
@@ -168,9 +165,8 @@ exports[`ManageListingCard matches snapshot 1`] = `
168165
}
169166
}
170167
>
171-
<FormattedMessage
168+
<MemoizedFormattedMessage
172169
id="ManageListingCard.editListing"
173-
values={Object {}}
174170
/>
175171
</NamedLink>
176172
<span
@@ -190,9 +186,8 @@ exports[`ManageListingCard matches snapshot 1`] = `
190186
}
191187
}
192188
>
193-
<FormattedMessage
189+
<MemoizedFormattedMessage
194190
id="ManageListingCard.manageAvailability"
195-
values={Object {}}
196191
/>
197192
</NamedLink>
198193
</div>

0 commit comments

Comments
 (0)