update apply diff

This commit is contained in:
duanfuxiang
2025-03-23 09:34:44 +08:00
parent 570e8d9564
commit 635db9babd
34 changed files with 3161 additions and 410 deletions

View File

@@ -17,6 +17,7 @@
"license": "MIT",
"devDependencies": {
"@types/diff": "^5.2.3",
"@types/diff-match-patch": "^1.0.36",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.14.195",
"@types/lodash.debounce": "^4.0.9",
@@ -67,9 +68,11 @@
"axios": "^1.8.3",
"clsx": "^2.1.1",
"diff": "^7.0.0",
"diff-match-patch": "^1.0.5",
"drizzle-orm": "^0.35.2",
"esbuild-plugin-inline-worker": "^0.1.1",
"exponential-backoff": "^3.1.1",
"fastest-levenshtein": "^1.0.16",
"fuse.js": "^7.1.0",
"fuzzysort": "^3.1.0",
"groq-sdk": "^0.7.0",
@@ -96,6 +99,8 @@
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"simple-git": "^3.27.0",
"string-similarity": "^4.0.4",
"uuid": "^10.0.0",
"zod": "^3.22.4"
}