Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 47e49fd

Browse files
fix(deps): update formatjs monorepo
1 parent aa0d2a9 commit 47e49fd

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"next": "13.0.2",
2525
"react": "18.2.0",
2626
"react-dom": "18.2.0",
27-
"react-intl": "7.1.3",
27+
"react-intl": "7.1.5",
2828
"react-query": "3.39.3",
2929
"react-redux": "9.2.0",
3030
"react-router-dom": "7.1.5",
3131
"uuid": "11.0.5",
3232
"zod": "3.24.1"
3333
},
3434
"devDependencies": {
35-
"@formatjs/cli": "6.5.0",
35+
"@formatjs/cli": "6.6.0",
3636
"@testing-library/jest-dom": "6.6.3",
3737
"@testing-library/react": "15.0.7",
3838
"@types/node": "22.13.1",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,10 @@
360360
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
361361
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
362362

363-
"@formatjs/cli@6.5.0":
364-
version "6.5.0"
365-
resolved "https://registry.yarnpkg.com/@formatjs/cli/-/cli-6.5.0.tgz#7101e9fb7f9dde3f5341cb5d050708c1ec011fb2"
366-
integrity sha512-FgcR1SACqSqWzU5YhuZZQkWTRrLQs0taV3g8rpBlgL7WW6gFVIwkPAuQdqOIME1wEtQYjK5KaZ0R+D8M7hRzLA==
363+
"@formatjs/cli@6.6.0":
364+
version "6.6.0"
365+
resolved "https://registry.yarnpkg.com/@formatjs/cli/-/cli-6.6.0.tgz#37b1fbd03870425f8650ec699058b6f51c57b6c7"
366+
integrity sha512-/YYLJruwkf+UQbQDNhBvE6avEdZlNyhDv1R80slatxEZexc20sqoSaD05BbbvzZUhmHJzJBIENmlZpm/AVXadQ==
367367

368368
"@formatjs/[email protected]":
369369
version "1.11.4"
@@ -1172,6 +1172,13 @@
11721172
"@types/scheduler" "*"
11731173
csstype "^3.0.2"
11741174

1175+
"@types/react@16 || 17 || 18 || 19":
1176+
version "19.0.8"
1177+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.8.tgz#7098e6159f2a61e4f4cef2c1223c044a9bec590e"
1178+
integrity sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==
1179+
dependencies:
1180+
csstype "^3.0.2"
1181+
11751182
11761183
version "18.2.21"
11771184
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
@@ -4600,16 +4607,16 @@ react-intl@*:
46004607
intl-messageformat "9.13.0"
46014608
tslib "^2.1.0"
46024609

4603-
4604-
version "7.1.3"
4605-
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-7.1.3.tgz#0211c1f86617ee84a4afff3a5190314ca9b8d595"
4606-
integrity sha512-CrlVW+espQXVTgydgeZkPztWAtST2SvCWKr7FxZytGdQgx7YUemqNrHIUa/YxUbpcRMHnjPI4RHsQf/tEoRMhA==
4610+
4611+
version "7.1.5"
4612+
resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-7.1.5.tgz#086c1b7cfb00ab7c9f62241162aca86520a5dc4c"
4613+
integrity sha512-cVvsVdaOnZ85XBXU0Lc2PVGNhGlzl4UBV+aWAGe/zrV5Xr+CEW7izUsAp/fIuwvCsJl9R+aokppm+P7cdhnpUA==
46074614
dependencies:
46084615
"@formatjs/ecma402-abstract" "2.3.2"
46094616
"@formatjs/icu-messageformat-parser" "2.11.0"
46104617
"@formatjs/intl" "3.1.3"
46114618
"@types/hoist-non-react-statics" "3"
4612-
"@types/react" "16 || 17 || 18"
4619+
"@types/react" "16 || 17 || 18 || 19"
46134620
hoist-non-react-statics "3"
46144621
intl-messageformat "10.7.14"
46154622
tslib "2"

0 commit comments

Comments
 (0)