Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
fdf23511cf chore(deps): update electron to v37.2.0+wvcus 2025-07-07 14:32:18 +02:00
5 changed files with 390 additions and 536 deletions

View File

@@ -4,12 +4,12 @@ name: default
steps:
- name: install
image: node:22.17.0
image: node:19.9.0
commands:
- npm install
- name: build_with_linux
image: node:22.17.0
image: node:19.9.0
commands:
- apt-get update && apt-get upgrade -y
- apt-get install -y libarchive-tools rpm

2
.nvmrc
View File

@@ -1 +1 @@
22.17.0
19.9.0

904
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -57,26 +57,26 @@
"@mastermindzh/prettier-config": "^1.0.0",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.1",
"@types/node": "^22.0.0",
"@types/node": "^20.17.30",
"@types/request": "^2.48.12",
"@types/swagger-ui-express": "^4.1.8",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"copyfiles": "^2.4.1",
"electron": "github:castlabs/electron-releases#v37.2.0+wvcus",
"electron-builder": "~26.0.12",
"eslint": "^9.0.0",
"eslint": "^8.57.0",
"js-yaml": "^4.1.0",
"markdown-toc": "^1.2.0",
"nodemon": "^3.1.9",
"prettier": "^3.5.3",
"stylelint": "^16.18.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-config-standard-scss": "^15.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-prettier": "^5.0.3",
"swagger-jsdoc": "^6.2.8",
"ts-node": "^10.9.2",
"tsc-watch": "^7.0.0",
"tsc-watch": "^6.2.1",
"typescript": "^5.8.3"
},
"prettier": "@mastermindzh/prettier-config"

View File

@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./settings.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="settings-window">