minor bug fixes

This commit is contained in:
Stijnus
2024-12-13 11:33:29 +01:00
parent b1a3e3993e
commit c0c1275226
6 changed files with 26419 additions and 358 deletions

View File

@@ -50,6 +50,7 @@
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.35.0",
"@heroicons/react": "^2.2.0",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/svg-spinners": "^1.2.1",
"@lezer/highlight": "^1.2.1",
@@ -85,8 +86,6 @@
"jszip": "^3.10.1",
"nanostores": "^0.10.3",
"ollama-ai-provider": "^0.15.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.6.1",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.7",
@@ -107,14 +106,16 @@
"@types/dom-speech-recognition": "^0.0.4",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"fast-glob": "^3.3.2",
"husky": "9.1.7",
"is-ci": "^3.0.1",
"node-fetch": "^3.3.2",
"pnpm": "^9.14.4",
"prettier": "^3.4.1",
"prettier": "^3.0.0-alpha.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass-embedded": "^1.81.0",
"typescript": "^5.7.2",
"unified": "^11.0.5",
@@ -131,4 +132,4 @@
"@typescript-eslint/utils": "^8.0.0-alpha.30"
},
"packageManager": "pnpm@9.4.0"
}
}