Add Winax dependency back. Multiple bug fixes for estimate decoding.

This commit is contained in:
Patrick FIc
2025-03-28 14:56:22 -07:00
parent c33b02f77e
commit bf3f0205d6
12 changed files with 267 additions and 2750 deletions

View File

@@ -21,11 +21,13 @@
"build:linux": "electron-vite build && electron-builder --linux"
},
"dependencies": {
"@apollo/client": "^3.13.5",
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^4.0.0",
"electron-log": "^5.3.2",
"electron-store": "^8.2.0",
"electron-updater": "^6.3.9"
"electron-updater": "^6.3.9",
"winax": "^3.6.2"
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
@@ -71,8 +73,5 @@
"redux-thunk": "^3.1.0",
"typescript": "^5.8.2",
"vite": "^6.2.1"
},
"optionalDependencies": {
"winax": "^3.1.4"
}
}