@uppy/informer
Advanced tools
Comparing version 4.2.0 to 4.2.1
import { type ComponentChild } from 'preact'; | ||
import { UIPlugin } from '@uppy/core'; | ||
import type { State, UIPluginOptions, Uppy } from '@uppy/core'; | ||
import type { Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
import type { State, UIPluginOptions, Uppy, Body, Meta } from '@uppy/core'; | ||
export type InformerOptions = UIPluginOptions; | ||
@@ -6,0 +5,0 @@ /** |
@@ -11,3 +11,3 @@ /* eslint-disable jsx-a11y/no-noninteractive-element-interactions */ | ||
const packageJson = { | ||
"version": "4.2.0" | ||
"version": "4.2.1" | ||
}; | ||
@@ -14,0 +14,0 @@ /** |
{ | ||
"name": "@uppy/informer", | ||
"description": "A notification and error pop-up bar for Uppy.", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"license": "MIT", | ||
@@ -26,8 +26,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.1.0", | ||
"@uppy/utils": "^6.1.1", | ||
"preact": "^10.5.13" | ||
}, | ||
"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
62889
831
Updated@uppy/utils@^6.1.1