chore: bump client version to 0.1.4 and update @react-spring dependencies

This commit is contained in:
Marco Beretta 2025-07-21 17:49:07 +02:00
parent 0af8fba7ca
commit 59412c2b36
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
2 changed files with 80 additions and 8 deletions

76
package-lock.json generated
View file

@ -51465,7 +51465,7 @@
},
"packages/client": {
"name": "@librechat/client",
"version": "0.1.3",
"version": "0.1.4",
"dependencies": {
"@ariakit/react": "^0.4.16",
"@ariakit/react-core": "^0.4.17",
@ -51489,7 +51489,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",
@ -51727,6 +51727,78 @@
}
}
},
"packages/client/node_modules/@react-spring/animated": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-10.0.1.tgz",
"integrity": "sha512-BGL3hA66Y8Qm3KmRZUlfG/mFbDPYajgil2/jOP0VXf2+o2WPVmcDps/eEgdDqgf5Pv9eBbyj7LschLMuSjlW3Q==",
"license": "MIT",
"dependencies": {
"@react-spring/shared": "~10.0.1",
"@react-spring/types": "~10.0.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"packages/client/node_modules/@react-spring/core": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@react-spring/core/-/core-10.0.1.tgz",
"integrity": "sha512-KaMMsN1qHuVTsFpg/5ajAVye7OEqhYbCq0g4aKM9bnSZlDBBYpO7Uf+9eixyXN8YEbF+YXaYj9eoWDs+npZ+sA==",
"license": "MIT",
"dependencies": {
"@react-spring/animated": "~10.0.1",
"@react-spring/shared": "~10.0.1",
"@react-spring/types": "~10.0.1"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-spring/donate"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"packages/client/node_modules/@react-spring/rafz": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@react-spring/rafz/-/rafz-10.0.1.tgz",
"integrity": "sha512-UrzG/d6Is+9i0aCAjsjWRqIlFFiC4lFqFHrH63zK935z2YDU95TOFio4VKGISJ5SG0xq4ULy7c1V3KU+XvL+Yg==",
"license": "MIT"
},
"packages/client/node_modules/@react-spring/shared": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@react-spring/shared/-/shared-10.0.1.tgz",
"integrity": "sha512-KR2tmjDShPruI/GGPfAZOOLvDgkhFseabjvxzZFFggJMPkyICLjO0J6mCIoGtdJSuHywZyc4Mmlgi+C88lS00g==",
"license": "MIT",
"dependencies": {
"@react-spring/rafz": "~10.0.1",
"@react-spring/types": "~10.0.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"packages/client/node_modules/@react-spring/types": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@react-spring/types/-/types-10.0.1.tgz",
"integrity": "sha512-Fk1wYVAKL+ZTYK+4YFDpHf3Slsy59pfFFvnnTfRjQQFGlyIo4VejPtDs3CbDiuBjM135YztRyZjIH2VbycB+ZQ==",
"license": "MIT"
},
"packages/client/node_modules/@react-spring/web": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@react-spring/web/-/web-10.0.1.tgz",
"integrity": "sha512-FgQk02OqFrYyJBTTnBTWAU0WPzkHkKXauc6aeexcvATvLapUxwnfGuLlsLYF8BYjEVfkivPT04ziAue6zyRBtQ==",
"license": "MIT",
"dependencies": {
"@react-spring/animated": "~10.0.1",
"@react-spring/core": "~10.0.1",
"@react-spring/shared": "~10.0.1",
"@react-spring/types": "~10.0.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"packages/client/node_modules/@tanstack/query-core": {
"version": "5.83.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.83.0.tgz",

View file

@ -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",