@khanacademy/simple-markdown
Advanced tools
Comparing version 0.0.0-PR478-20230414201905 to 0.0.0-PR668-20230815162625
# @khanacademy/simple-markdown | ||
## 0.0.0-PR478-20230414201905 | ||
## 0.0.0-PR668-20230815162625 | ||
### Patch Changes | ||
- 1811b8b5: Add eslint rule to make type imports consistent | ||
## 0.9.3 | ||
### Patch Changes | ||
- 22c5d564: Remove the use of React.FC<> and use types named Props/State in more components | ||
@@ -8,0 +14,0 @@ |
@@ -20,4 +20,4 @@ /** | ||
*/ | ||
import * as React from "react"; | ||
import type { Capture, MatchFunction, State } from "./troublesome-types"; | ||
import type * as React from "react"; | ||
type Attr = string | number | boolean | null | undefined; | ||
@@ -24,0 +24,0 @@ type SingleASTNode = { |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR478-20230414201905", | ||
"version": "0.0.0-PR668-20230815162625", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
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
Sorry, the diff of this file is too big to display
660319
9520