chore: update deps

This commit is contained in:
syy11cn 2022-06-02 17:39:43 +08:00
parent 28becbb940
commit d7fa058379
1 changed files with 6 additions and 0 deletions

View File

@ -44,19 +44,25 @@ importers:
packages/core:
specifiers:
'@md-report/parser': workspace:*
'@md-report/types': workspace:*
docx: ^7.3.0
resolve-from: ^5.0.0
yargs: ^17.4.1
dependencies:
'@md-report/parser': link:../parser
'@md-report/types': link:../types
docx: 7.3.0
resolve-from: 5.0.0
yargs: 17.4.1
packages/parser:
specifiers:
'@md-report/types': workspace:*
docx: ^7.3.0
js-yaml: ^4.1.0
dependencies:
'@md-report/types': link:../types
docx: 7.3.0
js-yaml: 4.1.0