From 4adf805a69e15679fe903ee5ab3971e1badde337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E4=BB=99=E9=83=BD=E6=B2=A1=E7=94=A8?= <615206459@qq.com> Date: Fri, 2 Feb 2024 21:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=207.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/demo/views/crud/components/table/plugin/column.tsx | 2 +- tsconfig.json | 1 + yarn.lock | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/modules/demo/views/crud/components/table/plugin/column.tsx b/src/modules/demo/views/crud/components/table/plugin/column.tsx index 3848630..ad54b28 100644 --- a/src/modules/demo/views/crud/components/table/plugin/column.tsx +++ b/src/modules/demo/views/crud/components/table/plugin/column.tsx @@ -1,4 +1,4 @@ -import { merge } from "lodash"; +import { merge } from "lodash-es"; import { defineComponent } from "vue"; const columns = { diff --git a/tsconfig.json b/tsconfig.json index 66c213a..d2fbf12 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "esnext", "module": "esnext", "moduleResolution": "node", + "noImplicitAny": false, "strict": true, "jsx": "preserve", "sourceMap": true, diff --git a/yarn.lock b/yarn.lock index 238380a..9d4256b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3530,7 +3530,6 @@ stream-shift@^1.0.0: integrity sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ== "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - name string-width-cjs version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -3935,7 +3934,6 @@ word@~0.3.0: integrity sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA== "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: - name wrap-ansi-cjs version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==