chore: update vutil version

This commit is contained in:
fangsmile 2024-03-11 10:43:32 +08:00
parent 90d4764928
commit 53df4c4684
6 changed files with 851 additions and 807 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
"@visactor/vtable-editors": "workspace:*",
"@visactor/vtable-export": "workspace:*",
"@visactor/vtable-search": "workspace:*",
"@visactor/vchart": "1.9.1",
"@visactor/vchart": "1.9.6",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",

View File

@ -48,11 +48,11 @@
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vutils": "~0.17.1",
"@visactor/vutils": "~0.18.1",
"react-is": "^18.2.0"
},
"devDependencies": {
"@visactor/vchart": "1.9.1",
"@visactor/vchart": "1.9.6",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
@ -96,4 +96,4 @@
"axios": "^1.4.0",
"@types/react-is": "^17.0.3"
}
}
}

View File

@ -35,12 +35,12 @@
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vutils": "~0.17.1",
"@visactor/vutils": "~0.18.1",
"file-saver": "2.0.5",
"exceljs": "4.4.0"
},
"devDependencies": {
"@visactor/vchart": "1.9.1",
"@visactor/vchart": "1.9.6",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
@ -85,4 +85,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}

View File

@ -35,10 +35,10 @@
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vutils": "~0.17.1"
"@visactor/vutils": "~0.18.1"
},
"devDependencies": {
"@visactor/vchart": "1.9.1",
"@visactor/vchart": "1.9.6",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",

View File

@ -54,14 +54,14 @@
"@visactor/vrender-kits": "0.18.2-alpha.1",
"@visactor/vrender-components": "0.18.2-alpha.1",
"@visactor/vutils-extension": "~1.8.5",
"@visactor/vutils": "~0.17.1",
"@visactor/vscale": "~0.17.1",
"@visactor/vdataset": "~0.17.1",
"@visactor/vutils": "~0.18.1",
"@visactor/vscale": "~0.18.1",
"@visactor/vdataset": "~0.18.1",
"cssfontparser": "^1.2.1"
},
"devDependencies": {
"luxon": "*",
"@visactor/vchart": "1.9.1",
"@visactor/vchart": "1.9.6",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",