Alpha 2 - changes to upgrade 2.

This commit is contained in:
Patrick Fic
2025-03-07 08:27:39 -08:00
parent c3d812603c
commit 40006b6082
10 changed files with 2670 additions and 1283 deletions

View File

@@ -3,21 +3,21 @@
"productName": "ImEX RPS",
"author": "ImEX Systems Inc. <support@thinkimex.com>",
"description": "ImEX RPS",
"version": "1.4.0-alpha.1",
"version": "1.4.0-alpha.2",
"main": "electron/main.js",
"homepage": "./",
"dependencies": {
"@ant-design/pro-layout": "^7.19.0",
"@apollo/client": "^3.9.11",
"@sentry/electron": "^4.22.0",
"@vitejs/plugin-react": "^4.2.1",
"@apollo/client": "^3.13.1",
"@sentry/electron": "^6.1.0",
"@vitejs/plugin-react": "^4.3.4",
"antd": "^5.16.2",
"apollo-link-logger": "^2.0.1",
"apollo-link-sentry": "^3.3.0",
"chokidar": "^3.6.0",
"dayjs": "^1.11.10",
"dayjs-business-days2": "^1.2.2",
"dbffile": "^1.9.3",
"apollo-link-sentry": "^4.1.0",
"chokidar": "^4.0.3",
"dayjs": "^1.11.13",
"dayjs-business-days2": "^1.2.3",
"dbffile": "^1.12.0",
"dinero.js": "^1.9.1",
"electron-context-menu": "^3.6.1",
"electron-is-dev": "^2.0.0",
@@ -27,28 +27,27 @@
"electron-updater": "^6.1.8",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"firebase": "^10.11.0",
"graphql": "^16.8.1",
"firebase": "^11.3.1",
"graphql": "^16.10.0",
"lodash": "^4.17.21",
"logrocket": "^8.1.0",
"logrocket": "^9.0.2",
"moment": "^2.30.1",
"node-xlsx": "^0.24.0",
"nucleus-nodejs": "^3.0.9",
"query-string": "^9.0.0",
"query-string": "^9.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.1.1",
"react-redux": "^9.2.0",
"react-router-dom": "^6.22.3",
"react-to-print": "^2.15.1",
"recharts": "^2.12.5",
"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.0",
"reselect": "^5.1.1",
"sass": "^1.75.0",
"subscriptions-transport-ws": "^0.9.19",
"vite-plugin-ejs": "^1.7.0"
},
"scripts": {