|
|
@@ -18,23 +18,23 @@
|
|
|
"build:github-release": "powershell -NoProfile -ExecutionPolicy Bypass -Command \"if (-not $env:TAURI_SIGNING_PRIVATE_KEY_PATH) { $env:TAURI_SIGNING_PRIVATE_KEY_PATH = Join-Path $env:USERPROFILE '.tauri\\qmai-updater.key' }; if (-not (Test-Path $env:TAURI_SIGNING_PRIVATE_KEY_PATH)) { throw '缺少 TAURI_SIGNING_PRIVATE_KEY_PATH 对应的签名私钥文件' }; if ($null -eq $env:TAURI_SIGNING_PRIVATE_KEY_PASSWORD) { $env:TAURI_SIGNING_PRIVATE_KEY_PASSWORD = '' }; $env:CARGO_PROFILE_RELEASE_LTO='false'; $env:CARGO_PROFILE_RELEASE_CODEGEN_UNITS='16'; $env:CARGO_PROFILE_RELEASE_OPT_LEVEL='1'; npx tauri build; if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }; node scripts/build-portable.mjs; if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }; node scripts/prepare-github-release.mjs\""
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@base-ui/react": "^1.6.0",
|
|
|
+ "@base-ui/react": "^1.7.0",
|
|
|
"@dnd-kit/core": "^6.3.1",
|
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
|
- "@fontsource-variable/geist": "^5.2.9",
|
|
|
- "@milkdown/kit": "^7.20.0",
|
|
|
+ "@fontsource-variable/geist": "^5.3.0",
|
|
|
+ "@milkdown/kit": "^7.22.0",
|
|
|
"@milkdown/plugin-math": "^7.5.9",
|
|
|
- "@milkdown/react": "^7.21.2",
|
|
|
- "@milkdown/theme-nord": "^7.21.2",
|
|
|
+ "@milkdown/react": "^7.22.0",
|
|
|
+ "@milkdown/theme-nord": "^7.22.0",
|
|
|
"@react-sigma/core": "^5.0.6",
|
|
|
"@sigma/edge-curve": "^3.1.0",
|
|
|
- "@tailwindcss/vite": "^4.3.2",
|
|
|
+ "@tailwindcss/vite": "^4.3.3",
|
|
|
"@tauri-apps/api": "^2.11.1",
|
|
|
- "@tauri-apps/plugin-dialog": "^2.7.1",
|
|
|
+ "@tauri-apps/plugin-dialog": "^2.7.2",
|
|
|
"@tauri-apps/plugin-http": "^2.5.9",
|
|
|
"@tauri-apps/plugin-opener": "^2.5.4",
|
|
|
- "@tauri-apps/plugin-store": "^2.4.3",
|
|
|
+ "@tauri-apps/plugin-store": "^2.4.4",
|
|
|
"@tauri-apps/plugin-updater": "^2.10.1",
|
|
|
"@types/js-yaml": "^4.0.9",
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
@@ -42,40 +42,40 @@
|
|
|
"graphology": "^0.26.0",
|
|
|
"graphology-communities-louvain": "^2.0.2",
|
|
|
"graphology-layout-forceatlas2": "^0.10.1",
|
|
|
- "i18next": "^26.3.4",
|
|
|
- "js-yaml": "^4.3.0",
|
|
|
+ "i18next": "^26.3.6",
|
|
|
+ "js-yaml": "^4.3.1",
|
|
|
"jsonrepair": "^3.15.0",
|
|
|
"katex": "^0.16.47",
|
|
|
- "lucide-react": "^1.23.0",
|
|
|
- "mermaid": "^11.16.0",
|
|
|
- "opencc-js": "^1.4.0",
|
|
|
- "pangu": "^9.0.0",
|
|
|
- "pinyin-pro": "^3.28.1",
|
|
|
- "react": "^19.2.7",
|
|
|
- "react-dom": "^19.2.7",
|
|
|
- "react-i18next": "^17.0.8",
|
|
|
+ "lucide-react": "^1.28.0",
|
|
|
+ "mermaid": "^11.16.1",
|
|
|
+ "opencc-js": "^1.4.1",
|
|
|
+ "pangu": "^9.1.0",
|
|
|
+ "pinyin-pro": "^3.28.2",
|
|
|
+ "react": "^19.2.8",
|
|
|
+ "react-dom": "^19.2.8",
|
|
|
+ "react-i18next": "^17.0.11",
|
|
|
"react-markdown": "^10.1.0",
|
|
|
- "react-resizable-panels": "^4.12.1",
|
|
|
+ "react-resizable-panels": "^4.12.2",
|
|
|
"rehype-katex": "^7.0.1",
|
|
|
"remark-gfm": "^4.0.1",
|
|
|
"remark-math": "^6.0.0",
|
|
|
- "shadcn": "^4.13.0",
|
|
|
+ "shadcn": "^4.16.1",
|
|
|
"sigma": "^3.0.3",
|
|
|
"tailwind-merge": "^3.6.0",
|
|
|
- "tailwindcss": "^4.3.1",
|
|
|
+ "tailwindcss": "^4.3.3",
|
|
|
"tw-animate-css": "^1.4.0",
|
|
|
"zustand": "^5.0.14"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@tauri-apps/cli": "^2.11.4",
|
|
|
- "@types/node": "^25.9.4",
|
|
|
- "@types/react": "^19.2.17",
|
|
|
- "@types/react-dom": "^19.2.3",
|
|
|
- "@vitejs/plugin-react": "^6.0.3",
|
|
|
- "fast-check": "^4.8.0",
|
|
|
+ "@types/node": "^24.13.3",
|
|
|
+ "@types/react": "^19.2.18",
|
|
|
+ "@types/react-dom": "^19.2.4",
|
|
|
+ "@vitejs/plugin-react": "^6.0.5",
|
|
|
+ "fast-check": "^4.9.0",
|
|
|
"jsdom": "^29.1.1",
|
|
|
"typescript": "^5.9.3",
|
|
|
- "vite": "^8.1.3",
|
|
|
- "vitest": "^4.1.9"
|
|
|
+ "vite": "^8.2.0",
|
|
|
+ "vitest": "^4.1.10"
|
|
|
}
|
|
|
}
|