From 0af8fba7caeea57cbd1704afa74af70cf6c061fe Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+berry-13@users.noreply.github.com> Date: Sun, 20 Jul 2025 14:51:06 +0200 Subject: [PATCH] chore: bump client version to 0.1.3 and update dependencies --- package-lock.json | 101 +++++++++++++++++++++++++++++++---- packages/client/package.json | 18 +++---- 2 files changed, 101 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 455ccf0e91..4d2867499f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51465,7 +51465,7 @@ }, "packages/client": { "name": "@librechat/client", - "version": "0.1.2", + "version": "0.1.3", "dependencies": { "@ariakit/react": "^0.4.16", "@ariakit/react-core": "^0.4.17", @@ -51494,10 +51494,10 @@ "@tanstack/react-virtual": "^3.0.0", "class-variance-authority": "^0.6.0", "clsx": "^1.2.1", - "framer-motion": "^11.5.4", - "i18next-browser-languagedetector": "^8.0.4", + "framer-motion": "^12.23.6", + "i18next-browser-languagedetector": "^8.2.0", "input-otp": "^1.4.2", - "lucide-react": "^0.394.0", + "lucide-react": "^0.525.0", "match-sorter": "^6.3.4", "rc-input-number": "^7.4.2", "react-hook-form": "^7.56.4", @@ -51517,7 +51517,7 @@ "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "autoprefixer": "^10.4.20", - "i18next": "^24.2.3", + "i18next": "^25.3.2", "jotai": "^2.12.5", "postcss": "^8.4.31", "postcss-import": "^15.1.0", @@ -51537,11 +51537,11 @@ }, "peerDependencies": { "@tanstack/react-query": "^4.28.0 || ^5.69.0", - "i18next": "^24.2.2 || ^24.2.3", + "i18next": "^24.2.2 || ^25.3.2", "jotai": "^2.12.5", - "react": "^18.2.0 || ^19.0.0", - "react-dom": "^18.2.0 || ^19.0.0", - "react-i18next": "^15.4.0 || ^15.4.1" + "react": "^18.2.0 || ^19.1.0", + "react-dom": "^18.2.0 || ^19.1.0", + "react-i18next": "^15.4.0 || ^15.6.0" } }, "packages/client/node_modules/@radix-ui/primitive": { @@ -51859,6 +51859,33 @@ "balanced-match": "^1.0.0" } }, + "packages/client/node_modules/framer-motion": { + "version": "12.23.6", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.6.tgz", + "integrity": "sha512-dsJ389QImVE3lQvM8Mnk99/j8tiZDM/7706PCqvkQ8sSCnpmWxsgX+g0lj7r5OBVL0U36pIecCTBoIWcM2RuKw==", + "license": "MIT", + "dependencies": { + "motion-dom": "^12.23.6", + "motion-utils": "^12.23.6", + "tslib": "^2.4.0" + }, + "peerDependencies": { + "@emotion/is-prop-valid": "*", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@emotion/is-prop-valid": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } + } + }, "packages/client/node_modules/glob": { "version": "10.4.5", "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", @@ -51880,6 +51907,38 @@ "url": "https://github.com/sponsors/isaacs" } }, + "packages/client/node_modules/i18next": { + "version": "25.3.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.2.tgz", + "integrity": "sha512-JSnbZDxRVbphc5jiptxr3o2zocy5dEqpVm9qCGdJwRNO+9saUJS0/u4LnM/13C23fUEWxAylPqKU/NpMV/IjqA==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://locize.com" + }, + { + "type": "individual", + "url": "https://locize.com/i18next.html" + }, + { + "type": "individual", + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + } + ], + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.27.6" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, "packages/client/node_modules/jackspeak": { "version": "3.4.3", "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", @@ -51896,6 +51955,15 @@ "@pkgjs/parseargs": "^0.11.0" } }, + "packages/client/node_modules/lucide-react": { + "version": "0.525.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz", + "integrity": "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==", + "license": "ISC", + "peerDependencies": { + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "packages/client/node_modules/minimatch": { "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", @@ -51912,6 +51980,21 @@ "url": "https://github.com/sponsors/isaacs" } }, + "packages/client/node_modules/motion-dom": { + "version": "12.23.6", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.6.tgz", + "integrity": "sha512-G2w6Nw7ZOVSzcQmsdLc0doMe64O/Sbuc2bVAbgMz6oP/6/pRStKRiVRV4bQfHp5AHYAKEGhEdVHTM+R3FDgi5w==", + "license": "MIT", + "dependencies": { + "motion-utils": "^12.23.6" + } + }, + "packages/client/node_modules/motion-utils": { + "version": "12.23.6", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz", + "integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==", + "license": "MIT" + }, "packages/client/node_modules/pretty-format": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", diff --git a/packages/client/package.json b/packages/client/package.json index 96945d8e03..133872c7b6 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/client", - "version": "0.1.2", + "version": "0.1.3", "description": "React components for LibreChat", "main": "dist/index.js", "module": "dist/index.es.js", @@ -22,11 +22,11 @@ "dev": "rollup -c -w --bundleConfigAsCjs" }, "peerDependencies": { - "react": "^18.2.0 || ^19.0.0", - "react-dom": "^18.2.0 || ^19.0.0", + "react": "^18.2.0 || ^19.1.0", + "react-dom": "^18.2.0 || ^19.1.0", "@tanstack/react-query": "^4.28.0 || ^5.69.0", - "i18next": "^24.2.2 || ^24.2.3", - "react-i18next": "^15.4.0 || ^15.4.1", + "i18next": "^24.2.2 || ^25.3.2", + "react-i18next": "^15.4.0 || ^15.6.0", "jotai": "^2.12.5" }, "dependencies": { @@ -57,10 +57,10 @@ "@tanstack/react-virtual": "^3.0.0", "class-variance-authority": "^0.6.0", "clsx": "^1.2.1", - "framer-motion": "^11.5.4", - "i18next-browser-languagedetector": "^8.0.4", + "framer-motion": "^12.23.6", + "i18next-browser-languagedetector": "^8.2.0", "input-otp": "^1.4.2", - "lucide-react": "^0.394.0", + "lucide-react": "^0.525.0", "match-sorter": "^6.3.4", "rc-input-number": "^7.4.2", "react-hook-form": "^7.56.4", @@ -80,7 +80,7 @@ "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "autoprefixer": "^10.4.20", - "i18next": "^24.2.3", + "i18next": "^25.3.2", "jotai": "^2.12.5", "postcss": "^8.4.31", "postcss-import": "^15.1.0",