Skip to content

Commit a195dfe

Browse files
committed
chore: upgrade dev deps
1 parent 86ac0ea commit a195dfe

10 files changed

Lines changed: 2305 additions & 1902 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Rekordbox-compatible Music.app XML format.
7979

8080
Requirements:
8181

82-
- Node.js v20.x (see version specified in `.nvmrc`)
82+
- Node.js v24.x (see version specified in `.nvmrc`)
8383
- Yarn v4.x (see version specified in `package.json`)
84-
- Deno v1.x (see [installation docs](https://docs.deno.com/runtime/manual/getting_started/installation))
84+
- Deno v2.x (see [installation docs](https://docs.deno.com/runtime/manual/getting_started/installation))
8585

8686
Getting started:
8787

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919
"fix-lint": "nx run-many -t lint-fix"
2020
},
2121
"devDependencies": {
22-
"@eslint/compat": "^1.4.1",
22+
"@eslint/compat": "^2.0.0",
2323
"@eslint/js": "^9.39.2",
24-
"@lerna-lite/cli": "^4.4.1",
25-
"@lerna-lite/version": "^4.4.1",
24+
"@lerna-lite/cli": "^4.10.2",
25+
"@lerna-lite/version": "^4.10.2",
2626
"@types/minimist": "^1.2.5",
2727
"@yarnpkg/types": "^4.0.1",
2828
"eslint": "^9.39.2",
2929
"eslint-plugin-eslint-comments": "^3.2.0",
3030
"eslint-plugin-react": "^7.37.5",
3131
"eslint-plugin-react-hooks": "^7.0.1",
3232
"eslint-plugin-simple-import-sort": "^12.1.1",
33-
"globals": "^16.2.0",
34-
"nx": "^21.2.0",
35-
"prettier": "^3.5.3",
36-
"typescript": "^5.8.3",
33+
"globals": "^16.5.0",
34+
"nx": "^22.3.3",
35+
"prettier": "^3.7.4",
36+
"typescript": "^5.9.3",
3737
"typescript-eslint": "^8.50.1"
3838
},
3939
"engines": {

packages/raga-app/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@adahiya/raga-types": "workspace:*",
2323
"@adahiya/raga-web-app": "workspace:^",
2424
"@tinyhttp/app": "^2.5.2",
25-
"ansis": "^4.1.0",
25+
"ansis": "^4.2.0",
2626
"app-root-dir": "^1.0.2",
2727
"disconnect": "^1.2.2",
2828
"effection": "^3.6.1",
@@ -31,8 +31,8 @@
3131
"radash": "^12.1.1",
3232
"react": "^19.1.0",
3333
"react-dom": "^19.1.0",
34-
"react-scan": "^0.3.4",
35-
"roarr": "^7.21.1",
34+
"react-scan": "^0.4.3",
35+
"roarr": "^7.21.2",
3636
"serialize-error": "^12.0.0",
3737
"sirv": "^3.0.1",
3838
"vite-plugin-html-config": "^2.0.2"
@@ -43,23 +43,23 @@
4343
"@electron-forge/maker-zip": "^7.8.1",
4444
"@electron-forge/plugin-vite": "^7.8.1",
4545
"@types/app-root-dir": "^0.1.4",
46-
"@types/node": "^24.10.0",
47-
"@types/react": "^19.1.8",
46+
"@types/node": "^24.10.4",
47+
"@types/react": "^19.2.7",
4848
"@types/react-devtools": "^3.6.2",
49-
"@types/react-dom": "^19.1.6",
50-
"@vitejs/plugin-react": "^4.5.2",
51-
"cross-env": "^7.0.3",
49+
"@types/react-dom": "^19.2.3",
50+
"@vitejs/plugin-react": "^5.1.2",
51+
"cross-env": "^10.1.0",
5252
"electron": "^36.4.0",
5353
"electron-extension-installer": "^1.2.0",
5454
"eslint": "^9.39.2",
5555
"package-up": "^5.0.0",
5656
"postcss": "^8.5.6",
57-
"postcss-preset-mantine": "^1.17.0",
57+
"postcss-preset-mantine": "^1.18.0",
5858
"postcss-simple-vars": "^7.0.1",
59-
"react-devtools": "^6.1.2",
60-
"sass": "^1.89.2",
61-
"typescript": "^5.8.3",
62-
"vite": "^6.3.5"
59+
"react-devtools": "^7.0.1",
60+
"sass": "^1.97.1",
61+
"typescript": "^5.9.3",
62+
"vite": "^7.3.0"
6363
},
6464
"keywords": [],
6565
"author": {

packages/raga-cli/deno.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"imports": {
33
"@adahiya/raga-lib": "../../node_modules/@adahiya/raga-lib/lib/index.js",
4-
"ansis": "npm:ansis@^3.3.0",
5-
"dedent": "npm:dedent@^1.5.3",
4+
"@types/node": "npm:@types/node@^24.10.4",
5+
"ansis": "npm:ansis@^4.2.0",
6+
"dedent": "npm:dedent@^1.7.1",
67
"fluent-ffmpeg": "npm:fluent-ffmpeg@^2.1.3",
7-
"html-entities": "npm:html-entities@^2.5.2",
8+
"html-entities": "npm:html-entities@^2.6.0",
89
"minimist": "npm:minimist@^1.2.8",
910
"plist": "npm:plist@^3.1.0",
1011
"prompts": "npm:prompts@^2.4.2"
1112
},
12-
"nodeModulesDir": true
13+
"nodeModulesDir": "auto"
1314
}

0 commit comments

Comments
 (0)