Skip to content

Commit

Permalink
Merge pull request #1464 from sharetribe/dep-updates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
Gnito committed Aug 31, 2021
2 parents 3b48c34 + 2c12b03 commit 5e3d438
Show file tree
Hide file tree
Showing 24 changed files with 452 additions and 289 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2021-XX-XX

- [change] Updates to some of the libraries. React Intl had a breaking change v3 -> v5.
[#464](https://github.com/sharetribe/ftw-daily/pull/1464)
- [fix] Adblockers might block Google analytics (window.ga) and cause an error.
[#1462](https://github.com/sharetribe/ftw-daily/pull/1462)

Expand Down
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@mapbox/polyline": "^1.1.1",
"@sentry/browser": "5.20.1",
"@sentry/node": "5.20.1",
"array-includes": "^3.1.1",
"array-includes": "^3.1.3",
"array.prototype.find": "^2.1.1",
"autosize": "^4.0.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.18.3",
"classnames": "^2.2.6",
"classnames": "^2.3.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"core-js": "^3.6.5",
Expand All @@ -27,17 +27,17 @@
"express": "^4.16.4",
"express-enforces-ssl": "^1.1.0",
"express-sitemap": "^1.8.0",
"final-form": "^4.20.1",
"final-form": "^4.20.2",
"final-form-arrays": "^3.0.2",
"full-icu": "^1.3.1",
"full-icu": "^1.3.4",
"helmet": "^4.0.0",
"intl-pluralrules": "^1.0.3",
"intl-pluralrules": "^1.3.0",
"jose": "3.11.4",
"lodash": "^4.17.21",
"mapbox-gl-multitouch": "^1.0.3",
"moment": "^2.22.2",
"object.entries": "^1.1.2",
"object.values": "^1.1.1",
"object.entries": "^1.1.4",
"object.values": "^1.1.4",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
Expand All @@ -48,10 +48,10 @@
"react": "^16.13.1",
"react-dates": "^21.3.1",
"react-dom": "^16.13.1",
"react-final-form": "^6.5.1",
"react-final-form-arrays": "^3.1.2",
"react-final-form": "^6.5.3",
"react-final-form-arrays": "^3.1.3",
"react-helmet-async": "^1.0.6",
"react-intl": "^3.1.13",
"react-intl": "^5.20.10",
"react-moment-proptypes": "^1.6.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
Expand All @@ -67,19 +67,18 @@
},
"devDependencies": {
"bfj": "^7.0.2",
"chalk": "^v4.1.0",
"chalk": "^v4.1.2",
"concurrently": "^5.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"inquirer": "^7.3.3",
"nodemon": "^2.0.4",
"nodemon": "^2.0.12",
"prettier": "^1.18.2"
},
"resolutions": {
"react-dates/lodash": "^4.17.21",
"react-test-renderer": "^16.13.1",
"serialize-javascript": "^2.1.1"
"react-test-renderer": "^16.13.1"
},
"nodemonConfig": {
"execMap": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ exports[`ListingCard matches snapshot 1`] = `
<div
className="perUnit"
>
<FormattedMessage
<MemoizedFormattedMessage
id="ListingCard.perNight"
values={Object {}}
/>
</div>
</div>
Expand All @@ -67,7 +66,7 @@ exports[`ListingCard matches snapshot 1`] = `
<div
className="authorInfo"
>
<FormattedMessage
<MemoizedFormattedMessage
id="ListingCard.hostedBy"
values={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ exports[`ManageListingCard matches snapshot 1`] = `
<div
className="menuOverlayContent"
>
<FormattedMessage
<MemoizedFormattedMessage
id="ManageListingCard.viewListing"
values={Object {}}
/>
</div>
</div>
Expand Down Expand Up @@ -96,9 +95,8 @@ exports[`ManageListingCard matches snapshot 1`] = `
onClick={[Function]}
rootClassName="menuItem"
>
<FormattedMessage
<MemoizedFormattedMessage
id="ManageListingCard.closeListing"
values={Object {}}
/>
</InlineTextButton>
</MenuItem>
Expand All @@ -122,9 +120,8 @@ exports[`ManageListingCard matches snapshot 1`] = `
<div
className="perUnit"
>
<FormattedMessage
<MemoizedFormattedMessage
id="ManageListingCard.perNight"
values={Object {}}
/>
</div>
</div>
Expand Down Expand Up @@ -168,9 +165,8 @@ exports[`ManageListingCard matches snapshot 1`] = `
}
}
>
<FormattedMessage
<MemoizedFormattedMessage
id="ManageListingCard.editListing"
values={Object {}}
/>
</NamedLink>
<span
Expand All @@ -190,9 +186,8 @@ exports[`ManageListingCard matches snapshot 1`] = `
}
}
>
<FormattedMessage
<MemoizedFormattedMessage
id="ManageListingCard.manageAvailability"
values={Object {}}
/>
</NamedLink>
</div>
Expand Down
Loading

0 comments on commit 5e3d438

Please sign in to comment.