mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-27 21:58:51 +01:00
🔧 fix: Patch incorrect Package Installation (#1720)
This commit is contained in:
parent
74459d6261
commit
335980ac98
3 changed files with 2 additions and 6 deletions
|
|
@ -49,6 +49,7 @@
|
|||
"clsx": "^1.2.1",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"cross-env": "^7.0.3",
|
||||
"date-fns": "^3.3.1",
|
||||
"downloadjs": "^1.4.7",
|
||||
"export-from-json": "^1.7.2",
|
||||
"filenamify": "^6.0.0",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -13,9 +13,6 @@
|
|||
"client",
|
||||
"packages/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"date-fns": "^3.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.38.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
|
|
@ -885,6 +882,7 @@
|
|||
"clsx": "^1.2.1",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"cross-env": "^7.0.3",
|
||||
"date-fns": "^3.3.1",
|
||||
"downloadjs": "^1.4.7",
|
||||
"export-from-json": "^1.7.2",
|
||||
"filenamify": "^6.0.0",
|
||||
|
|
|
|||
|
|
@ -98,8 +98,5 @@
|
|||
"admin/",
|
||||
"packages/"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"date-fns": "^3.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue