fix: clean up unused packages (#6414)

This commit is contained in:
Louis 2025-09-11 13:16:26 +07:00 committed by GitHub
parent 5ff7935d91
commit 7fea6e1ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5466 additions and 8704 deletions

File diff suppressed because it is too large Load Diff

View File

@ -42,19 +42,15 @@
"devDependencies": {
"@tauri-apps/cli": "^2.7.0",
"@vitest/coverage-v8": "^3.1.3",
"concurrently": "^9.1.0",
"cpx": "^1.5.0",
"cross-env": "^7.0.3",
"happy-dom": "^15.11.6",
"husky": "^9.1.5",
"jsdom": "^26.1.0",
"nyc": "^17.1.0",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.6",
"tar": "^4.4.19",
"unzipper": "^0.12.3",
"vitest": "^3.1.3",
"wait-on": "^7.0.1"
"vitest": "^3.1.3"
},
"version": "0.0.0",
"installConfig": {
@ -63,9 +59,5 @@
"resolutions": {
"yallist": "4.0.0"
},
"packageManager": "yarn@4.5.3",
"dependencies": {
"@tanstack/react-virtual": "^3.13.12",
"download-cli": "^1.1.1"
}
"packageManager": "yarn@4.5.3"
}

View File

@ -38,6 +38,7 @@
"@tailwindcss/vite": "^4.1.4",
"@tanstack/react-router": "^1.116.0",
"@tanstack/react-router-devtools": "^1.121.34",
"@tanstack/react-virtual": "^3.13.12",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-deep-link": "~2",
"@tauri-apps/plugin-dialog": "^2.2.1",

9384
yarn.lock

File diff suppressed because it is too large Load Diff