神仙都没用 hace 1 año
padre
commit
4adf805a69
Se han modificado 3 ficheros con 2 adiciones y 3 borrados
  1. 1 1
      src/modules/demo/views/crud/components/table/plugin/column.tsx
  2. 1 0
      tsconfig.json
  3. 0 2
      yarn.lock

+ 1 - 1
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 = {

+ 1 - 0
tsconfig.json

@@ -3,6 +3,7 @@
 		"target": "esnext",
 		"module": "esnext",
 		"moduleResolution": "node",
+		"noImplicitAny": false,
 		"strict": true,
 		"jsx": "preserve",
 		"sourceMap": true,

+ 0 - 2
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==