mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-18 05:39:05 +02:00
fix: update peer dependencies in @librechat/client to prevent bundling them
This commit is contained in:
parent
16f83c6e8e
commit
39f5dd47dc
2 changed files with 15 additions and 1 deletions
7
package-lock.json
generated
7
package-lock.json
generated
|
|
@ -49883,15 +49883,22 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@ariakit/react": "^0.4.17",
|
"@ariakit/react": "^0.4.17",
|
||||||
"@headlessui/react": "^2.2.4",
|
"@headlessui/react": "^2.2.4",
|
||||||
|
"@radix-ui/react-accordion": "^1.1.2",
|
||||||
|
"@radix-ui/react-icons": "^1.3.0",
|
||||||
"@radix-ui/react-separator": "^1.0.0",
|
"@radix-ui/react-separator": "^1.0.0",
|
||||||
"@radix-ui/react-slot": "^1.0.0",
|
"@radix-ui/react-slot": "^1.0.0",
|
||||||
"@radix-ui/react-toast": "^1.0.0",
|
"@radix-ui/react-toast": "^1.0.0",
|
||||||
|
"@react-spring/web": "^9.7.5",
|
||||||
|
"@tanstack/react-table": "^8.11.7",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"framer-motion": "^10.0.0",
|
"framer-motion": "^10.0.0",
|
||||||
|
"i18next": "^24.2.2",
|
||||||
|
"i18next-browser-languagedetector": "^8.0.3",
|
||||||
"lucide-react": "^0.263.0",
|
"lucide-react": "^0.263.0",
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
|
"react-i18next": "^15.4.0",
|
||||||
"react-resizable-panels": "^3.0.3",
|
"react-resizable-panels": "^3.0.3",
|
||||||
"recoil": "^0.7.7",
|
"recoil": "^0.7.7",
|
||||||
"tailwind-merge": "^1.14.0"
|
"tailwind-merge": "^1.14.0"
|
||||||
|
|
|
||||||
|
|
@ -24,18 +24,25 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@ariakit/react": "^0.4.17",
|
"@ariakit/react": "^0.4.17",
|
||||||
"@headlessui/react": "^2.2.4",
|
"@headlessui/react": "^2.2.4",
|
||||||
|
"@radix-ui/react-accordion": "^1.1.2",
|
||||||
|
"@radix-ui/react-icons": "^1.3.0",
|
||||||
"@radix-ui/react-separator": "^1.0.0",
|
"@radix-ui/react-separator": "^1.0.0",
|
||||||
"@radix-ui/react-slot": "^1.0.0",
|
"@radix-ui/react-slot": "^1.0.0",
|
||||||
"@radix-ui/react-toast": "^1.0.0",
|
"@radix-ui/react-toast": "^1.0.0",
|
||||||
|
"@react-spring/web": "^9.7.5",
|
||||||
|
"@tanstack/react-table": "^8.11.7",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"framer-motion": "^10.0.0",
|
"framer-motion": "^10.0.0",
|
||||||
"lucide-react": "^0.263.0",
|
"lucide-react": "^0.263.0",
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
|
"react-i18next": "^15.4.0",
|
||||||
"react-resizable-panels": "^3.0.3",
|
"react-resizable-panels": "^3.0.3",
|
||||||
"recoil": "^0.7.7",
|
"recoil": "^0.7.7",
|
||||||
"tailwind-merge": "^1.14.0"
|
"tailwind-merge": "^1.14.0",
|
||||||
|
"i18next": "^24.2.2",
|
||||||
|
"i18next-browser-languagedetector": "^8.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-alias": "^5.1.0",
|
"@rollup/plugin-alias": "^5.1.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue