This commit is contained in:
Elian Doran 2025-07-12 10:08:35 +03:00
commit d49244cbc8
No known key found for this signature in database
5 changed files with 682 additions and 176 deletions

View File

@ -18,7 +18,7 @@
}
},
"devDependencies": {
"dotenv": "17.1.0",
"dotenv": "17.2.0",
"electron": "37.2.0"
}
}

View File

@ -17,6 +17,6 @@
}
},
"devDependencies": {
"dotenv": "17.1.0"
"dotenv": "17.2.0"
}
}

View File

@ -88,7 +88,7 @@
"multer": "2.0.1",
"normalize-strings": "1.1.1",
"ollama": "0.5.16",
"openai": "5.8.3",
"openai": "5.9.0",
"rand-token": "1.0.1",
"safe-compare": "1.1.4",
"sanitize-filename": "1.6.3",

View File

@ -62,6 +62,6 @@
"codemirror-lang-elixir": "4.0.0",
"codemirror-lang-hcl": "0.1.0",
"codemirror-lang-mermaid": "0.5.0",
"eslint-linter-browserify": "9.30.1"
"eslint-linter-browserify": "9.31.0"
}
}

850
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff