Skip to content

Commit 308d1b3

Browse files
fix(deps): update dependency next-intl to v4
1 parent fefb93e commit 308d1b3

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
@@ -23,7 +23,7 @@
2323
"lucide-react": "^0.507.0",
2424
"motion": "^12.5.0",
2525
"next": "^15.2.2",
26-
"next-intl": "^3.26.3",
26+
"next-intl": "^4.0.0",
2727
"prettier": "^3.3.0",
2828
"prettier-plugin-tailwindcss": "^0.6.1",
2929
"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.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.11.0.tgz#75dce8e972f90bba488e2b0cc677fb233aa357ab"
779779
integrity sha512-zxnHvoMQVqewTJr/W4pKjF0bMGiKJv1WX7bSrkl46Hg0QjESbzBROWK0Wg4RphzSOS5Jiy7eFimmM3UgMrMZbQ==
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.yarnpkg.com/@swc/counter/-/counter-0.1.3.tgz#cc7463bd02949611c6329596fccd2b0ec782b0e9"
@@ -2971,14 +2976,14 @@ negotiator@^1.0.0:
29712976
resolved "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz"
29722977
integrity sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==
29732978

2974-
next-intl@^3.26.3:
2975-
version "3.26.3"
2976-
resolved "https://registry.npmjs.org/next-intl/-/next-intl-3.26.3.tgz"
2977-
integrity sha512-6Y97ODrDsEE1J8cXKMHwg1laLdtkN66QMIqG8BzH4zennJRUNTtM8UMtBDyhfmF6uiZ+xsbWLXmHUgmUymUsfQ==
2979+
next-intl@^4.0.0:
2980+
version "4.3.7"
2981+
resolved "https://registry.yarnpkg.com/next-intl/-/next-intl-4.3.7.tgz#290cf04af7afa1a6623306cf9d18f1e4ff4097d8"
2982+
integrity sha512-2bVsHSnSj5boJMaUR5SY6bu3khFtNf0he+s1nj23PFGWPCYWHPqa+FOe4YCzkKw1BpB+3UkUn1PNqJCdZNpWwg==
29782983
dependencies:
29792984
"@formatjs/intl-localematcher" "^0.5.4"
29802985
negotiator "^1.0.0"
2981-
use-intl "^3.26.3"
2986+
use-intl "^4.3.7"
29822987

29832988
next@^15.2.2:
29842989
version "15.3.2"
@@ -4136,12 +4141,13 @@ use-callback-ref@^1.3.0:
41364141
dependencies:
41374142
tslib "^2.0.0"
41384143

4139-
use-intl@^3.26.3:
4140-
version "3.26.3"
4141-
resolved "https://registry.npmjs.org/use-intl/-/use-intl-3.26.3.tgz"
4142-
integrity sha512-yY0a2YseO17cKwHA9M6fcpiEJ2Uo81DEU0NOUxNTp6lJVNOuI6nULANPVVht6IFdrYFtlsMmMoc97+Eq9/Tnng==
4144+
use-intl@^4.3.7:
4145+
version "4.3.7"
4146+
resolved "https://registry.yarnpkg.com/use-intl/-/use-intl-4.3.7.tgz#ac9817f30a3427ce1c44010be3eaeeb681c3b6d3"
4147+
integrity sha512-IkRFatZEIAm+JfFBAU2Bleb3f2DVt8WldIn5EZVSVu4D5U0QYq2hwB28LHAt15TDhfQw5sdEPsDpvJ2Uj8HjqA==
41434148
dependencies:
41444149
"@formatjs/fast-memoize" "^2.2.0"
4150+
"@schummar/icu-type-parser" "1.21.5"
41454151
intl-messageformat "^10.5.14"
41464152

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

0 commit comments

Comments
 (0)