chore(projects): lock deps versions

This commit is contained in:
Soybean 2024-01-20 20:32:58 +08:00
parent f59f34884c
commit a24f963121
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
"@vueuse/core": "10.7.2",
"clipboard": "2.0.11",
"dayjs": "1.11.10",
"echarts": "^5.4.3",
"echarts": "5.4.3",
"lodash-es": "4.17.21",
"naive-ui": "2.37.3",
"nprogress": "0.2.0",

View File

@ -12,6 +12,6 @@
"dependencies": {
"@sa/utils": "workspace:*",
"axios": "1.6.5",
"axios-retry": "^4.0.0"
"axios-retry": "4.0.0"
}
}