Skip to content

Commit

Permalink
feat: electron update
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Dec 19, 2024
1 parent ed2745f commit 943a389
Show file tree
Hide file tree
Showing 4 changed files with 762 additions and 256 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "FTB Electron App",
"name": "ftb-app",
"version": "1.26.3",
"version": "1.26.4",
"private": true,
"main": "background.js",
"email": "[email protected]",
Expand Down Expand Up @@ -35,8 +35,6 @@
"yarn": "dont-use-yarn"
},
"dependencies": {
"@sentry/tracing": "^6.19.7",
"@sentry/vue": "^6.19.7",
"@types/object-inspect": "^1.8.4",
"adm-zip": "^0.5.10",
"balloon-css": "^1.2.0",
Expand All @@ -60,7 +58,8 @@
"@babel/traverse": "^7.23.2",
"class-validator": ">=0.14.0",
"loader-utils": ">=1.4.1",
"ejs": ">=3.1.7"
"ejs": ">=3.1.7",
"deasync": ">=0.1.30"
},
"devDependencies": {
"@electron/notarize": "^2.3.0",
Expand All @@ -69,10 +68,10 @@
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@ftbapp/vue-cli-plugin-electron-builder": "file:patches/vue-cli-plugin-electron-builder-20.2.0.tgz",
"@ftbapp/vue-cli-plugin-electron-builder": "file:patches/ftbapp-vue-cli-plugin-electron-builder-20.2.2.tgz",
"@overwolf/ow-cli": "0.0.5-0",
"@overwolf/ow-electron": "^28.3.7",
"@overwolf/ow-electron-builder": "^24.7.0",
"@overwolf/ow-electron": "^31.7.3",
"@overwolf/ow-electron-builder": "^25.0.6",
"@overwolf/types": "^3.16.0",
"@sentry/webpack-plugin": "^1.18.9",
"@types/adm-zip": "^0.5.5",
Expand Down
Binary file not shown.
Binary file removed patches/vue-cli-plugin-electron-builder-20.2.0.tgz
Binary file not shown.
Loading

0 comments on commit 943a389

Please sign in to comment.