@elliemae/ds-uploader 2.2.0-next.6 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-uploader",
3
- "version": "2.2.0-next.6",
3
+ "version": "2.2.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Uploader",
6
6
  "module": "./esm/index.js",
@@ -40,11 +40,11 @@
40
40
  "build": "node ../../scripts/build/build.js"
41
41
  },
42
42
  "dependencies": {
43
- "@elliemae/ds-button": "2.2.0-next.6",
44
- "@elliemae/ds-classnames": "2.2.0-next.6",
45
- "@elliemae/ds-icons": "2.2.0-next.6",
46
- "@elliemae/ds-tooltip": "2.2.0-next.6",
47
- "@elliemae/ds-utilities": "2.2.0-next.6",
43
+ "@elliemae/ds-button": "2.2.1",
44
+ "@elliemae/ds-classnames": "2.2.1",
45
+ "@elliemae/ds-icons": "2.2.1",
46
+ "@elliemae/ds-tooltip": "2.2.1",
47
+ "@elliemae/ds-utilities": "2.2.1",
48
48
  "react-desc": "~4.1.3",
49
49
  "react-dropzone": "~10.2.2"
50
50
  },
@@ -128,7 +128,7 @@ declare const DSUploader: {
128
128
  };
129
129
  };
130
130
  declare const UploaderWithSchema: {
131
- (props?: DSUploaderPropsT | undefined): JSX.Element;
131
+ (props?: unknown): JSX.Element;
132
132
  propTypes: unknown;
133
133
  toTypescript: () => import("react-desc").TypescriptSchema;
134
134
  };