mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
Bump dependency versions.
This commit is contained in:
parent
385271cb75
commit
1af7895b83
2 changed files with 371 additions and 854 deletions
1207
package-lock.json
generated
1207
package-lock.json
generated
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
|
@ -23,13 +23,13 @@
|
|||
"@eslint/js": "^9.39.2",
|
||||
"@testing-library/svelte": "^5.2.9",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/node": "^25.0.1",
|
||||
"@types/node": "^25.0.3",
|
||||
"@types/path-browserify": "^1.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "8.49.0",
|
||||
"@typescript-eslint/parser": "8.49.0",
|
||||
"@vitest/ui": "^4.0.15",
|
||||
"@typescript-eslint/eslint-plugin": "8.50.0",
|
||||
"@typescript-eslint/parser": "8.50.0",
|
||||
"@vitest/ui": "^4.0.16",
|
||||
"builtin-modules": "5.0.0",
|
||||
"esbuild": "^0.27.1",
|
||||
"esbuild": "^0.27.2",
|
||||
"esbuild-svelte": "^0.9.4",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
|
|
@ -41,11 +41,11 @@
|
|||
"svelte-preprocess": "^6.0.3",
|
||||
"tslib": "2.8.1",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^4.0.15"
|
||||
"vitest": "^4.0.16"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.71.2",
|
||||
"@google/genai": "^1.33.0",
|
||||
"@google/genai": "^1.34.0",
|
||||
"@shikijs/rehype": "^3.20.0",
|
||||
"core-js": "^3.47.0",
|
||||
"diff": "^8.0.2",
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
"highlight.js": "^11.11.1",
|
||||
"katex": "^0.16.27",
|
||||
"lowlight": "^3.3.0",
|
||||
"openai": "^6.10.0",
|
||||
"openai": "^6.14.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"regex-parser": "^2.3.1",
|
||||
"rehype-highlight": "^7.0.2",
|
||||
|
|
@ -70,6 +70,6 @@
|
|||
"unified": "^11.0.5",
|
||||
"unpdf": "^1.4.0",
|
||||
"uuid": "^13.0.0",
|
||||
"zod": "^4.1.13"
|
||||
"zod": "^4.2.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue