Skip to content

Commit

Permalink
minor refactor: rename JSX.Element => React.JSX.Element
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 26, 2024
1 parent 9de852e commit 65cabcf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/components/MostlyMutations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function MostlyMutations({
toolName,
builtInMechanism,
}: {
toolName: JSX.Element | string
toolName: React.JSX.Element | string
builtInMechanism?: string
}) {
return (
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typecheck": "tsc --noEmit --watch"
},
"dependencies": {
"@brillout/docpress": "^0.10.11",
"@brillout/docpress": "^0.10.12",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65cabcf

Please sign in to comment.