Fix missing lodash type dependency breaking front container build

This commit is contained in:
Charles Bochet 2024-03-25 16:26:28 +01:00
parent b77d589497
commit 2ae59a801f
2 changed files with 2 additions and 0 deletions

View File

@ -236,6 +236,7 @@
"@types/lodash.isobject": "^3.0.7",
"@types/lodash.kebabcase": "^4.1.7",
"@types/lodash.mapvalues": "^4.6.9",
"@types/lodash.omit": "^4.5.9",
"@types/lodash.snakecase": "^4.1.7",
"@types/lodash.upperfirst": "^4.3.7",
"@types/luxon": "^3.3.0",

View File

@ -45963,6 +45963,7 @@ __metadata:
"@types/lodash.kebabcase": "npm:^4.1.7"
"@types/lodash.mapvalues": "npm:^4.6.9"
"@types/lodash.merge": "npm:^4.6.7"
"@types/lodash.omit": "npm:^4.5.9"
"@types/lodash.pick": "npm:^4.3.7"
"@types/lodash.snakecase": "npm:^4.1.7"
"@types/lodash.upperfirst": "npm:^4.3.7"