Commit 7f91b47c authored by Laura Heimann's avatar Laura Heimann

updated all modules, bumped version

parent ec501b4c
This diff is collapsed.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "SpinSha.re Client", "description": "SpinSha.re Client",
"homepage": "https://spinsha.re", "homepage": "https://spinsha.re",
"copyright": "Copyright © SpinSha.re", "copyright": "Copyright © SpinSha.re",
"version": "2.5.2", "version": "2.5.3",
"author": "SpinSha.re", "author": "SpinSha.re",
"private": true, "private": true,
"scripts": { "scripts": {
...@@ -47,10 +47,10 @@ ...@@ -47,10 +47,10 @@
"@vue/cli-service": "~4.3.0", "@vue/cli-service": "~4.3.0",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"chalk-table": "^1.0.2", "chalk-table": "^1.0.2",
"electron": "^6.1.12", "electron": "^12.0.2",
"less": "^3.12.2", "less": "^3.12.2",
"less-loader": "^5.0.0", "less-loader": "^5.0.0",
"vue-cli-plugin-electron-builder": "~1.4.6", "vue-cli-plugin-electron-builder": "^2.0.0-rc.6",
"vue-template-compiler": "^2.6.11" "vue-template-compiler": "^2.6.11"
} }
} }
...@@ -68,7 +68,9 @@ function createWindow () { ...@@ -68,7 +68,9 @@ function createWindow () {
minWidth: 1400, minWidth: 1400,
backgroundColor: '#212629', backgroundColor: '#212629',
webPreferences: { webPreferences: {
nodeIntegration: true nodeIntegration: true,
contextIsolation: false,
enableRemoteModule: true
} }
}); });
......
module.exports = { module.exports = {
pluginOptions: { pluginOptions: {
electronBuilder: { electronBuilder: {
nodeIntegration: true,
builderOptions: { builderOptions: {
productName: "SpinShare", productName: "SpinShare",
appId: "re.spinsha.client", appId: "re.spinsha.client",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment