Skip to content

Commit a1f5a9d

Browse files
committed
feat: removed unused packages, mac perm file, source favicon, csp fixes, yt embed
1 parent cc3495f commit a1f5a9d

File tree

9 files changed

+85
-378
lines changed

9 files changed

+85
-378
lines changed

build/entitlements.mac.plist

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.files.all</key>
6+
<true/>
7+
<key>com.apple.security.files.user-selected.read-write</key>
8+
<true/>
9+
</dict>
10+
</plist>

package.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ytdlp-desktop",
3-
"version": "0.9.0",
3+
"version": "0.9.4",
44
"description": "venipa-electron-template",
55
"main": "./out/main/index.js",
66
"author": "Venipa <[email protected]>",
@@ -26,12 +26,10 @@
2626
"drizzle:make": "npx drizzle-kit generate"
2727
},
2828
"dependencies": {
29-
"@anystack/electron-license": "^0.0.15",
30-
"@electric-sql/pglite": "^0.2.12",
29+
"@better-fetch/fetch": "^1.1.15",
3130
"@electron-toolkit/preload": "^3.0.1",
3231
"@electron-toolkit/utils": "^3.0.0",
3332
"@generouted/react-router": "^1.19.8",
34-
"@giancosta86/worker-agent": "^1.1.1",
3533
"@hookform/resolvers": "^3.9.0",
3634
"@libsql/client": "^0.14.0",
3735
"@paralleldrive/cuid2": "^2.2.2",
@@ -80,13 +78,11 @@
8078
"dayjs": "^1.11.13",
8179
"drizzle-orm": "^0.39.3",
8280
"electron-conf": "^1.2.1",
83-
"electron-store": "^10.0.0",
8481
"electron-trpc": "^0.6.1",
8582
"electron-updater": "^6.3.9",
8683
"encryption.js": "^1.0.8",
8784
"filenamify": "^6.0.0",
8885
"jotai": "^2.10.1",
89-
"json-schema-typed": "^8.0.1",
9086
"lodash": "^4.17.21",
9187
"lodash-es": "^4.17.21",
9288
"lucide-react": "^0.453.0",
@@ -112,7 +108,6 @@
112108
"sonner": "^1.5.0",
113109
"styled-jsx": "^5.1.6",
114110
"superjson": "^2.2.1",
115-
"swr": "^2.2.5",
116111
"tailwind-merge": "^2.5.4",
117112
"thenby": "^1.3.4",
118113
"usehooks-ts": "^3.1.0",

0 commit comments

Comments
 (0)