Skip to content

Commit 1eb4840

Browse files
committed
Merge remote-tracking branch 'origin/main' into ad/lucide-icons
2 parents 550895d + d52a3ed commit 1eb4840

File tree

5 files changed

+455
-699
lines changed

5 files changed

+455
-699
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"@eslint/compat": "^1.2.7",
2020
"@eslint/js": "^9.21.0",
2121
"@lerna-lite/cli": "^3.12.1",
22-
"@lerna-lite/version": "^3.12.1",
22+
"@lerna-lite/version": "^3.12.2",
2323
"@types/minimist": "^1.2.5",
24-
"@yarnpkg/types": "^4.0.0",
24+
"@yarnpkg/types": "^4.0.1",
2525
"eslint": "^9.21.0",
2626
"eslint-plugin-eslint-comments": "^3.2.0",
2727
"eslint-plugin-react": "^7.37.4",
28-
"eslint-plugin-react-hooks": "^5.1.0",
28+
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-simple-import-sort": "^12.1.1",
30-
"globals": "^15.14.0",
30+
"globals": "^15.15.0",
3131
"nx": "^20.4.6",
3232
"prettier": "^3.5.2",
33-
"typescript": "^5.7.3",
33+
"typescript": "^5.8.2",
3434
"typescript-eslint": "^8.25.0"
3535
},
3636
"engines": {

packages/raga-app/package.json

+30-30
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"dependencies": {
2121
"@adahiya/raga-lib": "workspace:^",
2222
"@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",
3333
"@number-flow/react": "^0.5.5",
3434
"@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",
3838
"app-root-dir": "^1.0.2",
3939
"chroma-js": "^3.1.2",
4040
"classnames": "^2.5.1",
@@ -46,50 +46,50 @@
4646
"immer": "^10.1.1",
4747
"lucide-react": "^0.475.0",
4848
"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",
5151
"node-taglib-sharp": "^6.0.1",
5252
"pluralize": "^8.0.0",
5353
"radash": "^12.1.0",
5454
"react": "^19.0.0",
5555
"react-dom": "^19.0.0",
56-
"react-dropzone": "^14.3.5",
56+
"react-dropzone": "^14.3.8",
5757
"react-resizable-panels": "^2.1.7",
58-
"react-scan": "^0.1.3",
58+
"react-scan": "^0.1.4",
5959
"roarr": "^7.21.1",
6060
"serialize-error": "^12.0.0",
61-
"sirv": "^3.0.0",
61+
"sirv": "^3.0.1",
6262
"use-immer": "^0.11.0",
6363
"usehooks-ts": "3.1.1",
6464
"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",
6767
"zustand": "^5.0.3"
6868
},
6969
"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",
7575
"@types/app-root-dir": "^0.1.4",
7676
"@types/chroma-js": "^3.1.1",
77-
"@types/node": "^22.13.1",
77+
"@types/node": "^22.13.8",
7878
"@types/pluralize": "^0.0.33",
79-
"@types/react": "^19.0.8",
79+
"@types/react": "^19.0.10",
8080
"@types/react-devtools": "^3.6.2",
81-
"@types/react-dom": "^19.0.3",
81+
"@types/react-dom": "^19.0.4",
8282
"@vitejs/plugin-react": "^4.3.4",
8383
"cross-env": "^7.0.3",
84-
"electron": "^34.1.1",
84+
"electron": "^34.3.0",
8585
"electron-extension-installer": "^1.2.0",
8686
"eslint": "^9.21.0",
8787
"postcss": "^8.5.3",
8888
"postcss-preset-mantine": "^1.17.0",
8989
"postcss-simple-vars": "^7.0.1",
9090
"react-devtools": "^6.1.1",
9191
"sass": "^1.85.1",
92-
"typescript": "^5.7.3",
92+
"typescript": "^5.8.2",
9393
"vite": "^6.2.0"
9494
},
9595
"keywords": [],

packages/raga-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
},
2626
"devDependencies": {
2727
"@types/dedent": "^0.7.2",
28-
"@types/node": "^22.13.1",
28+
"@types/node": "^22.13.8",
2929
"@types/prompts": "^2.4.9",
3030
"eslint": "^9.21.0",
31-
"typescript": "^5.7.3"
31+
"typescript": "^5.8.2"
3232
},
3333
"engines": {
3434
"node": ">=22"

packages/raga-lib/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish-npm": "npm publish --access public"
1515
},
1616
"dependencies": {
17-
"ansis": "^3.10.0",
17+
"ansis": "^3.17.0",
1818
"dedent": "^1.5.3",
1919
"fluent-ffmpeg": "^2.1.3",
2020
"html-entities": "^2.5.2",
@@ -24,12 +24,12 @@
2424
"devDependencies": {
2525
"@types/dedent": "^0.7.2",
2626
"@types/fluent-ffmpeg": "^2.1.27",
27-
"@types/node": "^22.13.1",
27+
"@types/node": "^22.13.8",
2828
"@types/plist": "^3.0.5",
2929
"@types/prompts": "^2.4.9",
3030
"eslint": "^9.21.0",
3131
"npm-run-all": "^4.1.5",
32-
"typescript": "^5.7.3"
32+
"typescript": "^5.8.2"
3333
},
3434
"engines": {
3535
"node": ">=22"

0 commit comments

Comments
 (0)