Skip to content

Commit 48e2cd7

Browse files
Merge pull request #317 from openscript-ch/renovate/all-minor-patch
fix(deps): update dependency react-intl to v6.6.3
2 parents 8d68f63 + c0504ba commit 48e2cd7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react": "18.2.0",
3333
"react-alternating-timeline": "^2.1.4",
3434
"react-dom": "18.2.0",
35-
"react-intl": "6.6.2",
35+
"react-intl": "6.6.3",
3636
"react-use": "^17.4.0",
3737
"type-fest": "^4.9.0"
3838
},

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1631,10 +1631,10 @@
16311631
dependencies:
16321632
tslib "^2.4.0"
16331633

1634-
"@formatjs/intl@2.10.0":
1635-
version "2.10.0"
1636-
resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-2.10.0.tgz#d7bb557e172ceb0bb0be9298b61e9de957119985"
1637-
integrity sha512-X3xT9guVkKDS86EKV80lS0KxoazUglkJTGZO66sKY7otgl0VeStPA8B3u8UkKT47PexVV98fUzjpkchYmbe9nw==
1634+
"@formatjs/intl@2.10.1":
1635+
version "2.10.1"
1636+
resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-2.10.1.tgz#75ae637070553bf7dfd213847ba8219f5ddae2b6"
1637+
integrity sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==
16381638
dependencies:
16391639
"@formatjs/ecma402-abstract" "1.18.2"
16401640
"@formatjs/fast-memoize" "2.2.0"
@@ -13268,14 +13268,14 @@ react-error-overlay@^6.0.11:
1326813268
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
1326913269
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
1327013270

13271-
react-intl@6.6.2:
13272-
version "6.6.2"
13273-
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.6.2.tgz#97a044afa9cac65ae62f404c8bb9cbd3aec52d41"
13274-
integrity sha512-IpW2IkLtGENSFlX3vfH11rjuCIsW0VyjT0Q1pPKMZPtT2z1FxLt4weFT5Ezti2TScT1xiyb3aQBFth9EB7jzAg==
13271+
react-intl@6.6.3:
13272+
version "6.6.3"
13273+
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.6.3.tgz#ac2dd81e7ec7003195163970ebf1db4f1af03b9d"
13274+
integrity sha512-vLKI0f+Q3pXD5szmCUPikTY7CJDPtxCBMG5YABQZ3IGEKzNB47zlvXyasUFfT25zpgQXeOfhRCdx4q6ubuR6bA==
1327513275
dependencies:
1327613276
"@formatjs/ecma402-abstract" "1.18.2"
1327713277
"@formatjs/icu-messageformat-parser" "2.7.6"
13278-
"@formatjs/intl" "2.10.0"
13278+
"@formatjs/intl" "2.10.1"
1327913279
"@formatjs/intl-displaynames" "6.6.6"
1328013280
"@formatjs/intl-listformat" "7.5.5"
1328113281
"@types/hoist-non-react-statics" "^3.3.1"

0 commit comments

Comments
 (0)