Skip to content

Commit f6b35ea

Browse files
committed
build(deps): update some yarn dependencies
1 parent a981427 commit f6b35ea

File tree

3 files changed

+223
-71
lines changed

3 files changed

+223
-71
lines changed

node-packages/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@exuanbo/file-icons-js": "^3.3.0",
1212
"@playwright/test": "1.56.1",
13-
"@types/node": "^24.9.2",
13+
"@types/node": "^24.10.0",
1414
"ansi-parser": "^3.2.11",
1515
"ansi_up": "^6.0.6",
1616
"browser-sync": "^3.0.4",
@@ -31,7 +31,7 @@
3131
"jstree": "3.3.17",
3232
"monaco-editor": "0.47.0",
3333
"mousetrap": "^1.6.5",
34-
"node-abi": "^4.16.0",
34+
"node-abi": "^4.17.0",
3535
"node-gyp": "^11.5.0",
3636
"node-ipc": "^12.0.0",
3737
"nouislider": "^15.8.1",
@@ -40,7 +40,7 @@
4040
"remove": "^0.1.5",
4141
"selenium-webdriver": "^4.38.0",
4242
"socket.io": "^4.8.1",
43-
"tar": "^7.5.1",
43+
"tar": "^7.5.2",
4444
"tippy.js": "^6.3.7",
4545
"vex-dialog": "^1.1.0",
4646
"vex-js": "^4.1.0",
@@ -53,20 +53,20 @@
5353
"yamljs": "^0.3.0"
5454
},
5555
"devDependencies": {
56-
"@eslint/js": "^9.38.0",
56+
"@eslint/js": "^9.39.1",
5757
"@playwright/test": "^1.56.1",
5858
"@testing-library/dom": "^10.4.1",
5959
"@testing-library/webdriverio": "^3.2.1",
6060
"@types/mocha": "^10.0.10",
61-
"@types/node": "^24.9.2",
62-
"@typescript-eslint/eslint-plugin": "^8.46.2",
63-
"@typescript-eslint/parser": "^8.46.2",
61+
"@types/node": "^24.10.0",
62+
"@typescript-eslint/eslint-plugin": "^8.46.3",
63+
"@typescript-eslint/parser": "^8.46.3",
6464
"css-loader": "7.1.2",
6565
"electron-rebuild": "^3.2.9",
6666
"env-paths": "^3.0.0",
67-
"eslint": "^9.38.0",
67+
"eslint": "^9.39.1",
6868
"eslint-config-love": "^133.0.0",
69-
"globals": "^16.4.0",
69+
"globals": "^16.5.0",
7070
"google-fonts-offline": "^0.1.5",
7171
"js-yaml": "^4.1.0",
7272
"livereload": "^0.10.3",
@@ -77,8 +77,8 @@
7777
"style-loader": "4.0.0",
7878
"stylus": "^0.64.0",
7979
"typescript": "5.9.3",
80-
"typescript-eslint": "^8.46.2",
81-
"vite": "7.1.12",
80+
"typescript-eslint": "^8.46.3",
81+
"vite": "7.2.2",
8282
"wdio-electron-service": "^9.2.1",
8383
"webpack": "5.102.1",
8484
"webpack-cli": "6.0.1"

node-packages/yarn-project.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ let
5252
rm $out/.gitignore
5353
'';
5454
outputHashMode = "recursive";
55-
outputHash = "sha512-4YpWRcJ674gzGuO1ymgWDK76e5gJ3VBYDKwYAqXTTBtxcKfw0m6ku3T/AVTBz0V1tU94caGERXDr0k0rExYWzw==";
55+
outputHash = "sha512-7LKXMeMvoHyAmgE6i2fH70I95PsY2AZ2HzscCOB7KgR3bLXUfu+tt0pQwvbWejZdqfKZXK+7e1lWQ4lvG6WAxA==";
5656
};
5757

5858
# Main project derivation.

0 commit comments

Comments
 (0)