Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 122de3a

Browse files
committed
fix(deps): update dependency react-intl to v6.7.0
1 parent 392d458 commit 122de3a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"gatsby-transformer-sharp": "5.13.1",
2727
"react": "18.3.1",
2828
"react-dom": "18.3.1",
29-
"react-intl": "6.6.8"
29+
"react-intl": "6.7.0"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "7.25.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,10 +1696,10 @@
16961696
dependencies:
16971697
tslib "^2.4.0"
16981698

1699-
"@formatjs/[email protected].4":
1700-
version "2.10.4"
1701-
resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-2.10.4.tgz#e1819e0858fb05ca65923a020f346bc74e894e92"
1702-
integrity sha512-56483O+HVcL0c7VucAS2tyH020mt9XTozZO67cwtGg0a7KWDukS/FzW3OnvaHmTHDuYsoPIzO+ZHVfU6fT/bJw==
1699+
"@formatjs/[email protected].5":
1700+
version "2.10.5"
1701+
resolved "https://registry.yarnpkg.com/@formatjs/intl/-/intl-2.10.5.tgz#1a83960fc1871f476385e006f2fee23cc439f416"
1702+
integrity sha512-f9qPNNgLrh2KvoFvHGIfcPTmNGbyy7lyyV4/P6JioDqtTE7Akdmgt+ZzVndr+yMLZnssUShyTMXxM/6aV9eVuQ==
17031703
dependencies:
17041704
"@formatjs/ecma402-abstract" "2.0.0"
17051705
"@formatjs/fast-memoize" "2.2.0"
@@ -11475,14 +11475,14 @@ react-error-overlay@^6.0.11:
1147511475
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
1147611476
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
1147711477

11478-
react-intl@6.6.8:
11479-
version "6.6.8"
11480-
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.6.8.tgz#cb60c90502d0025caf9f86ec298cdc4348da17c2"
11481-
integrity sha512-M0pkhzcgV31h++2901BiRXWl69hp2zPyLxRrSwRjd1ErXbNoubz/f4M6DrRTd4OiSUrT4ajRQzrmtS5plG4FtA==
11478+
react-intl@6.7.0:
11479+
version "6.7.0"
11480+
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.7.0.tgz#e84c20424017004f99e1af4e2cbc098f1eaace2e"
11481+
integrity sha512-f5QhjuKb+WEqiAbL5hDqUs2+sSRkF0vxkTbJ4A8ompt55XTyOHcrDlCXGq4o73ywFFrpgz+78C9IXegSLlya2A==
1148211482
dependencies:
1148311483
"@formatjs/ecma402-abstract" "2.0.0"
1148411484
"@formatjs/icu-messageformat-parser" "2.7.8"
11485-
"@formatjs/intl" "2.10.4"
11485+
"@formatjs/intl" "2.10.5"
1148611486
"@formatjs/intl-displaynames" "6.6.8"
1148711487
"@formatjs/intl-listformat" "7.5.7"
1148811488
"@types/hoist-non-react-statics" "^3.3.1"

0 commit comments

Comments
 (0)