mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
chore(deps): update dependency ts-morph to v14 (#6451)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
2a88eaab3f
commit
f3819db8bc
@ -134,7 +134,7 @@
|
||||
"sass": "^1.49.9",
|
||||
"sucrase": "^3.20.3",
|
||||
"ts-jest": "^26.5.6",
|
||||
"ts-morph": "^13.0.3",
|
||||
"ts-morph": "^14.0.0",
|
||||
"type-fest": "^2.12.0",
|
||||
"typescript": "^4.6.2",
|
||||
"unplugin-vue-define-options": "^0.4.0",
|
||||
|
@ -84,7 +84,7 @@ importers:
|
||||
sass: ^1.49.9
|
||||
sucrase: ^3.20.3
|
||||
ts-jest: ^26.5.6
|
||||
ts-morph: ^13.0.3
|
||||
ts-morph: ^14.0.0
|
||||
type-fest: ^2.12.0
|
||||
typescript: ^4.6.2
|
||||
unplugin-vue-define-options: ^0.4.0
|
||||
@ -172,7 +172,7 @@ importers:
|
||||
sass: 1.49.9
|
||||
sucrase: 3.20.3
|
||||
ts-jest: 26.5.6_jest@26.6.3+typescript@4.6.2
|
||||
ts-morph: 13.0.3
|
||||
ts-morph: 14.0.0
|
||||
type-fest: 2.12.0
|
||||
typescript: 4.6.2
|
||||
unplugin-vue-define-options: 0.4.0_c30e5c6c929d1f3c3b17cbac52c918c0
|
||||
@ -2696,11 +2696,11 @@ packages:
|
||||
engines: {node: '>= 6'}
|
||||
dev: true
|
||||
|
||||
/@ts-morph/common/0.12.3:
|
||||
resolution: {integrity: sha512-4tUmeLyXJnJWvTFOKtcNJ1yh0a3SsTLi2MUoyj8iUNznFRN1ZquaNe7Oukqrnki2FzZkm0J9adCNLDZxUzvj+w==}
|
||||
/@ts-morph/common/0.13.0:
|
||||
resolution: {integrity: sha512-fEJ6j7Cu8yiWjA4UmybOBH9Efgb/64ZTWuvCF4KysGu4xz8ettfyaqFt8WZ1btCxXsGZJjZ2/3svOF6rL+UFdQ==}
|
||||
dependencies:
|
||||
fast-glob: 3.2.11
|
||||
minimatch: 3.1.2
|
||||
minimatch: 5.0.1
|
||||
mkdirp: 1.0.4
|
||||
path-browserify: 1.0.1
|
||||
dev: true
|
||||
@ -4180,6 +4180,12 @@ packages:
|
||||
concat-map: 0.0.1
|
||||
dev: true
|
||||
|
||||
/brace-expansion/2.0.1:
|
||||
resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
|
||||
dependencies:
|
||||
balanced-match: 1.0.2
|
||||
dev: true
|
||||
|
||||
/braces/2.3.2:
|
||||
resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
@ -9035,6 +9041,13 @@ packages:
|
||||
brace-expansion: 1.1.11
|
||||
dev: true
|
||||
|
||||
/minimatch/5.0.1:
|
||||
resolution: {integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==}
|
||||
engines: {node: '>=10'}
|
||||
dependencies:
|
||||
brace-expansion: 2.0.1
|
||||
dev: true
|
||||
|
||||
/minimist-options/4.1.0:
|
||||
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
|
||||
engines: {node: '>= 6'}
|
||||
@ -11639,10 +11652,10 @@ packages:
|
||||
yargs-parser: 20.2.9
|
||||
dev: true
|
||||
|
||||
/ts-morph/13.0.3:
|
||||
resolution: {integrity: sha512-pSOfUMx8Ld/WUreoSzvMFQG5i9uEiWIsBYjpU9+TTASOeUa89j5HykomeqVULm1oqWtBdleI3KEFRLrlA3zGIw==}
|
||||
/ts-morph/14.0.0:
|
||||
resolution: {integrity: sha512-tO8YQ1dP41fw8GVmeQAdNsD8roZi1JMqB7YwZrqU856DvmG5/710e41q2XauzTYrygH9XmMryaFeLo+kdCziyA==}
|
||||
dependencies:
|
||||
'@ts-morph/common': 0.12.3
|
||||
'@ts-morph/common': 0.13.0
|
||||
code-block-writer: 11.0.0
|
||||
dev: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user