Skip to content

Commit

Permalink
feat: upgrade to electron-forge 7.5.0 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Oct 7, 2024
1 parent 2da5158 commit 5cf333a
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 529 deletions.
1 change: 1 addition & 0 deletions packages/raga-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ typings/

# Electron-Forge
out/
vite.*.config.mjs.timestamp-*
4 changes: 4 additions & 0 deletions packages/raga-app/forge.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,24 @@ export default {
// `entry` is just an alias for `build.lib.entry` in the corresponding file of `config`.
entry: "src/main.ts",
config: "vite.main.config.mjs",
target: "main",
},
{
entry: "src/preload.ts",
config: "vite.preload.config.mjs",
target: "preload",
},
{
entry: "src/server.ts",
config: "vite.main.config.mjs",
target: "main",
},
],
renderer: [
{
name: "main_window",
config: "vite.renderer.config.mjs",
target: "renderer",
},
],
},
Expand Down
10 changes: 5 additions & 5 deletions packages/raga-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^9.2.2",
"@electron-forge/cli": "^7.2.0",
"@electron-forge/maker-deb": "^7.2.0",
"@electron-forge/maker-zip": "^7.2.0",
"@electron-forge/plugin-vite": "^7.2.0",
"@electron-forge/cli": "^7.5.0",
"@electron-forge/maker-deb": "^7.5.0",
"@electron-forge/maker-zip": "^7.5.0",
"@electron-forge/plugin-vite": "^7.5.0",
"@types/app-root-dir": "^0.1.4",
"@types/node": "^20.16.10",
"@types/react": "^18.3.10",
"@types/react-devtools": "^3.6.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"cross-env": "^7.0.3",
"electron": "^30.4.0",
"electron": "^30.5.1",
"electron-extension-installer": "^1.2.0",
"eslint": "^9.12.0",
"react-devtools": "^5.3.1",
Expand Down
Loading

0 comments on commit 5cf333a

Please sign in to comment.