chore: update dependencies

This commit is contained in:
Yann Amsellem
2025-04-10 19:31:14 +02:00
parent 013052be25
commit 9831cef222
2 changed files with 392 additions and 384 deletions

742
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,40 +16,40 @@
"license": "MIT",
"dependencies": {
"@agnosticeng/cache": "^0.0.3",
"@agnosticeng/dv": "^0.0.9",
"@agnosticeng/dv": "^0.0.10",
"@agnosticeng/migrate": "^0.0.2",
"@agnosticeng/sqlite": "^0.0.5",
"@floating-ui/dom": "^1.6.13",
"@observablehq/plot": "^0.6.16",
"@observablehq/plot": "^0.6.17",
"@rich_harris/svelte-split-pane": "^2.0.0",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/api": "^2.4.1",
"@tauri-apps/plugin-dialog": "^2.2.1",
"@tauri-apps/plugin-fs": "^2.2.1",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"highlight.js": "^11.11.1",
"lodash": "^4.17.21",
"marked": "^15.0.7",
"marked": "^15.0.8",
"marked-highlight": "^2.2.1",
"monaco-editor": "^0.52.2",
"normalize.css": "^8.0.1",
"p-debounce": "^4.0.0",
"sql-formatter": "^15.4.9"
"sql-formatter": "^15.5.2"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/kit": "^2.20.5",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tauri-apps/cli": "^2.2.2",
"@tauri-apps/cli": "^2.4.1",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.15",
"@types/node": "^22.10.5",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^5.16.2",
"svelte-check": "^4.1.1",
"@types/lodash": "^4.17.16",
"@types/node": "^22.14.0",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.25.10",
"svelte-check": "^4.1.5",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.7"
"typescript": "^5.8.3",
"vite": "^6.2.6"
}
}