build(deps): 添加 dayjs依赖包

- 在 package.json 中添加 dayjs 依赖,版本为 ^1.11.13
master
钟良源 6 months ago
parent 1b6a752b20
commit 8f372534ba

@ -22,6 +22,7 @@
"bizcharts": "^4.1.15",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.11.13",
"echarts": "^6.0.0",
"echarts-for-react": "^3.0.2",
"install": "^0.13.0",

@ -41,6 +41,9 @@ importers:
copy-to-clipboard:
specifier: ^3.3.1
version: 3.3.3
dayjs:
specifier: ^1.11.13
version: 1.11.13
echarts:
specifier: ^6.0.0
version: 6.0.0

Loading…
Cancel
Save