Commit 2a9e7484 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix latest

parent 14f5af66
...@@ -146,6 +146,7 @@ function createWindow() { ...@@ -146,6 +146,7 @@ function createWindow() {
minWidth: 1024, minWidth: 1024,
minHeight: 640, minHeight: 640,
frame: process.platform === 'darwin', frame: process.platform === 'darwin',
webPreferences: { nodeIntegration: true, contextIsolation: false },
// transparent: process.platform != 'darwin', // transparent: process.platform != 'darwin',
titleBarStyle: process.platform === 'darwin' ? 'hidden' : undefined titleBarStyle: process.platform === 'darwin' ? 'hidden' : undefined
}); });
......
This diff is collapsed.
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"candy": "https://github.com/moecube/candy/releases/download/v2.2.0/candy.tar.gz", "candy": "https://github.com/moecube/candy/releases/download/v2.2.0/candy.tar.gz",
"candy-shop": "candy-chat/candy-plugins", "candy-shop": "candy-chat/candy-plugins",
"core-js": "2.4.1", "core-js": "2.4.1",
"electron-is-dev": "latest", "electron-is-dev": "^2.0.0",
"electron-sudo": "moecube/electron-sudo#998b7f19b123a6f2f469f79a2027ebb7b0223f9d", "electron-sudo": "moecube/electron-sudo#998b7f19b123a6f2f469f79a2027ebb7b0223f9d",
"electron-updater": "^4.0.0", "electron-updater": "^4.0.0",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
...@@ -49,37 +49,37 @@ ...@@ -49,37 +49,37 @@
"jquery": "2.2.4", "jquery": "2.2.4",
"marked": "0.3.6", "marked": "0.3.6",
"raven-js": "3.16.1", "raven-js": "3.16.1",
"raw-socket": "latest", "raw-socket": "^1.7.0",
"reconnecting-websocket": "3.0.7", "reconnecting-websocket": "3.0.7",
"reflect-metadata": "0.1.10", "reflect-metadata": "0.1.10",
"rxjs": "5.4.2", "rxjs": "5.4.2",
"systemjs": "0.20.15", "systemjs": "0.20.15",
"systemjs-plugin-text": "0.0.11", "systemjs-plugin-text": "0.0.11",
"tether": "latest", "tether": "^2.0.0",
"typeahead.js": "0.11.1", "typeahead.js": "0.11.1",
"uuid": "3.1.0", "uuid": "3.1.0",
"vue": "2.3.4", "vue": "2.3.4",
"zone.js": "0.8.12" "zone.js": "0.8.12"
}, },
"devDependencies": { "devDependencies": {
"@angular/compiler-cli": "latest", "@angular/compiler-cli": "^4.2.6",
"@angular/platform-server": "latest", "@angular/platform-server": "^4.2.6",
"@types/bootstrap": "latest", "@types/bootstrap": "^5.0.17",
"@types/glob": "latest", "@types/glob": "^7.1.4",
"@types/ini": "latest", "@types/ini": "^1.3.30",
"@types/jquery": "^2.0.47", "@types/jquery": "^2.0.47",
"@types/marked": "latest", "@types/marked": "^2.0.4",
"@types/node": "latest", "@types/node": "^16.0.0",
"@types/tether": "latest", "@types/tether": "^1.4.6",
"@types/typeahead": "latest", "@types/typeahead": "^0.11.32",
"electron": "latest", "electron": "^13.1.6",
"electron-builder": "latest", "electron-builder": "^22.11.7",
"rollup": "latest", "rollup": "^2.52.8",
"rollup-plugin-commonjs": "latest", "rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "latest", "rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "latest", "rollup-plugin-uglify": "^6.0.4",
"tslint": "^3.15.1", "tslint": "^3.15.1",
"typescript": "latest" "typescript": "^2.9.2"
}, },
"build": { "build": {
"productName": "MyCard", "productName": "MyCard",
......
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