fix: clean up unused packages (#6414)
This commit is contained in:
parent
5ff7935d91
commit
7fea6e1ab0
4773
extensions/yarn.lock
4773
extensions/yarn.lock
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -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"
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user