📦 chore: Add librechat-data-provider dependency in package.json and package-lock.json, and update build dependencies in turbo.json

This commit is contained in:
Danny Avila 2026-05-12 16:11:22 -04:00
parent ee073dc65c
commit adf2494515
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 7 additions and 0 deletions

2
package-lock.json generated
View file

@ -44677,6 +44677,7 @@
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jotai": "^2.12.5",
"librechat-data-provider": "*",
"lucide-react": "^0.525.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -44725,6 +44726,7 @@
"i18next-browser-languagedetector": "^8.2.0",
"input-otp": "^1.4.2",
"jotai": "^2.12.5",
"librechat-data-provider": "*",
"lucide-react": "^0.525.0",
"match-sorter": "^8.1.0",
"rc-input-number": "^7.4.2",

View file

@ -64,6 +64,7 @@
"i18next-browser-languagedetector": "^8.2.0",
"input-otp": "^1.4.2",
"jotai": "^2.12.5",
"librechat-data-provider": "*",
"lucide-react": "^0.525.0",
"match-sorter": "^8.1.0",
"rc-input-number": "^7.4.2",
@ -100,6 +101,7 @@
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jotai": "^2.12.5",
"librechat-data-provider": "*",
"lucide-react": "^0.525.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View file

@ -28,6 +28,9 @@
},
"@librechat/api#build": {
"dependsOn": ["^build", "librechat-data-provider#build", "@librechat/data-schemas#build"]
},
"@librechat/client#build": {
"dependsOn": ["^build", "librechat-data-provider#build"]
}
}
}