Skip to content

Commit fb33f10

Browse files
committed
chore(NPM): package updates, notably Electron v37 (Fixes #3089 )
1 parent a22a8a9 commit fb33f10

File tree

3 files changed

+56
-56
lines changed

3 files changed

+56
-56
lines changed

package-lock.json

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"_NOT_NEEDED_postinstall": "npm run pinCompromisedColorPackage && npm run electron-build",
2222
"_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",
2323
"_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",
2626
"_NOT_NEEDED_rmDupeReactReduxTypes": "rimraf \"./node_modules/@types/react-redux/node_modules/@types/react\"",
2727
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js && ncp src/package.json dist/package.json",
2828
"build:prod": "npm run lint && npm run build",
@@ -390,7 +390,7 @@
390390
"@types/yazl": "^3.3.0",
391391
"@typescript-eslint/eslint-plugin": "^8.39.0",
392392
"@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",
394394
"babel-loader": "^10.0.0",
395395
"babel-plugin-macros": "^3.1.0",
396396
"chromium-pickle-js": "^0.2.0",
@@ -401,13 +401,13 @@
401401
"css-loader": "^7.1.2",
402402
"devtron": "^1.4.0",
403403
"dotenv": "^17.2.1",
404-
"electron": "^36.7.3",
404+
"electron": "^37.2.6",
405405
"electron-builder": "^26.0.12",
406406
"electron-devtools-installer": "^4.0.0",
407407
"eslint": "^8.57.1",
408408
"eslint-config-prettier": "^10.1.8",
409409
"eslint-plugin-local-rules": "^3.0.2",
410-
"eslint-plugin-prettier": "^5.5.3",
410+
"eslint-plugin-prettier": "^5.5.4",
411411
"eslint-plugin-react": "^7.37.5",
412412
"eslint-plugin-react-hooks": "^5.2.0",
413413
"fork-ts-checker-webpack-plugin": "^9.1.0",

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"_NOT_NEEDED_postinstall": "npm run pinCompromisedColorPackage",
1212
"_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",
1313
"_NOT_NEEDED_pinCompromisedColorPackage_": "find node_modules -maxdepth 100 -type d -name \"colors\" && npm ls colors",
14-
"_NOT_NEEDED_electron-build_": "npm rebuild --runtime=electron --target=36.7.3 --disturl=https://electronjs.org/headers --build-from-source",
15-
"_NOT_NEEDED_electron-build": "electron-rebuild --version=36.7.3 --disturl=https://electronjs.org/headers"
14+
"_NOT_NEEDED_electron-build_": "npm rebuild --runtime=electron --target=37.2.6 --disturl=https://electronjs.org/headers --build-from-source",
15+
"_NOT_NEEDED_electron-build": "electron-rebuild --version=37.2.6 --disturl=https://electronjs.org/headers"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)