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
Update multiple packages including AI SDKs, build tools, and dev dependencies to their latest minor/patch versions
This commit is contained in:
parent
9a6bfdffa0
commit
dc8bc1583a
2 changed files with 227 additions and 592 deletions
803
package-lock.json
generated
803
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
|
@ -25,8 +25,8 @@
|
|||
"@types/express": "^5.0.6",
|
||||
"@types/node": "^25.5.0",
|
||||
"@types/path-browserify": "^1.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "8.57.0",
|
||||
"@typescript-eslint/parser": "8.57.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.57.1",
|
||||
"@typescript-eslint/parser": "8.57.1",
|
||||
"@vitest/ui": "^4.1.0",
|
||||
"builtin-modules": "5.0.0",
|
||||
"esbuild": "^0.27.4",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"eslint-plugin-obsidianmd": "^0.1.9",
|
||||
"happy-dom": "^20.8.4",
|
||||
"obsidian": "latest",
|
||||
"svelte": "^5.53.12",
|
||||
"svelte": "^5.54.1",
|
||||
"svelte-check": "^4.4.5",
|
||||
"svelte-preprocess": "^6.0.3",
|
||||
"tslib": "2.8.1",
|
||||
|
|
@ -44,19 +44,19 @@
|
|||
"vitest": "^4.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.78.0",
|
||||
"@google/genai": "^1.45.0",
|
||||
"@anthropic-ai/sdk": "^0.80.0",
|
||||
"@google/genai": "^1.46.0",
|
||||
"@shikijs/rehype": "^4.0.2",
|
||||
"core-js": "^3.48.0",
|
||||
"core-js": "^3.49.0",
|
||||
"diff": "^8.0.3",
|
||||
"diff2html": "^3.4.56",
|
||||
"express": "^5.2.1",
|
||||
"fuzzysort": "^3.1.0",
|
||||
"highlight.js": "^11.11.1",
|
||||
"katex": "^0.16.38",
|
||||
"katex": "^0.16.40",
|
||||
"lowlight": "^3.3.0",
|
||||
"officeparser": "^6.0.4",
|
||||
"openai": "^6.29.0",
|
||||
"openai": "^6.32.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"regex-parser": "^2.3.1",
|
||||
"rehype-highlight": "^7.0.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue