This commit is contained in:
icssoa 2023-11-26 16:35:29 +08:00
parent f4c702a438
commit a251357d5c
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
"lint:eslint": "eslint \"{src}/**/*.{vue,ts,tsx}\" --fix" "lint:eslint": "eslint \"{src}/**/*.{vue,ts,tsx}\" --fix"
}, },
"dependencies": { "dependencies": {
"@cool-vue/crud": "^7.0.4", "@cool-vue/crud": "^7.0.5",
"@element-plus/icons-vue": "^2.1.0", "@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^10.4.0", "@vueuse/core": "^10.4.0",
"@wangeditor/editor": "^5.1.23", "@wangeditor/editor": "^5.1.23",

View File

@ -295,10 +295,10 @@
mitt "^3.0.1" mitt "^3.0.1"
vue "^3.3.4" vue "^3.3.4"
"@cool-vue/crud@^7.0.4": "@cool-vue/crud@^7.0.5":
version "7.0.4" version "7.0.5"
resolved "https://registry.yarnpkg.com/@cool-vue/crud/-/crud-7.0.4.tgz#4f7a33e8ded0930b967325907fbd507404cf6447" resolved "https://registry.yarnpkg.com/@cool-vue/crud/-/crud-7.0.5.tgz#63cf8794241ec639ac802cc443d05d82ecf9c442"
integrity sha512-qS2PvqhXOiJ0Grq8uvYkjDdA6JgpjSO2ODbl+9/XPERCah3ptDLo/dGn5ChlYD2z53T5/Vhch6IQPiXbOjfsOg== integrity sha512-PWR/yeJh9EfhKDDiiK1bfrCUpY9vtIMTQ/MsLzaKnKsTTALisOfimvSxaA6dVS2jb9LsfhIKcB3WQinJnI/GIQ==
dependencies: dependencies:
"@cool-vue/crud" "^7.0.1-beta14" "@cool-vue/crud" "^7.0.1-beta14"
array.prototype.flat "^1.2.4" array.prototype.flat "^1.2.4"