Merged in feature/IO-2769-Job-Totals-Testing (pull request #2263)

feature/IO-2769-Job-Totals-Testing - packages, final update
This commit is contained in:
Dave Richer
2025-04-09 16:53:04 +00:00
4 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
"@sentry/cli": "^2.43.0",
"@sentry/react": "^9.11.0",
"@sentry/vite-plugin": "^3.3.1",
"@splitsoftware/splitio-react": "^2.1.0",
"@splitsoftware/splitio-react": "^2.1.1",
"@tanem/react-nprogress": "^5.0.53",
"antd": "^5.24.6",
"apollo-link-logger": "^2.0.1",
@@ -4718,9 +4718,9 @@
}
},
"node_modules/@splitsoftware/splitio-react": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@splitsoftware/splitio-react/-/splitio-react-2.1.0.tgz",
"integrity": "sha512-iAGXl/qadHVFUQA/+asX8UGwDPpNi6WCKhNIzLZ6NSvt38+M8Bpc3CMnkYNEXsNsz1J+C26ICsMZ067YQ96k6g==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@splitsoftware/splitio-react/-/splitio-react-2.1.1.tgz",
"integrity": "sha512-cUMyIdsgzDEFgUZxoV/PyjQR0OXt+Ffqqjh2LVcADsVDpTGUf95ydEVYaszZRVoYYj+hMw9xMw6Yfr0b+uejIQ==",
"license": "Apache-2.0",
"dependencies": {
"@splitsoftware/splitio": "11.2.0",

View File

@@ -22,7 +22,7 @@
"@sentry/cli": "^2.43.0",
"@sentry/react": "^9.11.0",
"@sentry/vite-plugin": "^3.3.1",
"@splitsoftware/splitio-react": "^2.1.0",
"@splitsoftware/splitio-react": "^2.1.1",
"@tanem/react-nprogress": "^5.0.53",
"antd": "^5.24.6",
"apollo-link-logger": "^2.0.1",

8
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"bee-queue": "^1.7.1",
"better-queue": "^3.8.12",
"bluebird": "^3.7.2",
"bullmq": "^5.47.2",
"bullmq": "^5.48.0",
"chart.js": "^4.4.8",
"cloudinary": "^2.6.0",
"compression": "^1.8.0",
@@ -5139,9 +5139,9 @@
}
},
"node_modules/bullmq": {
"version": "5.47.2",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.47.2.tgz",
"integrity": "sha512-JMI2uEV3YjohGTcy4Cqt/4LHEXcBA2BVS7x4XS7sv4qa5oLdsZh9p5fkwSWg6f8lqtcHbm3ceXkTFR0JC9gayw==",
"version": "5.48.0",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.48.0.tgz",
"integrity": "sha512-fUtQrkefr6VAYYPjLXKHR6scWhwGI/0ok1wfAEPyhq8aRnJK8PJGEXUSssTEzDShadgLLXCmIOsVyhbs5/XWWg==",
"license": "MIT",
"dependencies": {
"cron-parser": "^4.9.0",

View File

@@ -33,7 +33,7 @@
"bee-queue": "^1.7.1",
"better-queue": "^3.8.12",
"bluebird": "^3.7.2",
"bullmq": "^5.47.2",
"bullmq": "^5.48.0",
"chart.js": "^4.4.8",
"cloudinary": "^2.6.0",
"compression": "^1.8.0",