mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
chore: update dependencies to latest versions
This commit is contained in:
parent
8823e3cf23
commit
6c23df562b
2 changed files with 220 additions and 678 deletions
876
package-lock.json
generated
876
package-lock.json
generated
File diff suppressed because it is too large
Load diff
22
package.json
22
package.json
|
|
@ -25,27 +25,27 @@
|
|||
"@types/express": "^5.0.6",
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/path-browserify": "^1.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "8.59.0",
|
||||
"@typescript-eslint/parser": "8.59.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.59.2",
|
||||
"@typescript-eslint/parser": "8.59.2",
|
||||
"@vitest/ui": "^4.1.5",
|
||||
"builtin-modules": "5.1.0",
|
||||
"esbuild": "^0.28.0",
|
||||
"esbuild-svelte": "^0.9.4",
|
||||
"eslint": "^10.2.1",
|
||||
"eslint": "^10.3.0",
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
||||
"eslint-plugin-obsidianmd": "^0.2.4",
|
||||
"eslint-plugin-obsidianmd": "^0.2.9",
|
||||
"happy-dom": "^20.9.0",
|
||||
"obsidian": "latest",
|
||||
"svelte": "^5.55.5",
|
||||
"svelte-check": "^4.4.6",
|
||||
"svelte-check": "^4.4.8",
|
||||
"svelte-preprocess": "^6.0.3",
|
||||
"tslib": "2.8.1",
|
||||
"typescript": "^6.0.3",
|
||||
"vitest": "^4.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.91.1",
|
||||
"@google/genai": "^1.50.1",
|
||||
"@anthropic-ai/sdk": "^0.94.0",
|
||||
"@google/genai": "^1.52.0",
|
||||
"@shikijs/rehype": "^4.0.2",
|
||||
"core-js": "^3.49.0",
|
||||
"diff": "^9.0.0",
|
||||
|
|
@ -55,8 +55,8 @@
|
|||
"highlight.js": "^11.11.1",
|
||||
"katex": "^0.16.45",
|
||||
"lowlight": "^3.3.0",
|
||||
"officeparser": "^6.1.0",
|
||||
"openai": "^6.34.0",
|
||||
"officeparser": "^6.1.1",
|
||||
"openai": "^6.36.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"regex-parser": "^2.3.1",
|
||||
"rehype-highlight": "^7.0.2",
|
||||
|
|
@ -69,8 +69,8 @@
|
|||
"remark-rehype": "^11.1.2",
|
||||
"remark-wiki-link": "^2.0.1",
|
||||
"unified": "^11.0.5",
|
||||
"unpdf": "^1.6.0",
|
||||
"unpdf": "^1.6.2",
|
||||
"uuid": "^14.0.0",
|
||||
"zod": "^4.3.6"
|
||||
"zod": "^4.4.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue