|
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | 21 | "@headlessui/react": "^2.2.0", |
22 | | - "@tauri-apps/api": "^2.3.0", |
| 22 | + "@tauri-apps/api": "^2.4.0", |
23 | 23 | "@tauri-apps/plugin-autostart": "~2.2.0", |
24 | 24 | "@tauri-apps/plugin-deep-link": "^2.2.0", |
25 | 25 | "@tauri-apps/plugin-dialog": "^2.2.0", |
|
28 | 28 | "@tauri-apps/plugin-os": "^2.2.1", |
29 | 29 | "@tauri-apps/plugin-process": "^2.2.0", |
30 | 30 | "@tauri-apps/plugin-shell": "^2.2.0", |
31 | | - "@tauri-apps/plugin-updater": "^2.6.0", |
| 31 | + "@tauri-apps/plugin-updater": "^2.6.1", |
32 | 32 | "@tauri-apps/plugin-websocket": "~2.3.0", |
33 | 33 | "@tauri-apps/plugin-window": "2.0.0-alpha.1", |
| 34 | + "@wavesurfer/react": "^1.0.9", |
34 | 35 | "ahooks": "^3.8.4", |
35 | 36 | "clsx": "^2.1.1", |
36 | 37 | "dotenv": "^16.4.7", |
|
39 | 40 | "i18next-browser-languagedetector": "^8.0.4", |
40 | 41 | "lodash-es": "^4.17.21", |
41 | 42 | "lucide-react": "^0.461.0", |
42 | | - "mermaid": "^11.4.1", |
43 | | - "nanoid": "^5.1.3", |
| 43 | + "mermaid": "^11.5.0", |
| 44 | + "nanoid": "^5.1.5", |
44 | 45 | "react": "^18.3.1", |
45 | 46 | "react-dom": "^18.3.1", |
46 | 47 | "react-hotkeys-hook": "^4.6.1", |
|
54 | 55 | "remark-gfm": "^4.0.1", |
55 | 56 | "remark-math": "^6.0.0", |
56 | 57 | "tauri-plugin-fs-pro-api": "^2.3.1", |
57 | | - "tauri-plugin-macos-permissions-api": "^2.1.1", |
| 58 | + "tauri-plugin-macos-permissions-api": "^2.2.0", |
58 | 59 | "tauri-plugin-screenshots-api": "^2.1.0", |
59 | 60 | "use-debounce": "^10.0.4", |
60 | 61 | "uuid": "^11.1.0", |
| 62 | + "wavesurfer.js": "^7.9.3", |
61 | 63 | "zustand": "^5.0.3" |
62 | 64 | }, |
63 | 65 | "devDependencies": { |
64 | | - "@tauri-apps/cli": "^2.3.1", |
| 66 | + "@tauri-apps/cli": "^2.4.0", |
65 | 67 | "@types/dom-speech-recognition": "^0.0.4", |
66 | 68 | "@types/lodash-es": "^4.17.12", |
67 | 69 | "@types/markdown-it": "^14.1.2", |
68 | | - "@types/node": "^22.13.10", |
69 | | - "@types/react": "^18.3.18", |
| 70 | + "@types/node": "^22.13.11", |
| 71 | + "@types/react": "^18.3.19", |
70 | 72 | "@types/react-dom": "^18.3.5", |
71 | 73 | "@types/react-katex": "^3.0.4", |
72 | 74 | "@types/react-window": "^1.8.8", |
|
0 commit comments