feature/IO-3205-Paint-Scale-Integrations: Code Review Revisions

This commit is contained in:
Dave Richer
2025-05-01 11:55:11 -04:00
parent b0356d63e0
commit e927748335
4 changed files with 48 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bodyshop-desktop",
"version": "0.0.1-alpha.7",
"version": "0.0.1-alpha.8",
"description": "Shop Management System Partner",
"main": "./out/main/index.js",
"author": "Convenient Brands, LLC",
@@ -34,10 +34,7 @@
"electron-log": "^5.3.3",
"electron-store": "^8.2.0",
"electron-updater": "^6.6.2",
"node-cron": "^3.0.3",
"winax": "^3.6.2",
"xml2js": "^0.6.2",
"xmlbuilder2": "^3.1.1"
"winax": "^3.6.2"
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
@@ -83,6 +80,9 @@
"react-router": "^7.5.0",
"redux-logger": "^3.0.6",
"typescript": "^5.8.3",
"vite": "6.2.6"
"vite": "6.2.6",
"xml2js": "^0.6.2",
"xmlbuilder2": "^3.1.1",
"node-cron": "^3.0.3"
}
}