[WEB-5027] fix: replace lodash package with lodash-es (#7856)
* fix: replace lodash pacakge with lodash-es * fix: lint errors * fix: import fixes
This commit is contained in:
parent
c05a5eb5ee
commit
bedc1fae1f
199 changed files with 261 additions and 396 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"@plane/constants": "workspace:*",
|
||||
"@plane/types": "workspace:*",
|
||||
"@plane/utils": "workspace:*",
|
||||
"lodash": "catalog:",
|
||||
"lodash-es": "catalog:",
|
||||
"mobx": "catalog:",
|
||||
"mobx-utils": "catalog:",
|
||||
"uuid": "catalog:",
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
"@plane/eslint-config": "workspace:*",
|
||||
"@plane/typescript-config": "workspace:*",
|
||||
"@types/node": "^22.5.4",
|
||||
"@types/lodash": "catalog:",
|
||||
"@types/lodash-es": "catalog:",
|
||||
"@types/uuid": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue