feature/IO-2776-cdk-fortellis - Update to the latest from simplified Parts Management

This commit is contained in:
Dave
2025-08-21 11:28:23 -04:00
parent 7f07da4360
commit 77c3e6f7e7
4 changed files with 313 additions and 1677 deletions

1935
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -102,14 +102,15 @@ const Eula = ({ currentEula, currentUser, acceptEula }) => {
size="large" size="large"
htmlType="submit" htmlType="submit"
disabled={!formReady} disabled={!formReady}
children={t("eula.buttons.accept")} >
/> {t("eula.buttons.accept")}
</Button>
)} )}
closable={false} closable={false}
> >
<Card type="inner" className="eula-markdown-card" onScroll={handleScroll} ref={markdownCardRef}> <Card type="inner" className="eula-markdown-card" onScroll={handleScroll} ref={markdownCardRef}>
<div id="markdowndiv" className="eula-markdown-div"> <div id="markdowndiv" className="eula-markdown-div">
<Markdown children={currentEula?.content?.replace(/\\n|\\r|\\n\\r|\\r\\n/g, "\n")} /> <Markdown>{currentEula?.content?.replace(/\\n|\\r|\\n\\r|\\r\\n/g, "\n")}</Markdown>
</div> </div>
</Card> </Card>

View File

@@ -157,7 +157,7 @@ export function DmsContainer({ bodyshop, setBreadcrumbs, setSelectedHeader, inse
history("/manage/accounting/receivables"); history("/manage/accounting/receivables");
}); });
if (socket.disconnected) socket.connect(); if (socket.disconnected) socket.connect();
return () => { return () => {
socket.removeAllListeners(); socket.removeAllListeners();
socket.disconnect(); socket.disconnect();

46
package-lock.json generated
View File

@@ -9,38 +9,38 @@
"version": "0.2.0", "version": "0.2.0",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.844.0", "@aws-sdk/client-cloudwatch-logs": "^3.864.0",
"@aws-sdk/client-elasticache": "^3.844.0", "@aws-sdk/client-elasticache": "^3.864.0",
"@aws-sdk/client-s3": "^3.844.0", "@aws-sdk/client-s3": "^3.864.0",
"@aws-sdk/client-secrets-manager": "^3.844.0", "@aws-sdk/client-secrets-manager": "^3.864.0",
"@aws-sdk/client-ses": "^3.844.0", "@aws-sdk/client-ses": "^3.864.0",
"@aws-sdk/credential-provider-node": "^3.844.0", "@aws-sdk/credential-provider-node": "^3.864.0",
"@aws-sdk/lib-storage": "^3.844.0", "@aws-sdk/lib-storage": "^3.864.0",
"@aws-sdk/s3-request-presigner": "^3.844.0", "@aws-sdk/s3-request-presigner": "^3.864.0",
"@opensearch-project/opensearch": "^2.13.0", "@opensearch-project/opensearch": "^2.13.0",
"@socket.io/admin-ui": "^0.5.1", "@socket.io/admin-ui": "^0.5.1",
"@socket.io/redis-adapter": "^8.3.0", "@socket.io/redis-adapter": "^8.3.0",
"archiver": "^7.0.1", "archiver": "^7.0.1",
"aws4": "^1.13.2", "aws4": "^1.13.2",
"axios": "^1.10.0", "axios": "^1.11.0",
"axios-curlirize": "^2.0.0", "axios-curlirize": "^2.0.0",
"better-queue": "^3.8.12", "better-queue": "^3.8.12",
"bullmq": "^5.56.4", "bullmq": "^5.58.0",
"chart.js": "^4.5.0", "chart.js": "^4.5.0",
"cloudinary": "^2.7.0", "cloudinary": "^2.7.0",
"compression": "^1.8.0", "compression": "^1.8.1",
"cookie-parser": "^1.4.7", "cookie-parser": "^1.4.7",
"cors": "^2.8.5", "cors": "^2.8.5",
"crisp-status-reporter": "^1.2.2", "crisp-status-reporter": "^1.2.2",
"dd-trace": "^5.58.0", "dd-trace": "^5.63.1",
"dinero.js": "^1.9.1", "dinero.js": "^1.9.1",
"dotenv": "^16.4.5", "dotenv": "^17.2.1",
"express": "^4.21.1", "express": "^4.21.1",
"firebase-admin": "^13.4.0", "firebase-admin": "^13.4.0",
"graphql": "^16.11.0", "graphql": "^16.11.0",
"graphql-request": "^6.1.0", "graphql-request": "^6.1.0",
"intuit-oauth": "^4.2.0", "intuit-oauth": "^4.2.0",
"ioredis": "^5.6.0", "ioredis": "^5.7.0",
"json-2-csv": "^5.5.9", "json-2-csv": "^5.5.9",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"juice": "^11.0.1", "juice": "^11.0.1",
@@ -50,16 +50,16 @@
"multer": "^1.4.5-lts.1", "multer": "^1.4.5-lts.1",
"node-persist": "^4.0.4", "node-persist": "^4.0.4",
"nodemailer": "^6.10.0", "nodemailer": "^6.10.0",
"phone": "^3.1.62", "phone": "^3.1.67",
"query-string": "7.1.3", "query-string": "7.1.3",
"recursive-diff": "^1.0.9", "recursive-diff": "^1.0.9",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"skia-canvas": "^2.0.2", "skia-canvas": "^2.0.2",
"soap": "^1.1.12", "soap": "^1.3.0",
"socket.io": "^4.8.1", "socket.io": "^4.8.1",
"socket.io-adapter": "^2.5.5", "socket.io-adapter": "^2.5.5",
"ssh2-sftp-client": "^11.0.0", "ssh2-sftp-client": "^11.0.0",
"twilio": "^5.7.3", "twilio": "^5.8.0",
"uuid": "^11.1.0", "uuid": "^11.1.0",
"winston": "^3.17.0", "winston": "^3.17.0",
"winston-cloudwatch": "^6.3.0", "winston-cloudwatch": "^6.3.0",
@@ -68,14 +68,14 @@
"yazl": "^3.3.1" "yazl": "^3.3.1"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.31.0", "@eslint/js": "^9.33.0",
"eslint": "^9.31.0", "eslint": "^9.33.0",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"globals": "^15.15.0", "globals": "^15.15.0",
"mock-require": "^3.0.3", "mock-require": "^3.0.3",
"p-limit": "^3.1.0", "p-limit": "^3.1.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"supertest": "^7.1.3", "supertest": "^7.1.4",
"vitest": "^3.2.4" "vitest": "^3.2.4"
}, },
"engines": { "engines": {
@@ -5267,9 +5267,9 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "16.6.1", "version": "17.2.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.1.tgz",
"integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", "integrity": "sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"engines": { "engines": {
"node": ">=12" "node": ">=12"