Skip to content

Commit 7dde812

Browse files
committed
Merge branch 'developer' of https://github.com/trae-op/electron-password-generation into developer
2 parents 6e8ba99 + 69f0d76 commit 7dde812

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+205
-1149
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-gp",
33
"private": true,
4-
"version": "0.3.24",
4+
"version": "1.3.25",
55
"type": "module",
66
"main": "dist-main/app.js",
77
"author": "traeop",
@@ -23,6 +23,7 @@
2323
"build:linux": "npm run transpile:electron && npm run build && electron-builder --linux --x64"
2424
},
2525
"dependencies": {
26+
"@_traeop_/electron-modular": "^1.0.8",
2627
"@emotion/react": "^11.14.0",
2728
"@emotion/styled": "^11.14.0",
2829
"@mui/icons-material": "^7.0.1",
@@ -37,8 +38,7 @@
3738
"lodash.merge": "^4.6.2",
3839
"react": "^19.0.0",
3940
"react-dom": "^19.0.0",
40-
"react-router-dom": "^7.4.1",
41-
"reflect-metadata": "^0.2.2"
41+
"react-router-dom": "^7.4.1"
4242
},
4343
"devDependencies": {
4444
"@eslint/js": "^9.21.0",

src/main/@core/bootstrap/bootstrap.ts

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/main/@core/bootstrap/initialize-ipc/handlers.ts

Lines changed: 0 additions & 69 deletions
This file was deleted.

src/main/@core/bootstrap/initialize-ipc/window-creator.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/main/@core/bootstrap/initialize-ipc/window-event-listeners.ts

Lines changed: 0 additions & 163 deletions
This file was deleted.

src/main/@core/bootstrap/initialize-ipc/window-instance-creator.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/main/@core/bootstrap/initialize-module.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/main/@core/bootstrap/instantiate-module.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/main/@core/bootstrap/register-imports.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)