Major package updates.
This commit is contained in:
3182
package-lock.json
generated
3182
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
64
package.json
64
package.json
@@ -22,13 +22,13 @@
|
||||
"build:mac": "node deploy/set-artifact-name.js electron-vite build --mode imex && node deploy/set-artifact-name.js electron-builder --mac"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.13.6",
|
||||
"@apollo/client": "^4.0.9",
|
||||
"@electron-toolkit/preload": "^3.0.2",
|
||||
"@electron-toolkit/utils": "^4.0.0",
|
||||
"@sentry/electron": "^7.2.0",
|
||||
"@sentry/vite-plugin": "^4.5.0",
|
||||
"axios": "^1.12.2",
|
||||
"dayjs": "^1.11.18",
|
||||
"@sentry/electron": "^7.4.0",
|
||||
"@sentry/vite-plugin": "^4.6.1",
|
||||
"axios": "^1.13.2",
|
||||
"dayjs": "^1.11.19",
|
||||
"electron-log": "^5.4.3",
|
||||
"electron-updater": "^6.6.2",
|
||||
"winax": "^3.6.2"
|
||||
@@ -38,50 +38,50 @@
|
||||
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
|
||||
"@electron-toolkit/eslint-config-ts": "^3.1.0",
|
||||
"@electron-toolkit/tsconfig": "^2.0.0",
|
||||
"@playwright/test": "^1.56.1",
|
||||
"@reduxjs/toolkit": "^2.9.1",
|
||||
"@playwright/test": "^1.57.0",
|
||||
"@reduxjs/toolkit": "^2.11.1",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/lodash": "^4.17.20",
|
||||
"@types/node": "^24.9.1",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/lodash": "^4.17.21",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/node-cron": "^3.0.11",
|
||||
"@types/react": "^19.2.2",
|
||||
"@types/react-dom": "^19.2.2",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"@vitejs/plugin-react": "^5.0.4",
|
||||
"antd": "^5.27.6",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"antd": "^6.1.0",
|
||||
"archiver": "^7.0.1",
|
||||
"chokidar": "^4.0.3",
|
||||
"chokidar": "^5.0.0",
|
||||
"cors": "^2.8.5",
|
||||
"cross-env": "^10.1.0",
|
||||
"dbffile": "^1.12.0",
|
||||
"electron": "^38.3.0",
|
||||
"electron": "^39.2.6",
|
||||
"electron-builder": "^26.0.12",
|
||||
"electron-store": "^11.0.2",
|
||||
"electron-vite": "^4.0.1",
|
||||
"eslint": "^9.38.0",
|
||||
"electron-vite": "^5.0.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.0",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.24",
|
||||
"express": "^5.1.0",
|
||||
"firebase": "^12.4.0",
|
||||
"graphql": "^16.11.0",
|
||||
"graphql-request": "^7.3.1",
|
||||
"i18next": "^25.6.0",
|
||||
"express": "^5.2.1",
|
||||
"firebase": "^12.6.0",
|
||||
"graphql": "^16.12.0",
|
||||
"graphql-request": "^7.3.5",
|
||||
"i18next": "^25.7.2",
|
||||
"lodash": "^4.17.21",
|
||||
"node-cron": "^4.2.1",
|
||||
"playwright": "^1.56.1",
|
||||
"prettier": "^3.6.2",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"playwright": "^1.57.0",
|
||||
"prettier": "^3.7.4",
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "^19.2.1",
|
||||
"react-error-boundary": "^6.0.0",
|
||||
"react-i18next": "^16.1.4",
|
||||
"react-i18next": "^16.4.0",
|
||||
"react-redux": "^9.2.0",
|
||||
"react-router": "^7.9.4",
|
||||
"react-router": "^7.10.1",
|
||||
"redux-logger": "^3.0.6",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "7.1.11",
|
||||
"vite": "7.2.7",
|
||||
"xml2js": "^0.6.2",
|
||||
"xmlbuilder2": "^4.0.0"
|
||||
"xmlbuilder2": "^4.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user