mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-30 06:15:18 +01:00
chore: bump client version to 0.1.4 and update @react-spring dependencies
This commit is contained in:
parent
0af8fba7ca
commit
59412c2b36
2 changed files with 80 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@librechat/client",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "React components for LibreChat",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.es.js",
|
||||
|
|
@ -22,12 +22,12 @@
|
|||
"dev": "rollup -c -w --bundleConfigAsCjs"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"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 || ^25.3.2",
|
||||
"react-i18next": "^15.4.0 || ^15.6.0",
|
||||
"jotai": "^2.12.5"
|
||||
"jotai": "^2.12.5",
|
||||
"react": "^18.2.0 || ^19.1.0",
|
||||
"react-dom": "^18.2.0 || ^19.1.0",
|
||||
"react-i18next": "^15.4.0 || ^15.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ariakit/react": "^0.4.16",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"@radix-ui/react-tabs": "^1.0.3",
|
||||
"@radix-ui/react-toast": "^1.1.5",
|
||||
"@radix-ui/react-tooltip": "^1.2.7",
|
||||
"@react-spring/web": "^9.7.5",
|
||||
"@react-spring/web": "^10.0.1",
|
||||
"@tanstack/react-table": "^8.11.7",
|
||||
"@tanstack/react-virtual": "^3.0.0",
|
||||
"class-variance-authority": "^0.6.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue