mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-09-11 00:49:59 +00:00
* chore: bump axios to v1.20.0 * chore: bump axios in react-query package.json * chore: bump agents sdk to v3.7.4
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"name": "librechat-data-provider/react-query",
|
|
"private": true,
|
|
"main": "../index.js",
|
|
"module": "./index.es.js",
|
|
"types": "../dist/types/react-query/index.d.ts",
|
|
"dependencies": {
|
|
"axios": "^1.20.0"
|
|
},
|
|
"overrides": {
|
|
"form-data": "^4.0.6"
|
|
}
|
|
}
|