feature/IO-3497-Ant-Design-v5-to-v6 - Checkpoint (recharts)

This commit is contained in:
Dave
2026-01-13 13:44:04 -05:00
parent f4df6ed5dd
commit 09f5264110
2 changed files with 799 additions and 845 deletions

1618
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,14 +18,14 @@
"job-totals-fixtures:local": "docker exec node-app /usr/bin/node /app/download-job-totals-fixtures.js" "job-totals-fixtures:local": "docker exec node-app /usr/bin/node /app/download-job-totals-fixtures.js"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.965.0", "@aws-sdk/client-cloudwatch-logs": "^3.967.0",
"@aws-sdk/client-elasticache": "^3.965.0", "@aws-sdk/client-elasticache": "^3.967.0",
"@aws-sdk/client-s3": "^3.965.0", "@aws-sdk/client-s3": "^3.967.0",
"@aws-sdk/client-secrets-manager": "^3.965.0", "@aws-sdk/client-secrets-manager": "^3.967.0",
"@aws-sdk/client-ses": "^3.965.0", "@aws-sdk/client-ses": "^3.967.0",
"@aws-sdk/credential-provider-node": "^3.965.0", "@aws-sdk/credential-provider-node": "^3.967.0",
"@aws-sdk/lib-storage": "^3.965.0", "@aws-sdk/lib-storage": "^3.967.0",
"@aws-sdk/s3-request-presigner": "^3.965.0", "@aws-sdk/s3-request-presigner": "^3.967.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",
@@ -34,7 +34,7 @@
"axios": "^1.13.2", "axios": "^1.13.2",
"axios-curlirize": "^2.0.0", "axios-curlirize": "^2.0.0",
"better-queue": "^3.8.12", "better-queue": "^3.8.12",
"bullmq": "^5.66.4", "bullmq": "^5.66.5",
"chart.js": "^4.5.1", "chart.js": "^4.5.1",
"cloudinary": "^2.8.0", "cloudinary": "^2.8.0",
"compression": "^1.8.1", "compression": "^1.8.1",
@@ -49,7 +49,7 @@
"graphql": "^16.12.0", "graphql": "^16.12.0",
"graphql-request": "^6.1.0", "graphql-request": "^6.1.0",
"intuit-oauth": "^4.2.2", "intuit-oauth": "^4.2.2",
"ioredis": "^5.9.0", "ioredis": "^5.9.1",
"json-2-csv": "^5.5.10", "json-2-csv": "^5.5.10",
"jsonwebtoken": "^9.0.3", "jsonwebtoken": "^9.0.3",
"juice": "^11.1.0", "juice": "^11.1.0",
@@ -65,7 +65,7 @@
"recursive-diff": "^1.0.9", "recursive-diff": "^1.0.9",
"rimraf": "^6.1.2", "rimraf": "^6.1.2",
"skia-canvas": "^3.0.8", "skia-canvas": "^3.0.8",
"soap": "^1.6.2", "soap": "^1.6.3",
"socket.io": "^4.8.3", "socket.io": "^4.8.3",
"socket.io-adapter": "^2.5.6", "socket.io-adapter": "^2.5.6",
"ssh2-sftp-client": "^11.0.0", "ssh2-sftp-client": "^11.0.0",
@@ -82,11 +82,11 @@
"@eslint/js": "^9.39.2", "@eslint/js": "^9.39.2",
"eslint": "^9.39.2", "eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"globals": "^15.15.0", "globals": "^17.0.0",
"mock-require": "^3.0.3", "mock-require": "^3.0.3",
"p-limit": "^3.1.0", "p-limit": "^3.1.0",
"prettier": "^3.7.4", "prettier": "^3.7.4",
"supertest": "^7.2.2", "supertest": "^7.2.2",
"vitest": "^3.2.4" "vitest": "^4.0.17"
} }
} }