feat: add secure pac module packages

This commit is contained in:
reaper
2026-08-14 17:43:16 -05:00
parent afce94a0a8
commit 9a8476507b
8 changed files with 182 additions and 22 deletions
+4 -1
View File
@@ -14,8 +14,10 @@
"@tanstack/react-query": "^5.101.4",
"clsx": "^2.1.1",
"electron-updater": "^6.8.9",
"extract-zip": "^2.0.1",
"lucide-react": "^1.28.0",
"tailwind-merge": "^3.6.0",
"yauzl": "^2.10.0",
"zustand": "^5.0.14"
},
"devDependencies": {
@@ -29,6 +31,7 @@
"@types/node": "^22.19.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/yauzl": "^2.10.3",
"@vitejs/plugin-react": "^5.1.1",
"@vitest/coverage-v8": "^4.1.10",
"@vitest/ui": "^4.1.10",
@@ -3164,8 +3167,8 @@
"version": "2.10.3",
"resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
"integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
"devOptional": true,
"license": "MIT",
"optional": true,
"dependencies": {
"@types/node": "*"
}