feat: add query and fix bugs

This commit is contained in:
2025-06-18 15:27:50 +08:00
parent fc37a99cf8
commit 1c7c5f388d
35 changed files with 2829 additions and 462 deletions

View File

@@ -26,7 +26,7 @@
"@kevisual/codemirror": "workspace:*",
"@kevisual/components": "workspace:*",
"@kevisual/container": "1.0.0",
"@kevisual/query": "^0.0.28",
"@kevisual/query": "^0.0.29",
"@kevisual/query-config": "workspace:*",
"@kevisual/query-login": "workspace:*",
"@kevisual/query-upload": "workspace:*",
@@ -34,9 +34,9 @@
"@monaco-editor/react": "^4.7.0",
"@mui/material": "^7.1.1",
"@stackblitz/sdk": "^1.11.0",
"@tailwindcss/vite": "^4.1.8",
"@tailwindcss/vite": "^4.1.10",
"@uiw/react-textarea-code-editor": "^3.1.1",
"antd": "^5.25.4",
"antd": "^5.26.1",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
@@ -52,9 +52,9 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.57.0",
"react-i18next": "^15.5.2",
"react-resizable-panels": "^3.0.2",
"react-hook-form": "^7.58.1",
"react-i18next": "^15.5.3",
"react-resizable-panels": "^3.0.3",
"react-router": "^7.6.2",
"react-router-dom": "^7.6.2",
"react-toastify": "^11.0.5",
@@ -62,35 +62,35 @@
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@eslint/js": "^9.29.0",
"@kevisual/ssl": "^0.0.1",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.30",
"@types/node": "^24.0.3",
"@types/path-browserify": "^1.0.3",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.1.6",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"@vitejs/plugin-react": "^4.5.1",
"@vitejs/plugin-react": "^4.5.2",
"autoprefixer": "^10.4.21",
"cross-env": "^7.0.3",
"eslint": "^9.28.0",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"lucide-react": "^0.513.0",
"lucide-react": "^0.516.0",
"path-browserify": "^1.0.1",
"postcss-import": "^16.1.0",
"postcss-import": "^16.1.1",
"pretty-bytes": "^7.0.0",
"react-is": "19.1.0",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.8",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.10",
"tailwindcss-animate": "^1.0.7",
"turbo": "^2.5.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1",
"typescript-eslint": "^8.34.1",
"vite": "^6.3.5"
},
"packageManager": "pnpm@10.11.1"
"packageManager": "pnpm@10.12.1"
}