1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: fixes typecheck (#4187)

This commit is contained in:
Amir Raminfar
2025-10-14 11:37:51 -07:00
committed by GitHub
parent d7b6e9ee50
commit b7b9ea7c6f
3 changed files with 629 additions and 219 deletions

View File

@@ -5,7 +5,7 @@ import { setupLayouts } from "virtual:generated-layouts";
export const router = createRouter({
history: createWebHistory(withBase("/")),
routes: setupLayouts(routes),
routes: setupLayouts([...routes]),
});
export const install = (app: App) => {

View File

@@ -54,7 +54,7 @@
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-transition": "^3.0.1",
"daisyui": "5.2.3",
"daisyui": "5.3.1",
"entities": "^7.0.0",
"fuse.js": "^7.1.0",
"lodash.debounce": "^4.0.8",
@@ -67,14 +67,14 @@
"unplugin-icons": "^22.4.2",
"unplugin-vue-components": "^29.1.0",
"unplugin-vue-macros": "^2.14.5",
"unplugin-vue-router": "^0.15.0",
"vite": "7.1.9",
"unplugin-vue-router": "^0.16.0",
"vite": "7.1.10",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.6.4",
"vue": "^3.5.22",
"vue-i18n": "^11.1.12",
"vue-router": "^4.5.1"
"vue-router": "^4.6.0"
},
"devDependencies": {
"@apache-arrow/esnext-esm": "^21.1.0",
@@ -101,7 +101,7 @@
"jsdom": "^27.0.0",
"lint-staged": "^16.2.4",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"prettier-plugin-tailwindcss": "^0.7.0",
"simple-git-hooks": "^2.13.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",

836
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff