mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-09-12 14:49:40 +02:00
Compare commits
4 Commits
d2e93e7062
...
bff95bcf10
Author | SHA1 | Date | |
---|---|---|---|
bff95bcf10 | |||
b59dce9c9b | |||
|
f71fb60d38 | ||
|
fab566e9da |
20
package-lock.json
generated
20
package-lock.json
generated
@@ -32,7 +32,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
||||
"@typescript-eslint/parser": "^8.36.0",
|
||||
"copyfiles": "^2.4.1",
|
||||
"electron": "github:castlabs/electron-releases#v35.7.1+wvcus",
|
||||
"electron": "github:castlabs/electron-releases#v35.7.2+wvcus",
|
||||
"electron-builder": "~26.0.12",
|
||||
"eslint": "^9.30.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
@@ -1357,11 +1357,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mastermindzh/prettier-config": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@mastermindzh/prettier-config/-/prettier-config-1.0.0.tgz",
|
||||
"integrity": "sha512-4epgKfhywgOEeuy3aHv71qrc5iTYyqEXz/fu15Rvfgs43WHNJkLMNdtzuxhPXDGODLpltfySBIr2geWm63UdYA==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mastermindzh/prettier-config/-/prettier-config-1.1.0.tgz",
|
||||
"integrity": "sha512-ydqfYyde+pZj2hHF7eDGpj/u8Yu7/zKqaubxzor0KQk+OZVwjuPTfdvVu4ETbGtg3DHQKj6GA22iJfl4zcXIVw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"prettier": ">=3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nodelib/fs.scandir": {
|
||||
"version": "2.1.5",
|
||||
@@ -4472,8 +4478,8 @@
|
||||
}
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "35.7.1+wvcus",
|
||||
"resolved": "git+ssh://git@github.com/castlabs/electron-releases.git#07eb1b838d1552679e19ac6e0d73dac49778af45",
|
||||
"version": "35.7.2+wvcus",
|
||||
"resolved": "git+ssh://git@github.com/castlabs/electron-releases.git#fc7ae5166495414c9ebeed02c53e7d03df44a083",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@@ -63,7 +63,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
||||
"@typescript-eslint/parser": "^8.36.0",
|
||||
"copyfiles": "^2.4.1",
|
||||
"electron": "github:castlabs/electron-releases#v35.7.1+wvcus",
|
||||
"electron": "github:castlabs/electron-releases#v35.7.2+wvcus",
|
||||
"electron-builder": "~26.0.12",
|
||||
"eslint": "^9.30.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
|
Reference in New Issue
Block a user