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==