@librechat/client 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@librechat/client",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "React components for LibreChat",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -22,53 +22,14 @@
22
22
  "dev": "rollup -c -w --bundleConfigAsCjs"
23
23
  },
24
24
  "peerDependencies": {
25
- "@ariakit/react": "^0.4.15 || ^0.4.16",
26
- "@ariakit/react-core": "^0.4.17",
27
- "@headlessui/react": "^2.1.2",
28
- "@radix-ui/react-accordion": "^1.1.2",
29
- "@radix-ui/react-alert-dialog": "^1.0.2",
30
- "@radix-ui/react-checkbox": "^1.0.3",
31
- "@radix-ui/react-collapsible": "^1.0.3 || ^1.1.11",
32
- "@radix-ui/react-dialog": "^1.0.2",
33
- "@radix-ui/react-dropdown-menu": "^2.1.1",
34
- "@radix-ui/react-hover-card": "^1.0.5",
35
- "@radix-ui/react-icons": "^1.3.0",
36
- "@radix-ui/react-label": "^2.0.0 || ^2.1.7",
37
- "@radix-ui/react-progress": "^1.1.2",
38
- "@radix-ui/react-radio-group": "^1.3.7",
39
- "@radix-ui/react-select": "^2.0.0 || ^2.2.5",
40
- "@radix-ui/react-separator": "^1.0.3 || ^1.1.7",
41
- "@radix-ui/react-slider": "^1.1.1 || ^1.3.5",
42
- "@radix-ui/react-slot": "^1.0.0",
43
- "@radix-ui/react-switch": "^1.0.3 || ^1.2.5",
44
- "@radix-ui/react-tabs": "^1.0.3",
45
- "@radix-ui/react-toast": "^1.1.5",
46
- "@radix-ui/react-tooltip": "^1.2.7",
47
- "@react-spring/web": "^9.7.5",
25
+ "react": "^18.2.0 || ^19.1.0",
26
+ "react-dom": "^18.2.0 || ^19.1.0",
48
27
  "@tanstack/react-query": "^4.28.0 || ^5.69.0",
49
- "@tanstack/react-table": "^8.11.7",
50
- "@tanstack/react-virtual": "^3.0.0",
51
- "framer-motion": "^11.5.4",
52
- "i18next": "^24.2.2 || ^24.2.3",
53
- "i18next-browser-languagedetector": "^8.0.3 || ^8.0.4",
54
- "jotai": "^2.12.5",
55
- "react": "^18.2.0 || ^19.0.0",
56
- "react-dom": "^18.2.0 || ^19.0.0",
57
- "react-hook-form": "^7.56.4 || ^7.60.0",
58
- "react-i18next": "^15.4.0 || ^15.4.1",
59
- "react-resizable-panels": "^3.0.2",
60
- "react-textarea-autosize": "^8.4.0"
28
+ "i18next": "^24.2.2 || ^25.3.2",
29
+ "react-i18next": "^15.4.0 || ^15.6.0",
30
+ "jotai": "^2.12.5"
61
31
  },
62
32
  "dependencies": {
63
- "class-variance-authority": "^0.6.0",
64
- "clsx": "^1.2.1",
65
- "input-otp": "^1.4.2",
66
- "lucide-react": "^0.394.0",
67
- "match-sorter": "^6.3.4",
68
- "rc-input-number": "^7.4.2",
69
- "tailwind-merge": "^1.9.1"
70
- },
71
- "devDependencies": {
72
33
  "@ariakit/react": "^0.4.16",
73
34
  "@ariakit/react-core": "^0.4.17",
74
35
  "@headlessui/react": "^2.1.2",
@@ -92,6 +53,22 @@
92
53
  "@radix-ui/react-toast": "^1.1.5",
93
54
  "@radix-ui/react-tooltip": "^1.2.7",
94
55
  "@react-spring/web": "^9.7.5",
56
+ "@tanstack/react-table": "^8.11.7",
57
+ "@tanstack/react-virtual": "^3.0.0",
58
+ "class-variance-authority": "^0.6.0",
59
+ "clsx": "^1.2.1",
60
+ "framer-motion": "^12.23.6",
61
+ "i18next-browser-languagedetector": "^8.2.0",
62
+ "input-otp": "^1.4.2",
63
+ "lucide-react": "^0.525.0",
64
+ "match-sorter": "^6.3.4",
65
+ "rc-input-number": "^7.4.2",
66
+ "react-hook-form": "^7.56.4",
67
+ "react-resizable-panels": "^3.0.2",
68
+ "react-textarea-autosize": "^8.4.0",
69
+ "tailwind-merge": "^1.9.1"
70
+ },
71
+ "devDependencies": {
95
72
  "@rollup/plugin-alias": "^5.1.0",
96
73
  "@rollup/plugin-commonjs": "^25.0.2",
97
74
  "@rollup/plugin-node-resolve": "^15.0.0",
@@ -99,25 +76,18 @@
99
76
  "@rollup/plugin-terser": "^0.4.4",
100
77
  "@tailwindcss/typography": "^0.5.10",
101
78
  "@tanstack/react-query": "^5.69.0",
102
- "@tanstack/react-table": "^8.11.7",
103
- "@tanstack/react-virtual": "^3.0.0",
104
79
  "@testing-library/react": "^16.3.0",
105
80
  "@types/react": "^19.0.12",
106
81
  "@types/react-dom": "^19.0.4",
107
82
  "autoprefixer": "^10.4.20",
108
- "framer-motion": "^11.5.4",
109
- "i18next": "^24.2.3",
110
- "i18next-browser-languagedetector": "^8.0.4",
83
+ "i18next": "^25.3.2",
111
84
  "jotai": "^2.12.5",
112
85
  "postcss": "^8.4.31",
113
86
  "postcss-import": "^15.1.0",
114
87
  "postcss-preset-env": "^8.5.1",
115
88
  "react": "^19.0.0",
116
89
  "react-dom": "^19.0.0",
117
- "react-hook-form": "^7.56.4",
118
90
  "react-i18next": "^15.4.1",
119
- "react-resizable-panels": "^3.0.2",
120
- "react-textarea-autosize": "^8.4.0",
121
91
  "rimraf": "^5.0.1",
122
92
  "rollup": "^4.0.0",
123
93
  "rollup-plugin-peer-deps-external": "^2.2.4",