mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
@uppy/provider-views: add missing lodash dependency (#6045)
Fixes #6039
This commit is contained in:
parent
16aa6fe941
commit
46e339a150
3 changed files with 7 additions and 0 deletions
5
.changeset/heavy-buttons-brake.md
Normal file
5
.changeset/heavy-buttons-brake.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@uppy/provider-views": patch
|
||||
---
|
||||
|
||||
Add missing lodash dependency
|
||||
|
|
@ -42,6 +42,7 @@
|
|||
"dependencies": {
|
||||
"@uppy/utils": "workspace:^",
|
||||
"classnames": "^2.2.6",
|
||||
"lodash": "^4.17.21",
|
||||
"nanoid": "^5.0.9",
|
||||
"p-queue": "^8.0.0",
|
||||
"preact": "^10.5.13"
|
||||
|
|
|
|||
|
|
@ -11149,6 +11149,7 @@ __metadata:
|
|||
classnames: "npm:^2.2.6"
|
||||
cssnano: "npm:^7.0.7"
|
||||
jsdom: "npm:^26.1.0"
|
||||
lodash: "npm:^4.17.21"
|
||||
nanoid: "npm:^5.0.9"
|
||||
p-queue: "npm:^8.0.0"
|
||||
postcss: "npm:^8.5.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue