feature/IO-3702-ESPD-UI-AND-FIXES - Stage 2

This commit is contained in:
Dave
2026-05-26 11:28:49 -04:00
parent 122c0cebeb
commit 9a43910c9c
23 changed files with 260 additions and 445 deletions

View File

@@ -23,14 +23,13 @@
"build:mac": "node deploy/set-artifact-name.js electron-vite build --mode imex && node deploy/set-artifact-name.js electron-builder --mac"
},
"dependencies": {
"@apollo/client": "^4.1.6",
"@apollo/client": "^4.2.0",
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/utils": "^4.0.0",
"@sentry/electron": "^7.8.0",
"@sentry/vite-plugin": "^5.1.0",
"axios": "^1.13.5",
"better-sqlite3": "^12.6.2",
"dayjs": "^1.11.19",
"dayjs": "^1.11.21",
"electron-log": "^5.4.3",
"electron-updater": "^6.8.3",
"pngjs": "^7.0.0",
@@ -45,12 +44,12 @@
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/lodash": "^4.17.24",
"@types/node": "^25.3.0",
"@types/node": "^25.9.1",
"@types/node-cron": "^3.0.11",
"@types/react": "^19.2.14",
"@types/pngjs": "^6.0.5",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@types/source-map-support": "^0.5.10",
"@types/pngjs": "^6.0.5",
"@types/xml2js": "^0.4.14",
"@vitejs/plugin-react": "^5.1.4",
"antd": "^6.3.1",
@@ -59,7 +58,7 @@
"cors": "^2.8.6",
"cross-env": "^10.1.0",
"dbffile": "^1.12.0",
"electron": "^40.6.0",
"electron": "^42.2.0",
"electron-builder": "^26.8.1",
"electron-store": "^11.0.2",
"electron-vite": "^5.0.0",
@@ -78,7 +77,7 @@
"prettier": "^3.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-error-boundary": "^6.1.1",
"react-error-boundary": "^6.1.2",
"react-i18next": "^16.5.4",
"react-redux": "^9.2.0",
"react-router": "^7.13.1",