4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00

dump @types/node from 14.14.34 to 14.14.35 + contextIsolation from false to true

This commit is contained in:
Quentin Legot 2021-03-16 10:19:51 +01:00
parent d8903fe85f
commit f82c4199d5
3 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -1400,9 +1400,9 @@
},
"dependencies": {
"@types/node": {
"version": "14.14.34",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.34.tgz",
"integrity": "sha512-dBPaxocOK6UVyvhbnpFIj2W+S+1cBTkHQbFQfeeJhoKFbzYcVUGHvddeWPSucKATb3F0+pgDq0i6ghEaZjsugA==",
"version": "14.14.35",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.35.tgz",
"integrity": "sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag==",
"dev": true
}
}

View File

@ -1,5 +1,5 @@
'use strict';
const {ipcRenderer} = require('electron');
const { ipcRenderer } = require('electron');
window.addEventListener("DOMContentLoaded", () => {
const minimizeButton = document.getElementById("minimize-btn")

View File

@ -31,7 +31,7 @@ function createWindow () {
icon: iconPath,
webPreferences: {
nodeIntegration: true,
enableRemoteModule: true
contextIsolation: false
},
frame: false,
})