chore(deps): update dependency ts-morph to v13 (#4480)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-11-21 19:06:55 +08:00 committed by GitHub
parent 20ccf02cca
commit b080982dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 11 deletions

View File

@ -115,7 +115,7 @@
"sucrase": "3.20.3",
"through2": "4.0.2",
"ts-jest": "26.5.6",
"ts-morph": "12.2.0",
"ts-morph": "13.0.0",
"typescript": "4.5.2",
"vue": "3.2.22",
"vue-jest": "5.0.0-alpha.10",

View File

@ -68,7 +68,7 @@ importers:
sucrase: 3.20.3
through2: 4.0.2
ts-jest: 26.5.6
ts-morph: 12.2.0
ts-morph: 13.0.0
typescript: 4.5.2
vue: 3.2.22
vue-jest: 5.0.0-alpha.10
@ -140,7 +140,7 @@ importers:
sucrase: 3.20.3
through2: 4.0.2
ts-jest: 26.5.6_jest@26.6.3+typescript@4.5.2
ts-morph: 12.2.0
ts-morph: 13.0.0
typescript: 4.5.2
vue: 3.2.22
vue-jest: 5.0.0-alpha.10_410e1f02b0f111ce6647a671103660c3
@ -1588,8 +1588,8 @@ packages:
engines: {node: '>= 6'}
dev: true
/@ts-morph/common/0.11.1:
resolution: {integrity: sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g==}
/@ts-morph/common/0.12.0:
resolution: {integrity: sha512-ni7pjqtuyfee4Z21180jrtIkv8/YPciHZhAIz6QIsHGJprheqFbNx3CrsYao48aV3aKx5a4YijADWOcnLzd2aQ==}
dependencies:
fast-glob: 3.2.7
minimatch: 3.0.4
@ -3281,8 +3281,10 @@ packages:
engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'}
dev: true
/code-block-writer/10.1.1:
resolution: {integrity: sha512-67ueh2IRGst/51p0n6FvPrnRjAGHY5F8xdjkgrYE7DDzpJe6qA07RYQ9VcoUeo5ATOjSOiWpSL3SWBRRbempMw==}
/code-block-writer/11.0.0:
resolution: {integrity: sha512-GEqWvEWWsOvER+g9keO4ohFoD3ymwyCnqY3hoTr7GZipYFwEhMHJw+TtV0rfgRhNImM6QWZGO2XYjlJVyYT62w==}
dependencies:
tslib: 2.3.1
dev: true
/code-point-at/1.1.0:
@ -10046,11 +10048,11 @@ packages:
yargs-parser: 20.2.9
dev: true
/ts-morph/12.2.0:
resolution: {integrity: sha512-WHXLtFDcIRwoqaiu0elAoZ/AmI+SwwDafnPKjgJmdwJ2gRVO0jMKBt88rV2liT/c6MTsXyuWbGFiHe9MRddWJw==}
/ts-morph/13.0.0:
resolution: {integrity: sha512-DWKKq0uhILFUPZmhBqB+2vljrQ6fwrYJWEdESxOqh9iJk/ti0ZIBB4CUB95I0Gy7FynMRWFEJ3q+kTHzFU98gQ==}
dependencies:
'@ts-morph/common': 0.11.1
code-block-writer: 10.1.1
'@ts-morph/common': 0.12.0
code-block-writer: 11.0.0
dev: true
/ts-node/9.1.1_typescript@4.5.2: