Skip to content

Commit c9a22a6

Browse files
committed
chore(dependencies): update package.json and pnpm-lock.yaml with new and updated dependencies
- Added @swc/core and uuid to dependencies. - Updated versions for several packages including antd, better-sqlite3, dompurify, and others. - Removed unused types and dependencies to streamline the project. - Updated devDependencies to reflect the latest versions of eslint and related packages.
1 parent 395d1d8 commit c9a22a6

2 files changed

Lines changed: 1819 additions & 3501 deletions

File tree

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"@electron-toolkit/utils": "^4.0.0",
6666
"@remotion/media-parser": "^4.0.344",
6767
"@sentry/electron": "^5.12.0",
68+
"@swc/core": "^1.13.5",
6869
"antd": "^5.27.3",
6970
"better-sqlite3": "^12.2.0",
7071
"dompurify": "^3.2.6",
@@ -79,6 +80,7 @@
7980
"react-hotkeys-hook": "^5.1.0",
8081
"react-player": "3.3.2",
8182
"react-virtualized": "^9.22.6",
83+
"uuid": "^13.0.0",
8284
"zustand": "^5.0.8"
8385
},
8486
"devDependencies": {
@@ -102,13 +104,10 @@
102104
"@testing-library/user-event": "^14.6.1",
103105
"@types/better-sqlite3": "^7.6.13",
104106
"@types/cli-progress": "^3.11.6",
105-
"@types/dompurify": "^3.2.0",
106107
"@types/node": "^22.18.1",
107108
"@types/react": "^19.1.12",
108109
"@types/react-dom": "^19.1.9",
109110
"@types/react-virtualized": "^9.22.2",
110-
"@types/yaml": "^1.9.7",
111-
"@types/hls.js": "^1.0.0",
112111
"@vitejs/plugin-react": "^4.7.0",
113112
"@vitejs/plugin-react-swc": "^3.11.0",
114113
"@vitest/coverage-v8": "^2.1.9",
@@ -120,7 +119,6 @@
120119
"electron": "37.2.4",
121120
"electron-builder": "26.0.19",
122121
"electron-devtools-installer": "^4.0.0",
123-
"electron-icon-maker": "^0.0.5",
124122
"electron-vite": "^3.1.0",
125123
"electron-window-state": "^5.0.3",
126124
"eslint": "^9.35.0",
@@ -169,7 +167,12 @@
169167
"brace-expansion": "^2.0.1",
170168
"minimatch": "^9.0.5",
171169
"builder-util-runtime": "9.3.3",
172-
"esbuild": "0.25.8"
170+
"esbuild": "0.25.8",
171+
"glob": "^11.0.0",
172+
"rimraf": "^6.0.1",
173+
"inflight": "npm:@nolyfill/inflight@latest",
174+
"global-agent": "^4.0.0",
175+
"cacache": "^19.0.1"
173176
}
174177
},
175178
"lint-staged": {

0 commit comments

Comments
 (0)