Skip to content

Commit

Permalink
fix: electron-builder fails to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ottijp committed Nov 15, 2022
1 parent 578f53a commit 5167813
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 321 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-airbnb": "^7.0.0",
"electron": "^21.1.1",
"electron-builder": "^22.2.0",
"electron-builder": "^23.3.3",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.25.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -54,5 +54,8 @@
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-template-compiler": "^2.7.13",
"vuetify-loader": "^1.9.2"
},
"resolutions": {
"vue-cli-plugin-electron-builder/electron-builder": "^23.3.3"
}
}
Loading

0 comments on commit 5167813

Please sign in to comment.