Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/csr-daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.63.0",
"react-i18next": "^15.7.3",
"react-i18next": "^16.0.0",
"react-router": "7.9.1",
"tslog": "^4.9.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr-daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.63.0",
"react-i18next": "^15.7.3",
"react-i18next": "^16.0.0",
"react-markdown": "^10.1.0",
"react-router": "^7.9.1",
"remix-hook-form": "^7.1.0",
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3765,7 +3765,7 @@ __metadata:
react: "npm:^19.1.1"
react-dom: "npm:^19.1.1"
react-hook-form: "npm:^7.63.0"
react-i18next: "npm:^15.7.3"
react-i18next: "npm:^16.0.0"
react-router: "npm:7.9.1"
sharp: "npm:^0.34.4"
svgo: "npm:^4.0.0"
Expand Down Expand Up @@ -7937,14 +7937,15 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:^15.7.3":
version: 15.7.3
resolution: "react-i18next@npm:15.7.3"
"react-i18next@npm:^16.0.0":
version: 16.2.4
resolution: "react-i18next@npm:16.2.4"
dependencies:
"@babel/runtime": "npm:^7.27.6"
html-parse-stringify: "npm:^3.0.1"
use-sync-external-store: "npm:^1.6.0"
peerDependencies:
i18next: ">= 25.4.1"
i18next: ">= 25.5.2"
react: ">= 16.8.0"
typescript: ^5
peerDependenciesMeta:
Expand All @@ -7954,7 +7955,7 @@ __metadata:
optional: true
typescript:
optional: true
checksum: 10c0/dc3ca1da9accb47f63b2049c94ff7a94ba92d76bad586aca7c2aa3b7a01c2d4e69d4363ff0cfa898cef22b109f2dd49864d6ac94cd9afbac485d44e70ed5a4d6
checksum: 10c0/8212fea51e0cd0b7236b9f009daf89f6dc37e152325ad848c02a1adaaa4f761c5036ecdbfda28c651b042b2734e34bdb2cb4cfb9f10ea09b52285f29bc4e05ba
languageName: node
linkType: hard

Expand Down Expand Up @@ -8963,7 +8964,7 @@ __metadata:
react: "npm:^19.1.1"
react-dom: "npm:^19.1.1"
react-hook-form: "npm:^7.63.0"
react-i18next: "npm:^15.7.3"
react-i18next: "npm:^16.0.0"
react-markdown: "npm:^10.1.0"
react-router: "npm:^7.9.1"
remix-hook-form: "npm:^7.1.0"
Expand Down Expand Up @@ -9828,6 +9829,15 @@ __metadata:
languageName: node
linkType: hard

"use-sync-external-store@npm:^1.6.0":
version: 1.6.0
resolution: "use-sync-external-store@npm:1.6.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10c0/35e1179f872a53227bdf8a827f7911da4c37c0f4091c29b76b1e32473d1670ebe7bcd880b808b7549ba9a5605c233350f800ffab963ee4a4ee346ee983b6019b
languageName: node
linkType: hard

"util-deprecate@npm:^1.0.1, util-deprecate@npm:^1.0.2, util-deprecate@npm:~1.0.1":
version: 1.0.2
resolution: "util-deprecate@npm:1.0.2"
Expand Down