[AI] desktop-client: drop unused absurd-sql dependency

desktop-client no longer imports absurd-sql directly — that plumbing
moved into loot-core's backend-worker module as part of the browser
worker consolidation. The dep was left over; removing it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
github-actions[bot]
2026-04-18 17:00:06 +01:00
parent 3ec327ccc9
commit 95a99200d0
3 changed files with 1 additions and 3 deletions

View File

@@ -139,7 +139,6 @@
"@use-gesture/react": "^10.3.1",
"@vitejs/plugin-basic-ssl": "^2.3.0",
"@vitejs/plugin-react": "^6.0.1",
"absurd-sql": "0.0.54",
"auto-text-size": "^0.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"cmdk": "^1.1.1",

View File

@@ -24,7 +24,7 @@ const ACTUAL_VERSION = Platform.isPlaywright
// *** Start the backend ***
//
// The multi-tab coordinator (leader/follower over SharedWorker), direct
// Worker fallback, and absurd-sql bridge now all live in loot-core
// Worker fallback, and sqlite worker bridge now all live in loot-core
// (packages/loot-core/src/platform/client/browser-preload). We only
// hand it the desktop-specific inputs.
const worker = startBrowserBackend({

View File

@@ -249,7 +249,6 @@ __metadata:
"@use-gesture/react": "npm:^10.3.1"
"@vitejs/plugin-basic-ssl": "npm:^2.3.0"
"@vitejs/plugin-react": "npm:^6.0.1"
absurd-sql: "npm:0.0.54"
auto-text-size: "npm:^0.2.3"
babel-plugin-react-compiler: "npm:^1.0.0"
cmdk: "npm:^1.1.1"