Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps (patch updates) #1291

Merged
merged 12 commits into from
May 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ way to update this template, but currently, we follow a pattern:

- [fix] In some situations, ProfileMenu has began to overflow on TopbarDesktop.
[#1290](https://github.com/sharetribe/ftw-daily/pull/1290)
- [change] Update dependencies (patch updates only)
[#1291](https://github.com/sharetribe/ftw-daily/pull/1291)

## [v4.4.3] 2020-05-13

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"@sentry/browser": "5.7.1",
"@sentry/node": "5.7.1",
"array-includes": "^3.0.3",
"array.prototype.find": "^2.0.4",
"array.prototype.find": "^2.1.1",
"autosize": "^4.0.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.18.3",
"classnames": "^2.2.6",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cookie-parser": "^1.4.5",
"core-js": "^3.1.4",
"decimal.js": "10.2.0",
"dotenv": "6.2.0",
Expand All @@ -24,15 +24,15 @@
"express-enforces-ssl": "^1.1.0",
"express-sitemap": "^1.8.0",
"final-form": "^4.18.5",
"final-form-arrays": "^3.0.0",
"full-icu": "^1.3.0",
"final-form-arrays": "^3.0.2",
"full-icu": "^1.3.1",
"helmet": "^3.21.2",
"intl-pluralrules": "^1.0.3",
"lodash": "^4.17.14",
"mapbox-gl-multitouch": "^1.0.3",
"moment": "^2.22.2",
"object.entries": "^1.0.4",
"object.values": "^1.0.4",
"object.entries": "^1.1.1",
"object.values": "^1.1.1",
"path-to-regexp": "^3.0.0",
"prop-types": "^15.7.2",
"query-string": "^5.1.1",
Expand All @@ -43,14 +43,14 @@
"react-final-form": "^6.3.0",
"react-final-form-arrays": "^3.1.1",
"react-google-maps": "^9.4.5",
"react-helmet-async": "^1.0.2",
"react-helmet-async": "^1.0.6",
"react-intl": "^3.1.13",
"react-moment-proptypes": "^1.6.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"redux": "^4.0.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"seedrandom": "^3.0.3",
"seedrandom": "^3.0.5",
"sharetribe-flex-sdk": "^1.9.1",
"sharetribe-scripts": "3.1.1",
"smoothscroll-polyfill": "^0.4.0",
Expand All @@ -59,11 +59,11 @@
},
"devDependencies": {
"babel-jest": "24.9.0",
"bfj": "^7.0.1",
"bfj": "^7.0.2",
"chalk": "^2.4.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.0",
"enzyme-to-json": "^3.3.5",
"enzyme-to-json": "^3.4.4",
"inquirer": "^7.0.0",
"nodemon": "^1.17.2",
"prettier": "^1.18.2"
Expand Down
Loading