Skip to content

Commit

Permalink
update electron and remove electrion-rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Apr 11, 2024
1 parent 550d836 commit 19bacb3
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 674 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,11 @@
"test:types": "tsc -p tsconfig.spec.json",
"build": "yarn compile:production && yarn run pack",
"pack": "electron-builder --publish never",
"compile": "yarn run compile:deps && webpack",
"compile": "webpack",
"compile:production": "yarn compile --mode production",
"compile:web": "webpack --config webpack/renderer.config.js",
"compile:web:production": "yarn compile:web --mode production",
"compile:main": "yarn run compile:deps && webpack --config webpack/main.config.js",
"compile:deps": "electron-rebuild",
"compile:main": "webpack --config webpack/main.config.js",
"codegen": "graphql-codegen --config codegen.yml",
"lint": "eslint --ext .js,.jsx,.ts,.tsx",
"lint:all": "yarn lint '**/*.{ts,tsx,js,jsx}'",
Expand Down Expand Up @@ -173,10 +172,9 @@
"css-loader": "^6.5.1",
"directory-tree": "^3.0.1",
"dotenv": "^10.0.0",
"electron": "^16.2.8",
"electron-builder": "^23.6.0",
"electron": "^29.3.0",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
"electron-rebuild": "^3.2.9",
"esbuild-loader": "^2.21.0",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
Expand Down
Loading

0 comments on commit 19bacb3

Please sign in to comment.