chore: update dependencies to latest versions

Update all npm dependencies including major updates to @anthropic-ai/sdk (0.106.0), @google/genai (2.10.0), @shikijs/rehype (4.3.0), openai (6.45.0), and various dev dependencies including @testing-library/svelte (5.4.2), @typescript-eslint packages (8.62.0), eslint (10.6.0), svelte (5.56.4), and svelte-check (4.7.1).
This commit is contained in:
Andrew Beal 2026-06-27 14:49:19 +01:00
parent 1390fafe86
commit 9f6994e30d
2 changed files with 323 additions and 305 deletions

600
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,22 +22,22 @@
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
"@eslint/js": "^10.0.1",
"@testing-library/svelte": "^5.3.1",
"@testing-library/svelte": "^5.4.2",
"@types/express": "^5.0.6",
"@types/node": "^26.0.0",
"@types/node": "^26.0.1",
"@types/path-browserify": "^1.0.3",
"@typescript-eslint/eslint-plugin": "8.61.1",
"@typescript-eslint/parser": "8.61.1",
"@typescript-eslint/eslint-plugin": "8.62.0",
"@typescript-eslint/parser": "8.62.0",
"@vitest/ui": "^4.1.9",
"esbuild": "^0.28.1",
"esbuild-svelte": "^0.9.5",
"eslint": "^10.5.0",
"eslint": "^10.6.0",
"eslint-plugin-obsidianmd": "^0.3.0",
"globals": "^17.6.0",
"globals": "^17.7.0",
"happy-dom": "^20.10.6",
"obsidian": "latest",
"svelte": "^5.56.3",
"svelte-check": "^4.6.0",
"svelte": "^5.56.4",
"svelte-check": "^4.7.1",
"svelte-preprocess": "^6.0.5",
"tslib": "2.8.1",
"typescript": "^6.0.3",
@ -45,9 +45,9 @@
"yaml": "^2.9.0"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.105.0",
"@google/genai": "^2.9.0",
"@shikijs/rehype": "^4.2.0",
"@anthropic-ai/sdk": "^0.106.0",
"@google/genai": "^2.10.0",
"@shikijs/rehype": "^4.3.0",
"core-js": "^3.49.0",
"diff": "^9.0.0",
"diff2html": "^3.4.56",
@ -56,12 +56,12 @@
"highlight.js": "^11.11.1",
"katex": "^0.17.0",
"lowlight": "^3.3.0",
"officeparser": "^7.2.1",
"openai": "^6.44.0",
"officeparser": "^7.2.2",
"openai": "^6.45.0",
"path-browserify": "^1.0.1",
"regex-parser": "^2.3.1",
"unpdf": "^1.6.2",
"uuid": "^14.0.0",
"uuid": "^14.0.1",
"zod": "^4.4.3"
}
}