Electron updates.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
hasura migrate apply --endpoint https://db.rps.imex.online/ --admin-secret 'Production-ImEXOnlineRPSDataBase'
|
||||
hasura migrate status --endpoint https://db.rps.imex.online/ --admin-secret 'Production-ImEXOnlineRPSDataBase'
|
||||
21714
package-lock.json
generated
Normal file
21714
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
62
package.json
62
package.json
@@ -3,44 +3,44 @@
|
||||
"productName": "ImEX RPS",
|
||||
"author": "ImEX Systems Inc. <support@thinkimex.com>",
|
||||
"description": "ImEX RPS",
|
||||
"version": "1.1.9",
|
||||
"version": "1.2.0",
|
||||
"main": "electron/main.js",
|
||||
"homepage": "./",
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.6.9",
|
||||
"@sentry/electron": "^4.10.0",
|
||||
"antd": "^4.23.1",
|
||||
"apollo-link-logger": "^2.0.0",
|
||||
"apollo-link-sentry": "^3.2.3",
|
||||
"chokidar": "^3.5.3",
|
||||
"dbffile": "^1.8.1",
|
||||
"@apollo/client": "^3.9.11",
|
||||
"@sentry/electron": "^4.22.0",
|
||||
"antd": "^5.16.2",
|
||||
"apollo-link-logger": "^2.0.1",
|
||||
"apollo-link-sentry": "^3.3.0",
|
||||
"chokidar": "^3.6.0",
|
||||
"dbffile": "^1.9.3",
|
||||
"dinero.js": "^1.9.1",
|
||||
"electron-context-menu": "^3.6.1",
|
||||
"electron-is-dev": "^2.0.0",
|
||||
"electron-log": "^4.4.8",
|
||||
"electron-is-dev": "^3.0.1",
|
||||
"electron-log": "^5.1.2",
|
||||
"electron-reload": "^2.0.0-alpha.1",
|
||||
"electron-store": "^8.1.0",
|
||||
"electron-updater": "^5.2.1",
|
||||
"firebase": "^8.10.0",
|
||||
"graphql": "^16.6.0",
|
||||
"lodash": "^4.17.20",
|
||||
"logrocket": "^3.0.1",
|
||||
"moment": "^2.29.4",
|
||||
"electron-store": "^8.2.0",
|
||||
"electron-updater": "^6.1.8",
|
||||
"firebase": "^10.11.0",
|
||||
"graphql": "^16.8.1",
|
||||
"lodash": "^4.17.21",
|
||||
"logrocket": "^8.1.0",
|
||||
"moment": "^2.30.1",
|
||||
"nucleus-nodejs": "^3.0.9",
|
||||
"query-string": "^7.1.1",
|
||||
"query-string": "^9.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-infinite-scroller": "^1.2.6",
|
||||
"react-redux": "^8.0.2",
|
||||
"react-router-dom": "^6.4.0",
|
||||
"react-redux": "^9.1.1",
|
||||
"react-router-dom": "^6.22.3",
|
||||
"react-scripts": "5.0.1",
|
||||
"recharts": "^2.1.14",
|
||||
"redux": "^4.2.0",
|
||||
"recharts": "^2.12.5",
|
||||
"redux": "^5.0.1",
|
||||
"redux-logger": "^3.0.6",
|
||||
"redux-persist": "^6.0.0",
|
||||
"redux-saga": "^1.2.1",
|
||||
"reselect": "^4.1.6",
|
||||
"sass": "^1.54.9",
|
||||
"redux-saga": "^1.3.0",
|
||||
"reselect": "^5.1.0",
|
||||
"sass": "^1.75.0",
|
||||
"subscriptions-transport-ws": "^0.9.19"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -49,7 +49,7 @@
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"dev": "concurrently -k \"npm start\" \"npm:electron\"",
|
||||
"electron": "wait-on tcp:3000 && electron .",
|
||||
"electron": "electron .",
|
||||
"pack": "electron-builder --dir",
|
||||
"dist": "npm run build && electron-builder",
|
||||
"distp": "npm run build && electron-builder --publish always",
|
||||
@@ -73,13 +73,11 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^7.4.0",
|
||||
"electron": "^20.1.4",
|
||||
"electron-builder": "^23.3.3",
|
||||
"concurrently": "^8.2.2",
|
||||
"electron": "^30.0.0",
|
||||
"electron-builder": "^24.13.3",
|
||||
"electron-devtools-installer": "^3.2.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"wait-on": "^6.0.1"
|
||||
"enzyme": "^3.11.0"
|
||||
},
|
||||
"build": {
|
||||
"extends": null,
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
import { configure } from 'enzyme';
|
||||
import Adapter from 'enzyme-adapter-react-16';
|
||||
configure({ adapter: new Adapter() });
|
||||
Reference in New Issue
Block a user