fix: crypto-js type

This commit is contained in:
xingyu4j
2025-04-22 22:18:11 +08:00
parent fb785894b6
commit ebba76bd05
2 changed files with 8 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
"#/*": "./src/*"
},
"dependencies": {
"@tinymce/tinymce-vue": "catalog:",
"@vben/access": "workspace:*",
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",
@@ -40,7 +41,6 @@
"@vben/styles": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@tinymce/tinymce-vue": "catalog:",
"@vueuse/core": "catalog:",
"ant-design-vue": "catalog:",
"cropperjs": "catalog:",
@@ -50,5 +50,8 @@
"pinia": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@types/crypto-js": "catalog:"
}
}