|
20 | 20 | "dependencies": {
|
21 | 21 | "@adahiya/raga-lib": "workspace:^",
|
22 | 22 | "@emotion/react": "^11.14.0",
|
23 |
| - "@mantine/colors-generator": "^7.16.2", |
24 |
| - "@mantine/core": "^7.16.2", |
25 |
| - "@mantine/dates": "^7.16.2", |
26 |
| - "@mantine/dropzone": "^7.16.2", |
27 |
| - "@mantine/form": "^7.16.2", |
28 |
| - "@mantine/hooks": "^7.16.2", |
29 |
| - "@mantine/modals": "^7.16.2", |
30 |
| - "@mantine/notifications": "^7.16.2", |
31 |
| - "@mantine/nprogress": "^7.16.2", |
32 |
| - "@mantine/spotlight": "^7.16.2", |
| 23 | + "@mantine/colors-generator": "^7.17.1", |
| 24 | + "@mantine/core": "^7.17.1", |
| 25 | + "@mantine/dates": "^7.17.1", |
| 26 | + "@mantine/dropzone": "^7.17.1", |
| 27 | + "@mantine/form": "^7.17.1", |
| 28 | + "@mantine/hooks": "^7.17.1", |
| 29 | + "@mantine/modals": "^7.17.1", |
| 30 | + "@mantine/notifications": "^7.17.1", |
| 31 | + "@mantine/nprogress": "^7.17.1", |
| 32 | + "@mantine/spotlight": "^7.17.1", |
33 | 33 | "@number-flow/react": "^0.5.5",
|
34 | 34 | "@roarr/browser-log-writer": "^1.3.0",
|
35 |
| - "@table-library/react-table-library": "^4.1.7", |
36 |
| - "@tinyhttp/app": "^2.5.0", |
37 |
| - "ansis": "^3.10.0", |
| 35 | + "@table-library/react-table-library": "^4.1.12", |
| 36 | + "@tinyhttp/app": "^2.5.2", |
| 37 | + "ansis": "^3.17.0", |
38 | 38 | "app-root-dir": "^1.0.2",
|
39 | 39 | "chroma-js": "^3.1.2",
|
40 | 40 | "classnames": "^2.5.1",
|
|
46 | 46 | "immer": "^10.1.1",
|
47 | 47 | "lucide-react": "^0.475.0",
|
48 | 48 | "mantine-contextmenu": "^7.15.3",
|
49 |
| - "milliparsec": "^5.0.1", |
50 |
| - "motion": "^12.4.1", |
| 49 | + "milliparsec": "^5.0.2", |
| 50 | + "motion": "^12.4.7", |
51 | 51 | "node-taglib-sharp": "^6.0.1",
|
52 | 52 | "pluralize": "^8.0.0",
|
53 | 53 | "radash": "^12.1.0",
|
54 | 54 | "react": "^19.0.0",
|
55 | 55 | "react-dom": "^19.0.0",
|
56 |
| - "react-dropzone": "^14.3.5", |
| 56 | + "react-dropzone": "^14.3.8", |
57 | 57 | "react-resizable-panels": "^2.1.7",
|
58 |
| - "react-scan": "^0.1.3", |
| 58 | + "react-scan": "^0.1.4", |
59 | 59 | "roarr": "^7.21.1",
|
60 | 60 | "serialize-error": "^12.0.0",
|
61 |
| - "sirv": "^3.0.0", |
| 61 | + "sirv": "^3.0.1", |
62 | 62 | "use-immer": "^0.11.0",
|
63 | 63 | "usehooks-ts": "3.1.1",
|
64 | 64 | "vite-plugin-html-config": "^2.0.2",
|
65 |
| - "wavesurfer.js": "^7.9.0", |
66 |
| - "web-audio-beat-detector": "^8.2.20", |
| 65 | + "wavesurfer.js": "^7.9.1", |
| 66 | + "web-audio-beat-detector": "^8.2.22", |
67 | 67 | "zustand": "^5.0.3"
|
68 | 68 | },
|
69 | 69 | "devDependencies": {
|
70 |
| - "@blueprintjs/node-build-scripts": "^9.2.4", |
71 |
| - "@electron-forge/cli": "^7.6.1", |
72 |
| - "@electron-forge/maker-deb": "^7.6.1", |
73 |
| - "@electron-forge/maker-zip": "^7.6.1", |
74 |
| - "@electron-forge/plugin-vite": "^7.6.1", |
| 70 | + "@blueprintjs/node-build-scripts": "^9.2.7", |
| 71 | + "@electron-forge/cli": "^7.7.0", |
| 72 | + "@electron-forge/maker-deb": "^7.7.0", |
| 73 | + "@electron-forge/maker-zip": "^7.7.0", |
| 74 | + "@electron-forge/plugin-vite": "^7.7.0", |
75 | 75 | "@types/app-root-dir": "^0.1.4",
|
76 | 76 | "@types/chroma-js": "^3.1.1",
|
77 |
| - "@types/node": "^22.13.1", |
| 77 | + "@types/node": "^22.13.8", |
78 | 78 | "@types/pluralize": "^0.0.33",
|
79 |
| - "@types/react": "^19.0.8", |
| 79 | + "@types/react": "^19.0.10", |
80 | 80 | "@types/react-devtools": "^3.6.2",
|
81 |
| - "@types/react-dom": "^19.0.3", |
| 81 | + "@types/react-dom": "^19.0.4", |
82 | 82 | "@vitejs/plugin-react": "^4.3.4",
|
83 | 83 | "cross-env": "^7.0.3",
|
84 |
| - "electron": "^34.1.1", |
| 84 | + "electron": "^34.3.0", |
85 | 85 | "electron-extension-installer": "^1.2.0",
|
86 | 86 | "eslint": "^9.21.0",
|
87 | 87 | "postcss": "^8.5.3",
|
88 | 88 | "postcss-preset-mantine": "^1.17.0",
|
89 | 89 | "postcss-simple-vars": "^7.0.1",
|
90 | 90 | "react-devtools": "^6.1.1",
|
91 | 91 | "sass": "^1.85.1",
|
92 |
| - "typescript": "^5.7.3", |
| 92 | + "typescript": "^5.8.2", |
93 | 93 | "vite": "^6.2.0"
|
94 | 94 | },
|
95 | 95 | "keywords": [],
|
|
0 commit comments