Skip to content

Commit

Permalink
fix(deps): update dependency react-intl to v6.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent 3bb98d2 commit 597ad91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-google-maps": "9.4.5",
"react-google-maps-loader": "4.3.1",
"react-google-places-suggest": "3.12.3",
"react-intl": "6.6.2",
"react-intl": "6.6.3",
"react-linkify": "1.0.0-alpha",
"react-places-autocomplete": "7.3.0",
"react-scripts": "5.0.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2504,10 +2504,10 @@
dependencies:
tslib "^2.4.0"

"@formatjs/intl@2.10.0":
version "2.10.0"
resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-2.10.0.tgz#d7bb557e172ceb0bb0be9298b61e9de957119985"
integrity sha512-X3xT9guVkKDS86EKV80lS0KxoazUglkJTGZO66sKY7otgl0VeStPA8B3u8UkKT47PexVV98fUzjpkchYmbe9nw==
"@formatjs/intl@2.10.1":
version "2.10.1"
resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-2.10.1.tgz#75ae637070553bf7dfd213847ba8219f5ddae2b6"
integrity sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==
dependencies:
"@formatjs/ecma402-abstract" "1.18.2"
"@formatjs/fast-memoize" "2.2.0"
Expand Down Expand Up @@ -10541,14 +10541,14 @@ react-google-places-suggest@3.12.3:
dependencies:
styled-components "^5.2.1"

react-intl@6.6.2:
version "6.6.2"
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.6.2.tgz#97a044afa9cac65ae62f404c8bb9cbd3aec52d41"
integrity sha512-IpW2IkLtGENSFlX3vfH11rjuCIsW0VyjT0Q1pPKMZPtT2z1FxLt4weFT5Ezti2TScT1xiyb3aQBFth9EB7jzAg==
react-intl@6.6.3:
version "6.6.3"
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.6.3.tgz#ac2dd81e7ec7003195163970ebf1db4f1af03b9d"
integrity sha512-vLKI0f+Q3pXD5szmCUPikTY7CJDPtxCBMG5YABQZ3IGEKzNB47zlvXyasUFfT25zpgQXeOfhRCdx4q6ubuR6bA==
dependencies:
"@formatjs/ecma402-abstract" "1.18.2"
"@formatjs/icu-messageformat-parser" "2.7.6"
"@formatjs/intl" "2.10.0"
"@formatjs/intl" "2.10.1"
"@formatjs/intl-displaynames" "6.6.6"
"@formatjs/intl-listformat" "7.5.5"
"@types/hoist-non-react-statics" "^3.3.1"
Expand Down

0 comments on commit 597ad91

Please sign in to comment.