mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-23 08:02:06 +00:00
Compare commits
1 Commits
renovate/a
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
| 2816895a09 |
2
.github/workflows/pr-build-artifacts.yml
vendored
2
.github/workflows/pr-build-artifacts.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Create comment
|
- name: Create comment
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const runId = context.runId;
|
const runId = context.runId;
|
||||||
|
|||||||
@ -90,7 +90,7 @@
|
|||||||
"butterchurn-presets": "3.0.0-beta.4",
|
"butterchurn-presets": "3.0.0-beta.4",
|
||||||
"color": "5.0.3",
|
"color": "5.0.3",
|
||||||
"conf": "14.0.0",
|
"conf": "14.0.0",
|
||||||
"custom-electron-prompt": "1.5.8",
|
"custom-electron-prompt": "1.6.1",
|
||||||
"deepmerge-ts": "7.1.5",
|
"deepmerge-ts": "7.1.5",
|
||||||
"delay": "6.0.0",
|
"delay": "6.0.0",
|
||||||
"electron-debug": "4.1.0",
|
"electron-debug": "4.1.0",
|
||||||
|
|||||||
15
pnpm-lock.yaml
generated
15
pnpm-lock.yaml
generated
@ -118,8 +118,8 @@ importers:
|
|||||||
specifier: 14.0.0
|
specifier: 14.0.0
|
||||||
version: 14.0.0
|
version: 14.0.0
|
||||||
custom-electron-prompt:
|
custom-electron-prompt:
|
||||||
specifier: 1.5.8
|
specifier: 1.6.1
|
||||||
version: 1.5.8(electron@38.7.2)
|
version: 1.6.1(electron@38.7.2)
|
||||||
deepmerge-ts:
|
deepmerge-ts:
|
||||||
specifier: 7.1.5
|
specifier: 7.1.5
|
||||||
version: 7.1.5
|
version: 7.1.5
|
||||||
@ -1974,10 +1974,13 @@ packages:
|
|||||||
csstype@3.1.3:
|
csstype@3.1.3:
|
||||||
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
|
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
|
||||||
|
|
||||||
custom-electron-prompt@1.5.8:
|
custom-electron-prompt@1.6.1:
|
||||||
resolution: {integrity: sha512-AJat6JKDROsbxn375ysJEVYjW6c/+1AiPGyZ7qKugdjvgTjQsPCuH5H4pZ365M+gmYc9/WOSv4s31dPnZ+75eg==}
|
resolution: {integrity: sha512-D6blzWAe837st316FrByxnz5uLnhgd5aHTDPFq6H1iERh6fq4TJPVmDGMlfg/UVacv3FjHnHMaB1q9IX/HpgVg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
electron: '>=10.0.0'
|
electron: '>=10.0.0'
|
||||||
|
peerDependenciesMeta:
|
||||||
|
electron:
|
||||||
|
optional: true
|
||||||
|
|
||||||
data-uri-to-buffer@4.0.1:
|
data-uri-to-buffer@4.0.1:
|
||||||
resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
|
resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
|
||||||
@ -6511,8 +6514,8 @@ snapshots:
|
|||||||
|
|
||||||
csstype@3.1.3: {}
|
csstype@3.1.3: {}
|
||||||
|
|
||||||
custom-electron-prompt@1.5.8(electron@38.7.2):
|
custom-electron-prompt@1.6.1(electron@38.7.2):
|
||||||
dependencies:
|
optionalDependencies:
|
||||||
electron: 38.7.2
|
electron: 38.7.2
|
||||||
|
|
||||||
data-uri-to-buffer@4.0.1: {}
|
data-uri-to-buffer@4.0.1: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user