Skip to content

Commit

Permalink
Fix missing lodash-es types
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven committed Oct 11, 2024
1 parent 2e19627 commit 5a33532
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-background-removal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
},
"devDependencies": {
"@imgly/plugin-utils": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/ndarray": "^1.0.14",
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"devDependencies": {
"@types/ndarray": "^1.0.14",
"@types/lodash-es": "^4.17.12",
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
"esbuild": "^0.19.11",
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-vectorizer-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
},
"devDependencies": {
"@imgly/plugin-utils": "workspace:*",
"@types/lodash-es": "^4.17.12",
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
"esbuild": "^0.19.12",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a33532

Please sign in to comment.