mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-07-27 16:12:29 +02:00
fix: updated Electron to 37, fixes #580
This commit is contained in:
18
package.json
18
package.json
@@ -40,13 +40,13 @@
|
||||
"homepage": "https://github.com/Mastermindzh/tidal-hifi",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@electron/remote": "^2.1.2",
|
||||
"@electron/remote": "^2.1.3",
|
||||
"@types/swagger-jsdoc": "^6.0.4",
|
||||
"@xhayper/discord-rpc": "1.2.1",
|
||||
"axios": "^1.9.0",
|
||||
"axios": "^1.10.0",
|
||||
"electron-store": "^8.2.0",
|
||||
"express": "^5.1.0",
|
||||
"hotkeys-js": "^3.13.11",
|
||||
"hotkeys-js": "^3.13.15",
|
||||
"mpris-service": "^2.1.2",
|
||||
"sass": "1.89.2",
|
||||
"swagger-ui-express": "^5.0.1",
|
||||
@@ -55,15 +55,15 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mastermindzh/prettier-config": "^1.0.0",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/express": "^5.0.1",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/node": "^22.0.0",
|
||||
"@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": "^8.36.0",
|
||||
"@typescript-eslint/parser": "^8.36.0",
|
||||
"copyfiles": "^2.4.1",
|
||||
"electron": "github:castlabs/electron-releases#v35.7.0+wvcus",
|
||||
"electron": "github:castlabs/electron-releases#v37.2.0+wvcus",
|
||||
"electron-builder": "~26.0.12",
|
||||
"eslint": "^9.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
@@ -76,7 +76,7 @@
|
||||
"stylelint-prettier": "^5.0.3",
|
||||
"swagger-jsdoc": "^6.2.8",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsc-watch": "^7.0.0",
|
||||
"tsc-watch": "^7.1.1",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"prettier": "@mastermindzh/prettier-config"
|
||||
|
Reference in New Issue
Block a user