Skip to content

Commit cc16175

Browse files
committed
调整依赖
1 parent 3fd0114 commit cc16175

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"dependencies": {
1111
"array.prototype.flat": "^1.2.4",
1212
"axios": "^0.21.1",
13-
"cl-admin": "^1.5.1",
1413
"clipboard": "^2.0.8",
1514
"clone-deep": "^4.0.1",
1615
"codemirror": "^5.60.0",

src/cool/modules/upload/components/space/category.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<script>
3636
import { mapGetters } from "vuex";
37-
import { isEmpty } from "cl-admin/utils";
37+
import { isEmpty } from "@/core/utils";
3838
3939
export default {
4040
name: "cl-upload-space-category",

src/cool/modules/upload/components/space/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
</template>
143143

144144
<script>
145-
import { isEmpty } from "cl-admin/utils";
145+
import { isEmpty } from "@/core/utils";
146146
import Category from "./category";
147147
import FileItem from "./file-item";
148148
import { mapGetters } from "vuex";

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2729,11 +2729,6 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
27292729
inherits "^2.0.1"
27302730
safe-buffer "^5.0.1"
27312731

2732-
cl-admin@^1.5.1:
2733-
version "1.5.1"
2734-
resolved "https://registry.yarnpkg.com/cl-admin/-/cl-admin-1.5.1.tgz#3a83b08e657209f69351f926bfcb56ae61665331"
2735-
integrity sha512-aEKHAV9PEcpbDKYK43+Gft2AISvV7wp1ZWJ4ST1cN/6hEB3LckmrEej43o+y5aw7vlZ1bilVGwy1BliE5nvgTQ==
2736-
27372732
class-utils@^0.3.5:
27382733
version "0.3.6"
27392734
resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"

0 commit comments

Comments
 (0)