@khanacademy/simple-markdown 0.9.2 → 0.9.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @khanacademy/simple-markdown
2
2
 
3
+ ## 0.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ - afb14cff: Add eslint rule to make type imports consistent
8
+
9
+ ## 0.9.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 22c5d564: Remove the use of React.FC<> and use types named Props/State in more components
14
+
3
15
  ## 0.9.2
4
16
 
5
17
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -1387,7 +1387,6 @@ var SimpleMarkdown = {
1387
1387
  // default wrappers:
1388
1388
  markdownToReact: markdownToReact,
1389
1389
  markdownToHtml: markdownToHtml,
1390
- // @ts-expect-error [FEI-5003] - TS2322 - Type 'FC<any>' is not assignable to type '(props: { [key: string]: any; source: string; }) => ReactElement'.
1391
1390
  ReactMarkdown: ReactMarkdown,
1392
1391
  defaultBlockParse: defaultBlockParse,
1393
1392
  defaultInlineParse: defaultInlineParse,