update version

This commit is contained in:
熊潇 2025-06-08 21:47:18 +08:00
parent 9fc1f29c89
commit 3c5e6aa41e
3 changed files with 1193 additions and 1786 deletions

View File

@ -26,70 +26,71 @@
"@kevisual/codemirror": "workspace:*",
"@kevisual/components": "workspace:*",
"@kevisual/container": "1.0.0",
"@kevisual/query": "^0.0.17",
"@kevisual/query": "^0.0.28",
"@kevisual/query-config": "workspace:*",
"@kevisual/query-login": "workspace:*",
"@kevisual/query-upload": "workspace:*",
"@kevisual/resources": "workspace:*",
"@monaco-editor/react": "^4.7.0",
"@mui/material": "^7.1.0",
"@mui/material": "^7.1.1",
"@stackblitz/sdk": "^1.11.0",
"@tailwindcss/vite": "^4.1.6",
"@tailwindcss/vite": "^4.1.8",
"@uiw/react-textarea-code-editor": "^3.1.1",
"antd": "^5.25.1",
"antd": "^5.25.4",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"eventemitter3": "^5.0.1",
"i18next": "^25.1.2",
"i18next": "^25.2.1",
"i18next-http-backend": "^3.0.2",
"immer": "^10.1.1",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"marked": "^15.0.11",
"marked": "^15.0.12",
"nanoid": "^5.1.5",
"qrcode": "^1.5.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.56.3",
"react-i18next": "^15.5.1",
"react-hook-form": "^7.57.0",
"react-i18next": "^15.5.2",
"react-resizable-panels": "^3.0.2",
"react-router": "^7.6.0",
"react-router-dom": "^7.6.0",
"react-router": "^7.6.2",
"react-router-dom": "^7.6.2",
"react-toastify": "^11.0.5",
"vite-plugin-tsconfig-paths": "^1.4.1",
"zustand": "^5.0.4"
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@eslint/js": "^9.28.0",
"@kevisual/ssl": "^0.0.1",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.18",
"@types/node": "^22.15.30",
"@types/path-browserify": "^1.0.3",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"@vitejs/plugin-react": "^4.4.1",
"@vitejs/plugin-react": "^4.5.1",
"autoprefixer": "^10.4.21",
"cross-env": "^7.0.3",
"eslint": "^9.26.0",
"eslint": "^9.28.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.1.0",
"lucide-react": "^0.510.0",
"globals": "^16.2.0",
"lucide-react": "^0.513.0",
"path-browserify": "^1.0.1",
"postcss-import": "^16.1.0",
"pretty-bytes": "^7.0.0",
"react-is": "19.1.0",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.6",
"tailwindcss": "^4.1.8",
"tailwindcss-animate": "^1.0.7",
"turbo": "^2.5.3",
"turbo": "^2.5.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"typescript-eslint": "^8.33.1",
"vite": "^6.3.5"
},
"packageManager": "pnpm@10.11.0"
"packageManager": "pnpm@10.11.1"
}

2930
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import path from 'path';
import tailwindcss from '@tailwindcss/vite';
import basicSsl from '@vitejs/plugin-basic-ssl';
import basicSsl from '@kevisual/ssl';
const isDev = process.env.NODE_ENV === 'development';
const centerEnv = process.env.CENTER_ENV;
const plugins: any[] = [basicSsl()];