|
21 | 21 | "_NOT_NEEDED_postinstall": "npm run pinCompromisedColorPackage && npm run electron-build", |
22 | 22 | "_NOT_NEEDED_pinCompromisedColorPackage": "(npm ls colors || echo \"NPM LS?\") && rimraf node_modules/electron-rebuild/node_modules/colors && rimraf node_modules/dir-compare/node_modules/colors", |
23 | 23 | "_NOT_NEEDED_pinCompromisedColorPackage_": "find node_modules -maxdepth 100 -type d -name \"colors\" && npm ls colors", |
24 | | - "_NOT_NEEDED_electron-build_": "npm rebuild --runtime=electron --target=36.7.3 --disturl=https://electronjs.org/headers --build-from-source", |
25 | | - "_NOT_NEEDED_electron-build": "electron-rebuild --version=36.7.3 --disturl=https://electronjs.org/headers", |
| 24 | + "_NOT_NEEDED_electron-build_": "npm rebuild --runtime=electron --target=37.2.6 --disturl=https://electronjs.org/headers --build-from-source", |
| 25 | + "_NOT_NEEDED_electron-build": "electron-rebuild --version=37.2.6 --disturl=https://electronjs.org/headers", |
26 | 26 | "_NOT_NEEDED_rmDupeReactReduxTypes": "rimraf \"./node_modules/@types/react-redux/node_modules/@types/react\"", |
27 | 27 | "build": "cross-env NODE_ENV=production webpack --config webpack.config.js && ncp src/package.json dist/package.json", |
28 | 28 | "build:prod": "npm run lint && npm run build", |
|
390 | 390 | "@types/yazl": "^3.3.0", |
391 | 391 | "@typescript-eslint/eslint-plugin": "^8.39.0", |
392 | 392 | "@typescript-eslint/parser": "^8.39.0", |
393 | | - "@typescript/native-preview": "^7.0.0-dev.20250805.1", |
| 393 | + "@typescript/native-preview": "^7.0.0-dev.20250806.1", |
394 | 394 | "babel-loader": "^10.0.0", |
395 | 395 | "babel-plugin-macros": "^3.1.0", |
396 | 396 | "chromium-pickle-js": "^0.2.0", |
|
401 | 401 | "css-loader": "^7.1.2", |
402 | 402 | "devtron": "^1.4.0", |
403 | 403 | "dotenv": "^17.2.1", |
404 | | - "electron": "^36.7.3", |
| 404 | + "electron": "^37.2.6", |
405 | 405 | "electron-builder": "^26.0.12", |
406 | 406 | "electron-devtools-installer": "^4.0.0", |
407 | 407 | "eslint": "^8.57.1", |
408 | 408 | "eslint-config-prettier": "^10.1.8", |
409 | 409 | "eslint-plugin-local-rules": "^3.0.2", |
410 | | - "eslint-plugin-prettier": "^5.5.3", |
| 410 | + "eslint-plugin-prettier": "^5.5.4", |
411 | 411 | "eslint-plugin-react": "^7.37.5", |
412 | 412 | "eslint-plugin-react-hooks": "^5.2.0", |
413 | 413 | "fork-ts-checker-webpack-plugin": "^9.1.0", |
|
0 commit comments