@types/mdx 2.0.3 → 2.0.4

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.
Files changed (3) hide show
  1. mdx/README.md +1 -1
  2. mdx/index.d.ts +1 -1
  3. mdx/package.json +3 -3
mdx/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for mdx (https://github.com/mdx-js/mdx).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdx.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 18 Oct 2022 17:02:55 GMT
11
+ * Last updated: Mon, 27 Mar 2023 18:33:54 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
mdx/index.d.ts CHANGED
@@ -59,7 +59,7 @@
59
59
  * It should now be possible to import both the MDX component and the exported constant `message`.
60
60
  */
61
61
  declare module '*.mdx' {
62
- // tslint:disable-next-line: no-self-import
62
+ // eslint-disable-next-line no-self-import
63
63
  import { MDXProps } from 'mdx/types';
64
64
 
65
65
  /**
mdx/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/mdx",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "TypeScript definitions for mdx",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdx",
6
6
  "license": "MIT",
@@ -30,6 +30,6 @@
30
30
  },
31
31
  "scripts": {},
32
32
  "dependencies": {},
33
- "typesPublisherContentHash": "34b229059b2ba6024fdf79852a3dfac83188851aa3f53ce094d14073d82015cc",
34
- "typeScriptVersion": "4.1"
33
+ "typesPublisherContentHash": "c3899c3dcc27f71bfdaa0e0b59a7f669033d6b8c99d2c0b5024e8d2eb1a391eb",
34
+ "typeScriptVersion": "4.3"
35
35
  }