@uppy/dashboard
Advanced tools
Comparing version 4.3.0 to 4.3.1
import { h } from 'preact'; | ||
import type { Body, Meta, UppyFile } from '@uppy/utils/lib/UppyFile'; | ||
import type { State, UIPluginOptions, Uppy } from '@uppy/core'; | ||
import type { Body, Meta, UppyFile, State, UIPluginOptions, Uppy } from '@uppy/core'; | ||
import type { I18n } from '@uppy/utils/lib/Translator'; | ||
@@ -5,0 +4,0 @@ import type Translator from '@uppy/utils/lib/Translator'; |
import { h } from 'preact'; | ||
import type { Body, Meta, UppyFile } from '@uppy/utils/lib/UppyFile'; | ||
import type { Body, Meta, UppyFile } from '@uppy/core'; | ||
import type Uppy from '@uppy/core'; | ||
@@ -4,0 +4,0 @@ import type { I18n } from '@uppy/utils/lib/Translator'; |
@@ -1,4 +0,3 @@ | ||
import type { State, Uppy, UppyFile } from '@uppy/core'; | ||
import type { Body, Meta, State, Uppy, UppyFile } from '@uppy/core'; | ||
import type { I18n } from '@uppy/utils/lib/Translator'; | ||
import type { Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
import { h } from 'preact'; | ||
@@ -5,0 +4,0 @@ interface Props<M extends Meta, B extends Body> { |
import { Component, type ComponentChild } from 'preact'; | ||
import type { UppyFile, Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
import type { UppyFile, Body, Meta, State } from '@uppy/core'; | ||
import type { I18n } from '@uppy/utils/lib/Translator'; | ||
import type Uppy from '@uppy/core'; | ||
import type { State } from '@uppy/core'; | ||
import type { DashboardState } from '../../Dashboard.js'; | ||
@@ -7,0 +6,0 @@ type Props<M extends Meta, B extends Body> = { |
import { h } from 'preact'; | ||
import type { UppyFile, Uppy, State } from '@uppy/core'; | ||
import type { UppyFile, Uppy, State, Body, Meta } from '@uppy/core'; | ||
import type { I18n } from '@uppy/utils/lib/Translator'; | ||
import type { Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
import type { DashboardState } from '../Dashboard.js'; | ||
@@ -6,0 +5,0 @@ type FileListProps<M extends Meta, B extends Body> = { |
@@ -1,5 +0,4 @@ | ||
import { UIPlugin, type UIPluginOptions, type UnknownPlugin, type Uppy, type State } from '@uppy/core'; | ||
import type { ComponentChild, VNode } from 'preact'; | ||
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js'; | ||
import type { Body, Meta, UppyFile } from '@uppy/utils/lib/UppyFile'; | ||
import { UIPlugin } from '@uppy/core'; | ||
import type { Body, Meta, UppyFile, UIPluginOptions, UnknownPlugin, Uppy, State, DefinePluginOpts } from '@uppy/core'; | ||
import { defaultPickerIcon } from '@uppy/provider-views'; | ||
@@ -6,0 +5,0 @@ type GenericEventCallback = () => void; |
@@ -21,3 +21,3 @@ function _classPrivateFieldLooseBase(e, t) { if (!{}.hasOwnProperty.call(e, t)) throw new TypeError("attempted to use private field on non-instance"); return e; } | ||
const packageJson = { | ||
"version": "4.3.0" | ||
"version": "4.3.1" | ||
}; | ||
@@ -24,0 +24,0 @@ import locale from './locale.js'; |
{ | ||
"name": "@uppy/dashboard", | ||
"description": "Universal UI plugin for Uppy.", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"license": "MIT", | ||
@@ -26,7 +26,7 @@ "main": "lib/index.js", | ||
"@transloadit/prettier-bytes": "^0.3.4", | ||
"@uppy/informer": "^4.2.0", | ||
"@uppy/provider-views": "^4.3.0", | ||
"@uppy/status-bar": "^4.1.0", | ||
"@uppy/thumbnail-generator": "^4.1.0", | ||
"@uppy/utils": "^6.1.0", | ||
"@uppy/informer": "^4.2.1", | ||
"@uppy/provider-views": "^4.4.1", | ||
"@uppy/status-bar": "^4.1.1", | ||
"@uppy/thumbnail-generator": "^4.1.1", | ||
"@uppy/utils": "^6.1.1", | ||
"classnames": "^2.2.6", | ||
@@ -40,6 +40,6 @@ "lodash": "^4.17.21", | ||
"devDependencies": { | ||
"@uppy/google-drive": "^4.3.0", | ||
"@uppy/status-bar": "^4.1.0", | ||
"@uppy/url": "^4.2.0", | ||
"@uppy/webcam": "^4.1.0", | ||
"@uppy/google-drive": "^4.3.1", | ||
"@uppy/status-bar": "^4.1.1", | ||
"@uppy/url": "^4.2.1", | ||
"@uppy/webcam": "^4.1.1", | ||
"resize-observer-polyfill": "^1.5.0", | ||
@@ -49,4 +49,4 @@ "vitest": "^1.2.1" | ||
"peerDependencies": { | ||
"@uppy/core": "^4.4.0" | ||
"@uppy/core": "^4.4.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11438
799125
Updated@uppy/informer@^4.2.1
Updated@uppy/provider-views@^4.4.1
Updated@uppy/status-bar@^4.1.1
Updated@uppy/utils@^6.1.1