Skip to content

Commit

Permalink
Bump react-intl from 5.20.1 to 5.20.2 in /dashboard (#2968)
Browse files Browse the repository at this point in the history
Bumps [react-intl](https://github.com/formatjs/formatjs) from 5.20.1 to 5.20.2.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@5.20.1...react-intl@5.20.2)

---
updated-dependencies:
- dependency-name: react-intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2021
1 parent a9b4534 commit 5136cbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-diff-viewer": "^3.1.1",
"react-dom": "^16.13.0",
"react-helmet": "^6.1.0",
"react-intl": "^5.20.1",
"react-intl": "^5.20.2",
"react-jsonschema-form": "^1.0.3",
"react-markdown": "^6.0.2",
"react-minimal-pie-chart": "^8.2.0",
Expand Down
18 changes: 9 additions & 9 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1367,10 +1367,10 @@
"@formatjs/ecma402-abstract" "1.9.3"
tslib "^2.1.0"

"@formatjs/intl@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-1.12.1.tgz#58f701c961156f088fc4266d6181431056b27ac1"
integrity sha512-O14X/GKx28cEQQjfaIGgRoJoqtRX/yTQUED9PxlRlcp5quDwi2XGr6LinF+4LUmGXtJ1DeJnZl5krDwzRuw+Ew==
"@formatjs/intl@1.13.0":
version "1.13.0"
resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-1.13.0.tgz#31f11d88220b6b864e58d3a7c7cb46e3cee62bf3"
integrity sha512-Wu8NU+OT9ZmkRSeIfKBY8GRrsCpF/Abc7v6Q8wHzA/VxT7HZblhO8YryALISqc0Vdmq4xUnvbrX4cSNSXdafZg==
dependencies:
"@formatjs/ecma402-abstract" "1.9.3"
"@formatjs/fast-memoize" "1.1.1"
Expand Down Expand Up @@ -11797,14 +11797,14 @@ react-inspector@^2.3.0:
is-dom "^1.0.9"
prop-types "^15.6.1"

react-intl@^5.20.1:
version "5.20.1"
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-5.20.1.tgz#ec685994eb64c98fb129a5ba16109c65d1f1a7d3"
integrity sha512-1U8ngc2Tpq+WyQRHvpelW9Bsv1r1dzyGkNb5HdTMWKJNZ+3JZu0xYDMI7KphHZgLKl4iKFjYG4Lvw7tlYgthBA==
react-intl@^5.20.2:
version "5.20.2"
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-5.20.2.tgz#e453889e028502b9913e4ed1c35642ec74daba05"
integrity sha512-Uv3OydXIjF1wABfUm0mI8SItNQW7zuFaU42W0qXYVRvSoRXMv9rUorC1FLHTiS5zifQCRvWs65VejL8PO5he8w==
dependencies:
"@formatjs/ecma402-abstract" "1.9.3"
"@formatjs/icu-messageformat-parser" "2.0.6"
"@formatjs/intl" "1.12.1"
"@formatjs/intl" "1.13.0"
"@formatjs/intl-displaynames" "5.1.5"
"@formatjs/intl-listformat" "6.2.5"
"@types/hoist-non-react-statics" "^3.3.1"
Expand Down

0 comments on commit 5136cbc

Please sign in to comment.