@types/react-medium-image-zoom 3.0.1 → 3.0.3

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.
File without changes
@@ -8,12 +8,6 @@ This package contains type definitions for react-medium-image-zoom (https://gith
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-medium-image-zoom.
9
9
  ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-medium-image-zoom/index.d.ts)
10
10
  ````ts
11
- // Type definitions for react-medium-image-zoom 3.0
12
- // Project: https://github.com/rpearce/react-medium-image-zoom#readme
13
- // Definitions by: James Bellamy <https://github.com/james-ff>
14
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
15
- // TypeScript Version: 3.3
16
-
17
11
  import * as React from "react";
18
12
 
19
13
  export interface ImageZoom_Image {
@@ -55,9 +49,8 @@ export default class ImageZoom extends React.Component<ImageZoomProps, any> {}
55
49
  ````
56
50
 
57
51
  ### Additional Details
58
- * Last updated: Thu, 08 Jul 2021 20:20:55 GMT
52
+ * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
59
53
  * Dependencies: [@types/react](https://npmjs.com/package/@types/react)
60
- * Global values: none
61
54
 
62
55
  # Credits
63
56
  These definitions were written by [James Bellamy](https://github.com/james-ff).
@@ -1,9 +1,3 @@
1
- // Type definitions for react-medium-image-zoom 3.0
2
- // Project: https://github.com/rpearce/react-medium-image-zoom#readme
3
- // Definitions by: James Bellamy <https://github.com/james-ff>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
- // TypeScript Version: 3.3
6
-
7
1
  import * as React from "react";
8
2
 
9
3
  export interface ImageZoom_Image {
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/react-medium-image-zoom",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "TypeScript definitions for react-medium-image-zoom",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-medium-image-zoom",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "James Bellamy",
10
- "url": "https://github.com/james-ff",
11
- "githubUsername": "james-ff"
10
+ "githubUsername": "james-ff",
11
+ "url": "https://github.com/james-ff"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -22,6 +22,6 @@
22
22
  "dependencies": {
23
23
  "@types/react": "*"
24
24
  },
25
- "typesPublisherContentHash": "2c6e5b7c06f828cbe363423810c0d87c006b473fe5983fbc9463f049a27e9718",
26
- "typeScriptVersion": "3.6"
25
+ "typesPublisherContentHash": "d4dd182abde223894d126651cae5675d658f6fb04985e22bec9fe4d71bf3d5fe",
26
+ "typeScriptVersion": "4.5"
27
27
  }