LibreChat/packages/data-provider/react-query/package.json
Danny Avila ff1784568b
📦 chore: bump axios to v1.20.0, @librechat/agents to v3.7.4 (#15285)
* chore: bump axios to v1.20.0

* chore: bump axios in react-query package.json

* chore: bump agents sdk to v3.7.4
2026-08-27 08:56:29 -04:00

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"
}
}