diff --git a/bun.lock b/bun.lock index 48f799097..2a4cd01b1 100644 --- a/bun.lock +++ b/bun.lock @@ -98,7 +98,7 @@ "react-dom": "^18.3.1", "react-dropzone-esm": "^15.2.0", "react-hot-toast": "^2.5.2", - "react-i18next": "^15.4.1", + "react-i18next": "^17.0.6", "remeda": "^2.21.2", "sharpstate": "^0.0.13", "short-uuid": "^6.0.3", @@ -2460,7 +2460,7 @@ "react-hot-toast": ["react-hot-toast@2.6.0", "", { "dependencies": { "csstype": "^3.1.3", "goober": "^2.1.16" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16" } }, "sha512-bH+2EBMZ4sdyou/DPrfgIouFpcRLCJ+HoCA32UoAYHn6T3Ur5yfcDCeSr5mwldl6pFOsiocmrXMuoCJ1vV8bWg=="], - "react-i18next": ["react-i18next@15.7.4", "", { "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { "i18next": ">= 23.4.0", "react": ">= 16.8.0", "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-nyU8iKNrI5uDJch0z9+Y5XEr34b0wkyYj3Rp+tfbahxtlswxSCjcUL9H0nqXo9IR3/t5Y5PKIA3fx3MfUyR9Xw=="], + "react-i18next": ["react-i18next@17.0.6", "", { "dependencies": { "@babel/runtime": "^7.29.2", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "i18next": ">= 26.0.1", "react": ">= 16.8.0", "typescript": "^5 || ^6" }, "optionalPeers": ["typescript"] }, "sha512-WzJ6SMKF+GTD7JZZqxSR1AKKmXjaSu39sClUrNlwxS4Tl7a99O+ltFy6yhPMO+wgZuxpQjJ2PZkfrQKmAqrLhw=="], "react-is": ["react-is@17.0.2", "", {}, "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="], diff --git a/packages/app-builder/package.json b/packages/app-builder/package.json index 7edb41809..b0f4db31e 100644 --- a/packages/app-builder/package.json +++ b/packages/app-builder/package.json @@ -122,7 +122,7 @@ "react-dom": "^18.3.1", "react-dropzone-esm": "^15.2.0", "react-hot-toast": "^2.5.2", - "react-i18next": "^15.4.1", + "react-i18next": "^17.0.6", "@xyflow/react": "^12.10.2", "remeda": "^2.21.2", "sharpstate": "^0.0.13",