mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
🐛 fix: Correct Endpoint/Icon Handling, Update Module Resolutions (#5205)
* fix: agent modelSpec iconURLs not being recorded * fix: prioritize message properties over conversation defaults in icon data * fix: determine endpoint type from endpointsConfig * chore: type issue with setting.columnSpan * chore: remove redundant key indexing for keySchema * chore: bump version to 0.7.691 in package.json * chore: add stricter remark-gfm and mdast-util-gfm resolutions/overrides * chore: remove rollup override and bump vite-plugin-pwa * chore: reinstall remark-gfm for correct module resolution * chore: reinstall vite-plugun-pwa
This commit is contained in:
parent
8aa1e731ca
commit
916faf6447
13 changed files with 204 additions and 197 deletions
|
@ -102,10 +102,13 @@
|
|||
"prettier-plugin-tailwindcss": "^0.2.2"
|
||||
},
|
||||
"overrides": {
|
||||
"vite-plugin-pwa": {
|
||||
"rollup": "^4.22.4"
|
||||
"mdast-util-gfm-autolink-literal": "2.0.0",
|
||||
"remark-gfm": {
|
||||
"mdast-util-gfm-autolink-literal": "2.0.0"
|
||||
},
|
||||
"mdast-util-gfm-autolink-literal": "2.0.0"
|
||||
"mdast-util-gfm": {
|
||||
"mdast-util-gfm-autolink-literal": "2.0.0"
|
||||
}
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue