Skip to content

Commit 2a81a4e

Browse files
committed
chore: remove unused deps
1 parent 40d64fb commit 2a81a4e

File tree

2 files changed

+891
-1201
lines changed

2 files changed

+891
-1201
lines changed

package.json

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@
4646
"pnpm": {
4747
"overrides": {
4848
"vite": "npm:rolldown-vite@7.1.2",
49-
"node-gyp": "11.2.0",
49+
"node-gyp": "11.3.0",
5050
"xml2js": "0.6.2",
5151
"node-fetch": "3.3.2",
5252
"@electron/universal": "3.0.1",
53-
"@babel/runtime": "7.28.3",
54-
"vitefu": "1.1.1"
53+
"@babel/runtime": "7.28.3"
5554
},
5655
"patchedDependencies": {
5756
"vudio@2.1.1": "patches/vudio@2.1.1.patch",
@@ -69,9 +68,9 @@
6968
"@foobar404/wave": "2.0.5",
7069
"@ghostery/adblocker-electron": "2.11.3",
7170
"@ghostery/adblocker-electron-preload": "2.11.3",
72-
"@hono/node-server": "1.17.1",
71+
"@hono/node-server": "1.18.2",
7372
"@hono/swagger-ui": "0.5.2",
74-
"@hono/zod-openapi": "1.0.2",
73+
"@hono/zod-openapi": "1.1.0",
7574
"@hono/zod-validator": "0.7.2",
7675
"@jellybrick/dbus-next": "0.10.3",
7776
"@jellybrick/electron-better-web-request": "1.0.4",
@@ -99,12 +98,12 @@
9998
"fast-equals": "5.2.2",
10099
"fflate": "0.8.2",
101100
"filenamify": "6.0.0",
102-
"hanja": "1.1.4",
101+
"hanja": "1.1.5",
103102
"happy-dom": "18.0.1",
104-
"hono": "4.8.9",
103+
"hono": "4.9.2",
105104
"howler": "2.2.4",
106105
"html-to-text": "9.0.5",
107-
"i18next": "25.3.2",
106+
"i18next": "25.3.6",
108107
"jimp": "1.6.0",
109108
"keyboardevent-from-electron-accelerator": "2.0.0",
110109
"keyboardevents-areequal": "0.2.2",
@@ -115,28 +114,26 @@
115114
"node-html-parser": "7.0.1",
116115
"node-id3": "0.2.9",
117116
"peerjs": "1.5.5",
118-
"segmentit": "2.0.3",
119117
"semver": "7.7.2",
120118
"serve": "14.2.4",
121119
"simple-youtube-age-restriction-bypass": "github:organization/Simple-YouTube-Age-Restriction-Bypass#v2.5.9",
122-
"socks": "2.8.6",
120+
"socks": "2.8.7",
123121
"solid-element": "1.9.1",
124122
"solid-floating-ui": "0.3.1",
125-
"solid-js": "1.9.7",
123+
"solid-js": "1.9.9",
126124
"solid-styled-components": "0.28.5",
127125
"solid-transition-group": "0.3.0",
128126
"tiny-pinyin": "1.3.2",
129127
"tinyld": "1.3.4",
130-
"ts-morph": "26.0.0",
131128
"virtua": "0.41.5",
132129
"vudio": "2.1.1",
133130
"x11": "2.3.0",
134131
"youtubei.js": "15.0.1",
135-
"zod": "4.0.10"
132+
"zod": "4.0.17"
136133
},
137134
"devDependencies": {
138135
"@electron-toolkit/tsconfig": "1.0.1",
139-
"@eslint/js": "9.32.0",
136+
"@eslint/js": "9.33.0",
140137
"@malept/flatpak-bundler": "0.4.0",
141138
"@playwright/test": "1.54.2",
142139
"@stylistic/eslint-plugin": "5.2.3",
@@ -156,20 +153,19 @@
156153
"electron-builder-squirrel-windows": "26.0.12",
157154
"electron-devtools-installer": "4.0.0",
158155
"electron-vite": "4.0.0",
159-
"esbuild": "0.25.8",
160-
"eslint": "9.32.0",
156+
"eslint": "9.33.0",
161157
"eslint-config-prettier": "10.1.8",
162158
"eslint-import-resolver-exports": "1.0.0-beta.5",
163159
"eslint-import-resolver-typescript": "4.4.4",
164160
"eslint-plugin-import": "2.32.0",
165-
"eslint-plugin-prettier": "5.5.3",
161+
"eslint-plugin-prettier": "5.5.4",
166162
"eslint-plugin-solid": "0.14.5",
167163
"glob": "11.0.3",
168-
"node-gyp": "11.2.0",
164+
"node-gyp": "11.3.0",
169165
"playwright": "1.54.2",
170-
"rollup": "4.46.2",
171-
"typescript": "5.8.3",
172-
"typescript-eslint": "8.38.0",
166+
"ts-morph": "26.0.0",
167+
"typescript": "5.9.2",
168+
"typescript-eslint": "8.39.1",
173169
"utf-8-validate": "6.0.5",
174170
"vite": "npm:rolldown-vite@7.1.2",
175171
"vite-plugin-inspect": "11.3.2",

0 commit comments

Comments
 (0)