mirror of https://github.com/langgenius/dify.git
fix: llm node
This commit is contained in:
parent
31cca291b7
commit
e903cd8073
|
|
@ -67,7 +67,7 @@
|
|||
"katex": "^0.16.11",
|
||||
"ky": "^1.7.2",
|
||||
"lamejs": "^1.2.1",
|
||||
"lexical": "^0.16.0",
|
||||
"lexical": "^0.18.0",
|
||||
"line-clamp": "^1.0.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"mermaid": "11.4.1",
|
||||
|
|
@ -194,4 +194,4 @@
|
|||
"eslint --fix"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -145,6 +145,9 @@ importers:
|
|||
lexical:
|
||||
specifier: ^0.18.0
|
||||
version: 0.18.0
|
||||
line-clamp:
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
lodash-es:
|
||||
specifier: ^4.17.21
|
||||
version: 4.17.21
|
||||
|
|
@ -266,10 +269,13 @@ importers:
|
|||
specifier: ^0.0.1
|
||||
version: 0.0.1
|
||||
sharp:
|
||||
specifier: ^0.33.5
|
||||
specifier: ^0.33.2
|
||||
version: 0.33.5
|
||||
shave:
|
||||
specifier: ^5.0.4
|
||||
version: 5.0.4
|
||||
sortablejs:
|
||||
specifier: ^1.15.3
|
||||
specifier: ^1.15.0
|
||||
version: 1.15.3
|
||||
swr:
|
||||
specifier: ^2.1.0
|
||||
|
|
@ -5803,6 +5809,9 @@ packages:
|
|||
resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
line-clamp@1.0.0:
|
||||
resolution: {integrity: sha512-dCDlvMj572RIRBQ3x9aIX0DTdt2St1bMdpi64jVTAi5vqBck7wf+J97//+J7+pS80rFJaYa8HiyXCTp0flpnBA==}
|
||||
|
||||
lines-and-columns@1.2.4:
|
||||
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
||||
|
||||
|
|
@ -7413,6 +7422,9 @@ packages:
|
|||
resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
|
||||
shave@5.0.4:
|
||||
resolution: {integrity: sha512-AnvEI1wM2rQmrwCl364LVLLhzCzSHJ7DQmdd+fHJTnNzbD2mjsUAOcxWLLYKam7Q63skwyQf2CB2TCdJ2O5c8w==}
|
||||
|
||||
shebang-command@2.0.0:
|
||||
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
||||
engines: {node: '>=8'}
|
||||
|
|
@ -15176,6 +15188,8 @@ snapshots:
|
|||
|
||||
lilconfig@3.1.2: {}
|
||||
|
||||
line-clamp@1.0.0: {}
|
||||
|
||||
lines-and-columns@1.2.4: {}
|
||||
|
||||
lint-staged@15.2.10:
|
||||
|
|
@ -17297,6 +17311,8 @@ snapshots:
|
|||
'@img/sharp-win32-ia32': 0.33.5
|
||||
'@img/sharp-win32-x64': 0.33.5
|
||||
|
||||
shave@5.0.4: {}
|
||||
|
||||
shebang-command@2.0.0:
|
||||
dependencies:
|
||||
shebang-regex: 3.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue