mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 11:00:40 +08:00
Install lodash
This commit is contained in:
parent
4515a53063
commit
2c8b31dd0f
2 changed files with 11 additions and 3 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -3207,6 +3207,12 @@
|
|||
"integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=",
|
||||
"dev": true
|
||||
},
|
||||
"@types/lodash": {
|
||||
"version": "4.14.166",
|
||||
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.166.tgz",
|
||||
"integrity": "sha512-A3YT/c1oTlyvvW/GQqG86EyqWNrT/tisOIh2mW3YCgcx71TNjiTZA3zYZWA5BCmtsOTXjhliy4c4yEkErw6njA==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/luxon": {
|
||||
"version": "1.25.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-1.25.0.tgz",
|
||||
|
@ -9962,9 +9968,9 @@
|
|||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.19",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
|
||||
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
|
||||
"version": "4.17.20",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
|
||||
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
|
||||
},
|
||||
"lodash.clonedeep": {
|
||||
"version": "4.5.0",
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
"core-js": "^3.7.0",
|
||||
"graphql": "^14.7.0",
|
||||
"graphql-tag": "^2.11.0",
|
||||
"lodash": "^4.17.20",
|
||||
"luxon": "^1.25.0",
|
||||
"ng-animate": "^0.3.4",
|
||||
"ng-dynamic-component": "^6.1.0",
|
||||
|
@ -62,6 +63,7 @@
|
|||
"@angular/language-service": "^9.1.12",
|
||||
"@types/jasmine": "^3.6.1",
|
||||
"@types/jasminewd2": "^2.0.6",
|
||||
"@types/lodash": "^4.14.166",
|
||||
"@types/luxon": "^1.25.0",
|
||||
"@types/node": "^12.19.4",
|
||||
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue