mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-21 01:36:13 +01:00
chore: bump client version to 0.1.3 and update dependencies
This commit is contained in:
parent
d5cf83313b
commit
0af8fba7ca
2 changed files with 101 additions and 18 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue