Skip to content

Commit

Permalink
Merge pull request #1459 from sharetribe/update-lodash-in-resolutions
Browse files Browse the repository at this point in the history
Update lodash in resolutions
  • Loading branch information
Gnito committed Aug 6, 2021
2 parents 5ad0eef + e4b052c commit d18b45f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,23 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2021-XX-XX

- [change] Update lodash version number in package.json resolutions section.
[#1459](https://github.com/sharetribe/ftw-daily/pull/1459)
- [change] Dependabot update: url-parse (v1.5.1)
[#1436](https://github.com/sharetribe/ftw-daily/pull/1436)
- [change] Dependabot update: lodash (v4.17.21)
[#1437](https://github.com/sharetribe/ftw-daily/pull/1437)
- [change] Dependabot update: tar (v4.4.15)
[#1457](https://github.com/sharetribe/ftw-daily/pull/1457)
- [change] Dependabot update: ws (v6.2.2) [#1446](https://github.com/sharetribe/ftw-daily/pull/1446)
- [change] Dependabot update: hosted-git-info (v2.8.9)
[#1438](https://github.com/sharetribe/ftw-daily/pull/1438)
- [change] Dependabot update: trim-newlines (v3.0.1)
[#1449](https://github.com/sharetribe/ftw-daily/pull/1449)
- [change] Update sharetribe-scripts to version 5.0.1 which improves the instructions that are shown
after running yarn build command. [#1458](https://github.com/sharetribe/ftw-daily/pull/1458)
- [fix] Remove unused dep-resolution: handlebars.
[#1456](https://github.com/sharetribe/ftw-daily/pull/1456)
[#1456](https://github.com/sharetribe/ftw-daily/pull/1456)
- [fix] PriceFilterPopup: filter popup is not closing when clicking outside on Safari.
[#1455](https://github.com/sharetribe/ftw-daily/pull/1455)
- [fix] Add missing helper: isNumber. Used when Number.MAX_SAFE_INTEGER is reached.
Expand All @@ -25,9 +40,6 @@ way to update this template, but currently, we follow a pattern:
- [fix] TransactionPanel: fix typo [#1451](https://github.com/sharetribe/ftw-daily/pull/1451)
- [fix] searchMode (has_all/has_any) disappeared, when search-by-moving-the-map was used.
[#1443](https://github.com/sharetribe/ftw-daily/pull/1443)
- [change] Update sharetribe-scripts to version 5.0.1 which improves the
instructions that are shown after running yarn build command.
[#1458](https://github.com/sharetribe/ftw-daily/pull/1458)

## [v8.1.1] 2021-04-20

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"prettier": "^1.18.2"
},
"resolutions": {
"react-dates/lodash": "^4.17.19",
"react-dates/lodash": "^4.17.21",
"react-test-renderer": "^16.13.1",
"serialize-javascript": "^2.1.1"
},
Expand Down

0 comments on commit d18b45f

Please sign in to comment.