Merge pull request #4129 from janhq/fix/memory-leak

fix: memory leak when the code block response is too long
This commit is contained in:
Louis 2024-11-26 17:10:12 +07:00 committed by GitHub
commit 79287d5748
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
"autoprefixer": "10.4.16",
"class-variance-authority": "^0.7.0",
"framer-motion": "^10.16.4",
"highlight.js": "^11.9.0",
"highlight.js": "^11.10.0",
"jotai": "^2.6.0",
"katex": "^0.16.10",
"lodash": "^4.17.21",
@ -83,5 +83,8 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.2.5",
"typescript": "^5.3.3"
},
"resolutions": {
"highlight.js": "11.10.0"
}
}