Skip to content

Commit b806b75

Browse files
fix(deps): update dependency next-intl to v4
1 parent a9b6b1d commit b806b75

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"mathjs": "^14.8.1",
2525
"motion": "^12.23.12",
2626
"next": "^15.2.2",
27-
"next-intl": "^3.26.3",
27+
"next-intl": "^4.0.0",
2828
"prettier": "^3.3.0",
2929
"prettier-plugin-tailwindcss": "^0.6.1",
3030
"react": "^19.0.0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,11 @@
778778
resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.3.tgz"
779779
integrity sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==
780780

781+
"@schummar/[email protected]":
782+
version "1.21.5"
783+
resolved "https://registry.yarnpkg.com/@schummar/icu-type-parser/-/icu-type-parser-1.21.5.tgz#75989085bbbf80ee325874a0137437bde77e9baf"
784+
integrity sha512-bXHSaW5jRTmke9Vd0h5P7BtWZG9Znqb8gSDxZnxaGSJnGwPLDPfS+3g0BKzeWqzgZPsIVZkM7m2tbo18cm5HBw==
785+
781786
782787
version "0.1.3"
783788
resolved "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz"
@@ -2705,14 +2710,14 @@ negotiator@^1.0.0:
27052710
resolved "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz"
27062711
integrity sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==
27072712

2708-
next-intl@^3.26.3:
2709-
version "3.26.3"
2710-
resolved "https://registry.npmjs.org/next-intl/-/next-intl-3.26.3.tgz"
2711-
integrity sha512-6Y97ODrDsEE1J8cXKMHwg1laLdtkN66QMIqG8BzH4zennJRUNTtM8UMtBDyhfmF6uiZ+xsbWLXmHUgmUymUsfQ==
2713+
next-intl@^4.0.0:
2714+
version "4.3.10"
2715+
resolved "https://registry.yarnpkg.com/next-intl/-/next-intl-4.3.10.tgz#f194f658dd6110bd40acf70d5f4674d6e66673b4"
2716+
integrity sha512-iAP8RBlfCVl1wPgpWof7+/3kV4vUbOyQzS+jfkag/QtoBYF0y2uCqFM6m44ZR0bsPheSEJ/Uwvs1qt12nkROTg==
27122717
dependencies:
27132718
"@formatjs/intl-localematcher" "^0.5.4"
27142719
negotiator "^1.0.0"
2715-
use-intl "^3.26.3"
2720+
use-intl "^4.3.10"
27162721

27172722
next@^15.2.2:
27182723
version "15.2.2"
@@ -3738,12 +3743,13 @@ use-callback-ref@^1.3.0:
37383743
dependencies:
37393744
tslib "^2.0.0"
37403745

3741-
use-intl@^3.26.3:
3742-
version "3.26.3"
3743-
resolved "https://registry.npmjs.org/use-intl/-/use-intl-3.26.3.tgz"
3744-
integrity sha512-yY0a2YseO17cKwHA9M6fcpiEJ2Uo81DEU0NOUxNTp6lJVNOuI6nULANPVVht6IFdrYFtlsMmMoc97+Eq9/Tnng==
3746+
use-intl@^4.3.10:
3747+
version "4.3.10"
3748+
resolved "https://registry.yarnpkg.com/use-intl/-/use-intl-4.3.10.tgz#b595a89b2540fdde5d40d9696a8a34d6bf02d81e"
3749+
integrity sha512-d8VdQ3tsmazW8A5CbQY8h/Io7gFuskVroQaqr3LwT1/HfTOGYd4ZLY0d3LCXi9c2UxBCUPrfxLKXP6uPEPkKJg==
37453750
dependencies:
37463751
"@formatjs/fast-memoize" "^2.2.0"
3752+
"@schummar/icu-type-parser" "1.21.5"
37473753
intl-messageformat "^10.5.14"
37483754

37493755
use-mobile-detect-hook@^1.0.5:

0 commit comments

Comments
 (0)