refactor(core): merge @uppy/provider-views into core via ./provider-views export

This commit is contained in:
prakash 2026-06-15 13:43:21 +05:30
parent b3aa4cdd6c
commit d6a0132145
No known key found for this signature in database
115 changed files with 102 additions and 830 deletions

View file

@ -2,7 +2,7 @@
import { getAllowedHosts, Provider, tokenStorage } from '@uppy/companion-client'
import { UIPlugin } from '@uppy/core'
import { ProviderViews } from '@uppy/provider-views'
import { ProviderViews } from '@uppy/core/provider-views'
const defaultOptions = {}

View file

@ -7,7 +7,6 @@
"@uppy/core": "workspace:*",
"@uppy/dashboard": "workspace:*",
"@uppy/google-drive": "workspace:*",
"@uppy/provider-views": "workspace:*",
"@uppy/tus": "workspace:*",
"preact": "^10.29.2"
},