update deps

This commit is contained in:
Alexander Drozdov
2021-06-05 20:57:21 +03:00
parent 16b3fc0b15
commit 9fa2d21ca6
4 changed files with 1592 additions and 1442 deletions
+12 -12
View File
@@ -28,10 +28,10 @@
"apexcharts": "^3.23.1",
"dot-prop": "6.x.x",
"electron-overlay-window": "2.0.x",
"electron-store": "7.0.x",
"electron-store": "8.0.x",
"electron-updater": "^4.2.0",
"fast-deep-equal": "3.1.x",
"luxon": "1.26.x",
"luxon": "1.27.x",
"object-hash": "^2.1.1",
"robotjs": "^0.6.0",
"tailwindcss": "1.x.x",
@@ -50,17 +50,17 @@
"@intlify/vue-i18n-loader": "^2.0.3",
"@types/electron-devtools-installer": "^2.2.0",
"@types/luxon": "^1.25.0",
"@types/node": "^12.0.0",
"@types/object-hash": "^1.3.4",
"@types/node": "^14.0.0",
"@types/object-hash": "^2.0.0",
"@types/throttle-debounce": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"@vue/cli-plugin-eslint": "~5.0.0-alpha.6",
"@vue/cli-plugin-router": "~5.0.0-alpha.6",
"@vue/cli-plugin-typescript": "~5.0.0-alpha.6",
"@vue/cli-service": "~5.0.0-alpha.6",
"@vue/cli-plugin-eslint": "~5.0.0-beta.1",
"@vue/cli-plugin-router": "~5.0.0-beta.1",
"@vue/cli-plugin-typescript": "~5.0.0-beta.1",
"@vue/cli-service": "~5.0.0-beta.1",
"@vue/compiler-sfc": "^3.0.0",
"electron": "11.2.3",
"electron": "13.1.1",
"electron-devtools-installer": "^3.1.1",
"eslint": "^7.15.0",
"eslint-config-standard-with-typescript": "^20.0.0",
@@ -71,13 +71,13 @@
"eslint-plugin-vue": "^7.2.0",
"patch-package": "^6.2.0",
"postcss-nested": "^5.0.3",
"typescript": "4.2.x",
"vue-cli-plugin-electron-builder": "2.0.0-rc.6"
"typescript": "4.3.x",
"vue-cli-plugin-electron-builder": "2.0.0"
},
"resolutions": {
"vue-cli-plugin-electron-builder/electron-builder": "22.10.5"
},
"engines": {
"node": ">=12"
"node": ">=14"
}
}
+2 -1
View File
@@ -35,7 +35,8 @@ export function createWindow () {
frame: false,
backgroundColor: '#2d3748', // gray-800
webPreferences: {
nodeIntegration: process.env.ELECTRON_NODE_INTEGRATION as any,
nodeIntegration: true,
contextIsolation: false,
defaultFontSize: config.get('fontSize')
}
})
+2 -1
View File
@@ -38,7 +38,8 @@ export async function createOverlayWindow () {
height: 600,
// backgroundColor: '#00000008',
webPreferences: {
nodeIntegration: process.env.ELECTRON_NODE_INTEGRATION as any,
nodeIntegration: true,
contextIsolation: false,
webSecurity: false,
defaultFontSize: config.get('fontSize')
}
+1576 -1428
View File
File diff suppressed because it is too large Load Diff