mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-05-13 07:46:47 +00:00
📦 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:
parent
ee073dc65c
commit
adf2494515
3 changed files with 7 additions and 0 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue