feature/IO-3499-React-19 Checkpoint

This commit is contained in:
Dave
2026-01-23 12:42:02 -05:00
parent 40e8529eeb
commit 3918f3d72b
7 changed files with 985 additions and 863 deletions

View File

@@ -18,14 +18,14 @@
"job-totals-fixtures:local": "docker exec node-app /usr/bin/node /app/download-job-totals-fixtures.js"
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.968.0",
"@aws-sdk/client-elasticache": "^3.968.0",
"@aws-sdk/client-s3": "^3.968.0",
"@aws-sdk/client-secrets-manager": "^3.968.0",
"@aws-sdk/client-ses": "^3.968.0",
"@aws-sdk/credential-provider-node": "^3.968.0",
"@aws-sdk/lib-storage": "^3.968.0",
"@aws-sdk/s3-request-presigner": "^3.968.0",
"@aws-sdk/client-cloudwatch-logs": "^3.974.0",
"@aws-sdk/client-elasticache": "^3.974.0",
"@aws-sdk/client-s3": "^3.974.0",
"@aws-sdk/client-secrets-manager": "^3.974.0",
"@aws-sdk/client-ses": "^3.974.0",
"@aws-sdk/credential-provider-node": "^3.972.1",
"@aws-sdk/lib-storage": "^3.974.0",
"@aws-sdk/s3-request-presigner": "^3.974.0",
"@opensearch-project/opensearch": "^2.13.0",
"@socket.io/admin-ui": "^0.5.1",
"@socket.io/redis-adapter": "^8.3.0",
@@ -34,12 +34,12 @@
"axios": "^1.13.2",
"axios-curlirize": "^2.0.0",
"better-queue": "^3.8.12",
"bullmq": "^5.66.5",
"bullmq": "^5.66.7",
"chart.js": "^4.5.1",
"cloudinary": "^2.8.0",
"cloudinary": "^2.9.0",
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"cors": "^2.8.6",
"crisp-status-reporter": "^1.2.2",
"dinero.js": "^1.9.1",
"dotenv": "^17.2.3",
@@ -49,18 +49,18 @@
"graphql": "^16.12.0",
"graphql-request": "^6.1.0",
"intuit-oauth": "^4.2.2",
"ioredis": "^5.9.1",
"ioredis": "^5.9.2",
"json-2-csv": "^5.5.10",
"jsonwebtoken": "^9.0.3",
"juice": "^11.1.0",
"lodash": "^4.17.21",
"lodash": "^4.17.23",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"multer": "^2.0.2",
"mustache": "^4.2.0",
"node-persist": "^4.0.4",
"nodemailer": "^6.10.0",
"phone": "^3.1.69",
"phone": "^3.1.70",
"query-string": "7.1.3",
"recursive-diff": "^1.0.9",
"rimraf": "^6.1.2",
@@ -69,7 +69,7 @@
"socket.io": "^4.8.3",
"socket.io-adapter": "^2.5.6",
"ssh2-sftp-client": "^11.0.0",
"twilio": "^5.11.2",
"twilio": "^5.12.0",
"uuid": "^11.1.0",
"winston": "^3.19.0",
"winston-cloudwatch": "^6.3.0",
@@ -82,11 +82,11 @@
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.0.0",
"globals": "^17.1.0",
"mock-require": "^3.0.3",
"p-limit": "^3.1.0",
"prettier": "^3.7.4",
"prettier": "^3.8.1",
"supertest": "^7.2.2",
"vitest": "^4.0.17"
"vitest": "^4.0.18"
}
}