fix: Moved to manual plugin version checking and fixed some steam deck issues.
This commit is contained in:
parent
5593985884
commit
641eb2fcd5
13 changed files with 219 additions and 28 deletions
|
|
@ -76,7 +76,6 @@
|
|||
"node-downloader-helper": "^2.1.11",
|
||||
"node-stream-zip": "^1.15.0",
|
||||
"node-unrar-js": "^2.0.2",
|
||||
"npm-check-updates": "^22.2.0",
|
||||
"open": "^11.0.0",
|
||||
"p-queue": "^9.2.0",
|
||||
"pathe": "^2.0.3",
|
||||
|
|
@ -90,6 +89,11 @@
|
|||
"webview-bun": "^2.4.0",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"overrides": {
|
||||
"@tanstack/router-generator": {
|
||||
"zod": "^3.23.8"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ap0nia/eden": "^1.6.1",
|
||||
"@ap0nia/eden-tanstack-query": "^1.0.0-next.22",
|
||||
|
|
@ -155,4 +159,4 @@
|
|||
"vite-static-assets-plugin": "^1.2.2",
|
||||
"vite-tsconfig-paths": "^6.1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue