feature/IO-3725-RPS-Changes - Deprecations / Bug fixes

This commit is contained in:
Dave
2026-05-28 14:41:59 -04:00
parent ebf81778c1
commit b6cd010409
8 changed files with 970 additions and 589 deletions

View File

@@ -7,47 +7,47 @@
"main": "electron/main.js",
"homepage": "./",
"dependencies": {
"@amplitude/analytics-node": "^1.5.10",
"@ant-design/pro-layout": "^7.22.3",
"@amplitude/analytics-node": "^1.5.58",
"@ant-design/pro-layout": "^7.22.7",
"@apollo/client": "^3.13.4",
"@sentry/electron": "^6.1.0",
"@vitejs/plugin-react": "^4.3.4",
"antd": "^5.24.3",
"apollo-link-logger": "^2.0.1",
"apollo-link-sentry": "^4.1.0",
"axios": "^1.10.0",
"axios": "^1.16.1",
"chokidar": "^4.0.3",
"dayjs": "^1.11.13",
"dayjs-business-days2": "^1.3.0",
"dayjs": "^1.11.21",
"dayjs-business-days2": "^1.3.3",
"dbffile": "^1.12.0",
"dinero.js": "^1.9.1",
"electron-context-menu": "^3.6.1",
"electron-is-dev": "^2.0.0",
"electron-log": "^5.3.2",
"electron-log": "^5.4.4",
"electron-reload": "^2.0.0-alpha.1",
"electron-store": "^8.2.0",
"electron-updater": "^6.3.9",
"electron-updater": "^6.8.3",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"firebase": "^11.4.0",
"graphql": "^16.10.0",
"lodash": "^4.17.21",
"graphql": "^16.14.0",
"lodash": "^4.18.1",
"logrocket": "^9.0.2",
"moment": "^2.30.1",
"node-xlsx": "^0.24.0",
"query-string": "^9.1.1",
"query-string": "^9.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.2.0",
"react-redux": "^9.3.0",
"react-router-dom": "^6.22.3",
"react-to-print": "^3.0.5",
"react-to-print": "^3.3.0",
"recharts": "^2.15.1",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.3.0",
"reselect": "^5.1.1",
"redux-saga": "^1.5.0",
"reselect": "^5.2.0",
"vite-plugin-ejs": "^1.7.0"
},
"scripts": {
@@ -84,14 +84,14 @@
"electron": "^35.0.1",
"electron-builder": "^25.1.8",
"electron-devtools-installer": "^4.0.0",
"esbuild": "^0.25.1",
"esbuild": "^0.28.0",
"eslint-config-react": "^1.1.7",
"sass-embedded": "^1.93.1",
"sass-embedded": "^1.100.0",
"vite": "^6.2.1",
"vite-plugin-babel": "^1.3.0",
"vite-plugin-babel": "^1.7.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-legacy": "^2.1.0",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-node-polyfills": "^0.28.0",
"vite-plugin-style-import": "^2.0.0"
},
"build": {