Skip to content

Commit c51ced9

Browse files
committed
chore: upgrade runtime deps
1 parent d232d7d commit c51ced9

3 files changed

Lines changed: 126 additions & 126 deletions

File tree

packages/raga-app/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"dependencies": {
2121
"@adahiya/raga-lib": "workspace:^",
2222
"@emotion/react": "^11.14.0",
23-
"@mantine/colors-generator": "^7.17.2",
24-
"@mantine/core": "^7.17.2",
25-
"@mantine/dates": "^7.17.2",
26-
"@mantine/dropzone": "^7.17.2",
27-
"@mantine/form": "^7.17.2",
28-
"@mantine/hooks": "^7.17.2",
29-
"@mantine/modals": "^7.17.2",
30-
"@mantine/notifications": "^7.17.2",
31-
"@mantine/nprogress": "^7.17.2",
32-
"@mantine/spotlight": "^7.17.2",
23+
"@mantine/colors-generator": "^7.17.3",
24+
"@mantine/core": "^7.17.3",
25+
"@mantine/dates": "^7.17.3",
26+
"@mantine/dropzone": "^7.17.3",
27+
"@mantine/form": "^7.17.3",
28+
"@mantine/hooks": "^7.17.3",
29+
"@mantine/modals": "^7.17.3",
30+
"@mantine/notifications": "^7.17.3",
31+
"@mantine/nprogress": "^7.17.3",
32+
"@mantine/spotlight": "^7.17.3",
3333
"@number-flow/react": "^0.5.8",
3434
"@roarr/browser-log-writer": "^1.3.0",
3535
"@table-library/react-table-library": "^4.1.12",
@@ -42,16 +42,16 @@
4242
"date-fns": "^4.1.0",
4343
"dayjs": "^1.11.13",
4444
"disconnect": "^1.2.2",
45-
"effection": "^3.3.0",
45+
"effection": "^3.4.0",
4646
"immer": "^10.1.1",
4747
"mantine-contextmenu": "^7.17.1",
4848
"milliparsec": "^5.0.2",
49-
"motion": "^12.6.2",
49+
"motion": "^12.6.3",
5050
"node-taglib-sharp": "^6.0.1",
5151
"pluralize": "^8.0.0",
5252
"radash": "^12.1.0",
53-
"react": "^19.0.0",
54-
"react-dom": "^19.0.0",
53+
"react": "^19.1.0",
54+
"react-dom": "^19.1.0",
5555
"react-dropzone": "^14.3.8",
5656
"react-icons": "^5.5.0",
5757
"react-resizable-panels": "^2.1.7",
@@ -62,7 +62,7 @@
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.3",
65+
"wavesurfer.js": "^7.9.4",
6666
"web-audio-beat-detector": "^8.2.27",
6767
"zustand": "^5.0.3"
6868
},

packages/raga-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ansis": "^3.17.0",
1818
"dedent": "^1.5.3",
1919
"fluent-ffmpeg": "^2.1.3",
20-
"html-entities": "^2.5.3",
20+
"html-entities": "^2.6.0",
2121
"plist": "^3.1.0",
2222
"prompts": "^2.4.2"
2323
},

0 commit comments

Comments
 (0)