mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix(deps): update dependency ts-morph to v22 (#1846)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@ -179,7 +179,7 @@
|
||||
"solid-js": "1.8.15",
|
||||
"solid-styled-components": "0.28.5",
|
||||
"solid-transition-group": "0.2.3",
|
||||
"ts-morph": "21.0.1",
|
||||
"ts-morph": "22.0.0",
|
||||
"vudio": "2.1.1",
|
||||
"x11": "2.3.0",
|
||||
"youtubei.js": "9.1.0"
|
||||
|
||||
20
pnpm-lock.yaml
generated
20
pnpm-lock.yaml
generated
@ -151,8 +151,8 @@ dependencies:
|
||||
specifier: 0.2.3
|
||||
version: 0.2.3(solid-js@1.8.15)
|
||||
ts-morph:
|
||||
specifier: 21.0.1
|
||||
version: 21.0.1
|
||||
specifier: 22.0.0
|
||||
version: 22.0.0
|
||||
vudio:
|
||||
specifier: 2.1.1
|
||||
version: 2.1.1(patch_hash=7iux5msqpgl3octdmwy4uspwoe)
|
||||
@ -1561,8 +1561,8 @@ packages:
|
||||
resolution: {integrity: sha512-AqlrT8YA1o7Ff5wPfMOL0pvL+1X+sw60NN6CcOCqs658emD6RfiXhF7Gu9QcfKBH7ELY2nInLhKSCWVoNL70MQ==}
|
||||
dev: true
|
||||
|
||||
/@ts-morph/common@0.22.0:
|
||||
resolution: {integrity: sha512-HqNBuV/oIlMKdkLshXd1zKBqNQCsuPEsgQOkfFQ/eUKjRlwndXW1AjN9LVkBEIukm00gGXSRmfkl0Wv5VXLnlw==}
|
||||
/@ts-morph/common@0.23.0:
|
||||
resolution: {integrity: sha512-m7Lllj9n/S6sOkCkRftpM7L24uvmfXQFedlW/4hENcuJH1HHm9u5EgxZb9uVjQSCGrbBWBkOGgcTxNg36r6ywA==}
|
||||
dependencies:
|
||||
fast-glob: 3.3.2
|
||||
minimatch: 9.0.3
|
||||
@ -2636,8 +2636,8 @@ packages:
|
||||
dependencies:
|
||||
mimic-response: 1.0.1
|
||||
|
||||
/code-block-writer@12.0.0:
|
||||
resolution: {integrity: sha512-q4dMFMlXtKR3XNBHyMHt/3pwYNA69EDk00lloMOaaUMKPUXBw6lpXtbu3MMVG6/uOihGnRDOlkyqsONEUj60+w==}
|
||||
/code-block-writer@13.0.1:
|
||||
resolution: {integrity: sha512-c5or4P6erEA69TxaxTNcHUNcIn+oyxSRTOWV+pSYF+z4epXqNvwvJ70XPGjPNgue83oAFAPBRQYwpAJ/Hpe/Sg==}
|
||||
dev: false
|
||||
|
||||
/color-convert@1.9.3:
|
||||
@ -6435,11 +6435,11 @@ packages:
|
||||
typescript: 5.4.2
|
||||
dev: true
|
||||
|
||||
/ts-morph@21.0.1:
|
||||
resolution: {integrity: sha512-dbDtVdEAncKctzrVZ+Nr7kHpHkv+0JDJb2MjjpBaj8bFeCkePU9rHfMklmhuLFnpeq/EJZk2IhStY6NzqgjOkg==}
|
||||
/ts-morph@22.0.0:
|
||||
resolution: {integrity: sha512-M9MqFGZREyeb5fTl6gNHKZLqBQA0TjA1lea+CR48R8EBTDuWrNqW6ccC5QvjNR4s6wDumD3LTCjOFSp9iwlzaw==}
|
||||
dependencies:
|
||||
'@ts-morph/common': 0.22.0
|
||||
code-block-writer: 12.0.0
|
||||
'@ts-morph/common': 0.23.0
|
||||
code-block-writer: 13.0.1
|
||||
dev: false
|
||||
|
||||
/tsconfig-paths@3.15.0:
|
||||
|
||||
Reference in New Issue
Block a user