Skip to content

Commit

Permalink
Merge pull request #1483 from sharetribe/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kpuputti authored Dec 2, 2021
2 parents 154d077 + c74a423 commit 7b24a36
Show file tree
Hide file tree
Showing 4 changed files with 818 additions and 520 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] Update many dependencies. See full list in the package.json changes in the PR.
[#1483](https://github.com/sharetribe/ftw-daily/pull/1483)
- [fix] Double click issue. Show dedicated message, when current user doesn't have a pending email
address, but there's a verification error.
[#1485](https://github.com/sharetribe/ftw-daily/pull/1485)
Expand Down
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,76 +4,76 @@
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@formatjs/intl-relativetimeformat": "^4.2.1",
"@babel/runtime": "^7.16.3",
"@formatjs/intl-relativetimeformat": "^9.3.2",
"@loadable/component": "^5.14.1",
"@loadable/server": "^5.14.2",
"@mapbox/polyline": "^1.1.1",
"@sentry/browser": "5.20.1",
"@sentry/node": "5.20.1",
"array-includes": "^3.1.3",
"array.prototype.find": "^2.1.1",
"autosize": "^4.0.0",
"@sentry/browser": "^6.15.0",
"@sentry/node": "^6.15.0",
"array-includes": "^3.1.4",
"array.prototype.find": "^2.1.2",
"autosize": "^5.0.1",
"basic-auth": "^2.0.1",
"body-parser": "^1.18.3",
"classnames": "^2.3.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"core-js": "^3.6.5",
"cookie-parser": "^1.4.6",
"core-js": "^3.19.2",
"cors": "^2.8.5",
"decimal.js": "10.2.0",
"dotenv": "6.2.0",
"dotenv-expand": "4.2.0",
"decimal.js": "^10.3.1",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"express": "^4.16.4",
"express-enforces-ssl": "^1.1.0",
"express-sitemap": "^1.8.0",
"final-form": "^4.20.2",
"final-form": "^4.20.4",
"final-form-arrays": "^3.0.2",
"full-icu": "^1.3.4",
"helmet": "^4.0.0",
"intl-pluralrules": "^1.3.0",
"full-icu": "^1.4.0",
"helmet": "^4.6.0",
"intl-pluralrules": "^1.3.1",
"jose": "3.11.4",
"lodash": "^4.17.21",
"mapbox-gl-multitouch": "^1.0.3",
"moment": "^2.22.2",
"object.entries": "^1.1.4",
"object.values": "^1.1.4",
"passport": "^0.4.1",
"moment": "^2.29.1",
"object.entries": "^1.1.5",
"object.values": "^1.1.5",
"passport": "^0.5.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"path-to-regexp": "^6.1.0",
"path-to-regexp": "^6.2.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"query-string": "^7.0.1",
"raf": "^3.4.0",
"react": "^16.13.1",
"react-dates": "^21.3.1",
"react-dates": "^21.8.0",
"react-dom": "^16.13.1",
"react-final-form": "^6.5.3",
"react-final-form": "^6.5.7",
"react-final-form-arrays": "^3.1.3",
"react-helmet-async": "^1.0.6",
"react-intl": "^5.20.10",
"react-moment-proptypes": "^1.6.0",
"react-redux": "^7.2.1",
"react-helmet-async": "^1.1.2",
"react-intl": "^5.22.0",
"react-moment-proptypes": "^1.8.1",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-with-direction": "^1.3.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"react-with-direction": "^1.4.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"seedrandom": "^3.0.5",
"sharetribe-flex-sdk": "1.13.0",
"sharetribe-flex-sdk": "^1.15.0",
"sharetribe-scripts": "5.0.1",
"smoothscroll-polyfill": "^0.4.0",
"source-map-support": "^0.5.9",
"source-map-support": "^0.5.21",
"url": "^0.11.0"
},
"devDependencies": {
"bfj": "^7.0.2",
"chalk": "^v4.1.2",
"concurrently": "^5.3.0",
"concurrently": "^6.4.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.12",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"inquirer": "^8.2.0",
"nodemon": "^2.0.15",
"prettier": "^1.18.2"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion src/util/polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if (!Intl.PluralRules) {
// To support browsers that do not have Intl.RelativeTimeFormat (e.g IE11, Edge, Safari 12-), include this polyfill in your build along with individual CLDR data for each locale you support.
if (!Intl.RelativeTimeFormat) {
require('@formatjs/intl-relativetimeformat/polyfill');
require('@formatjs/intl-relativetimeformat/dist/locale-data/en');
require('@formatjs/intl-relativetimeformat/locale-data/en');

// By default, this library comes with en data. To load additional locale, you need include them on demand.
// e.g.
Expand Down
Loading

0 comments on commit 7b24a36

Please sign in to comment.