chore(deps): update
This commit is contained in:
parent
257b226841
commit
e6081ad468
|
@ -2,6 +2,7 @@
|
|||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm -r --filter ./packages --parallel run dev",
|
||||
"test": "vitest test"
|
||||
},
|
||||
"workspaces": [
|
||||
|
@ -13,6 +14,7 @@
|
|||
"@md-report/core": "workspace:*",
|
||||
"@md-report/parser": "workspace:*",
|
||||
"@md-report/types": "workspace:*",
|
||||
"@types/file-saver": "^2.0.5",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/markdown-it": "^12.2.3",
|
||||
"@types/node": "^17.0.23",
|
||||
|
|
|
@ -5,11 +5,21 @@
|
|||
"license": "MIT",
|
||||
"author": "syy11cn<syy11cn@outlook.com>",
|
||||
"main": "index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build": "rimraf dist && tsup src/**/*.ts --format cjs,esm --dts --splitting --no-shims",
|
||||
"dev": "nr build --watch",
|
||||
"prepublishOnly": "nr build"
|
||||
},
|
||||
"dependencies": {
|
||||
"carbon-now-cli": "^1.4.0",
|
||||
"docx": "^7.3.0"
|
||||
"docx": "^7.3.0",
|
||||
"file-saver": "^2.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,12 +7,15 @@
|
|||
"main": "index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./src/index.ts"
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rimraf dist && tsup src/index.ts src/core.ts src/fs.ts --format cjs,esm --dts --splitting --no-shims",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build": "rimraf dist && tsup src/*.ts --format cjs,esm --dts --splitting --no-shims",
|
||||
"dev": "nr build --watch",
|
||||
"prepublishOnly": "nr build"
|
||||
},
|
||||
"dependencies": {
|
||||
"js-yaml": "^4.1.0"
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
"license": "MIT",
|
||||
"author": "syy11cn<syy11cn@outlook.com>",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build": "rimraf dist && tsup src/*.ts --format cjs,esm --dts --splitting --no-shims",
|
||||
"dev": "nr build --watch",
|
||||
"prepublishOnly": "nr build"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@ importers:
|
|||
'@md-report/core': workspace:*
|
||||
'@md-report/parser': workspace:*
|
||||
'@md-report/types': workspace:*
|
||||
'@types/file-saver': ^2.0.5
|
||||
'@types/js-yaml': ^4.0.5
|
||||
'@types/markdown-it': ^12.2.3
|
||||
'@types/node': ^17.0.23
|
||||
|
@ -20,14 +21,14 @@ importers:
|
|||
tsup: ^5.12.5
|
||||
typescript: ^4.6.3
|
||||
vitest: ^0.9.3
|
||||
dependencies:
|
||||
'@types/js-yaml': 4.0.5
|
||||
devDependencies:
|
||||
'@antfu/eslint-config': 0.20.2_eslint@8.13.0+typescript@4.6.3
|
||||
'@antfu/utils': 0.5.1
|
||||
'@md-report/core': link:packages/core
|
||||
'@md-report/parser': link:packages/parser
|
||||
'@md-report/types': link:packages/types
|
||||
'@types/file-saver': 2.0.5
|
||||
'@types/js-yaml': 4.0.5
|
||||
'@types/markdown-it': 12.2.3
|
||||
'@types/node': 17.0.23
|
||||
docx: 7.3.0
|
||||
|
@ -43,9 +44,11 @@ importers:
|
|||
specifiers:
|
||||
carbon-now-cli: ^1.4.0
|
||||
docx: ^7.3.0
|
||||
file-saver: ^2.0.5
|
||||
dependencies:
|
||||
carbon-now-cli: 1.4.0
|
||||
docx: 7.3.0
|
||||
file-saver: 2.0.5
|
||||
|
||||
packages/parser:
|
||||
specifiers:
|
||||
|
@ -283,9 +286,13 @@ packages:
|
|||
resolution: {integrity: sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw==}
|
||||
dev: true
|
||||
|
||||
/@types/file-saver/2.0.5:
|
||||
resolution: {integrity: sha512-zv9kNf3keYegP5oThGLaPk8E081DFDuwfqjtiTzm6PoxChdJ1raSuADf2YGCVIyrSynLrgc8JWv296s7Q7pQSQ==}
|
||||
dev: true
|
||||
|
||||
/@types/js-yaml/4.0.5:
|
||||
resolution: {integrity: sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==}
|
||||
dev: false
|
||||
dev: true
|
||||
|
||||
/@types/json-schema/7.0.11:
|
||||
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
|
||||
|
@ -2113,6 +2120,10 @@ packages:
|
|||
engines: {node: '>=4'}
|
||||
dev: false
|
||||
|
||||
/file-saver/2.0.5:
|
||||
resolution: {integrity: sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==}
|
||||
dev: false
|
||||
|
||||
/file-type/3.9.0:
|
||||
resolution: {integrity: sha1-JXoHg4TR24CHvESdEH1SpSZyuek=}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
|
Loading…
Reference in New Issue