Skip to content

Commit

Permalink
Merge branch 'main' into cweber/mypy-1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jan 13, 2025
2 parents c2cb69e + 0fa6de4 commit 8b3e19c
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 110 deletions.
181 changes: 72 additions & 109 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/reactivated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"terser": "^5.36.0",
"ts-morph": "^24.0.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.20.0",
"vite": "5.1.4",
"vite-plugin-cjs-interop": "2.0.6"
}
Expand Down
1 change: 1 addition & 0 deletions website/client/templates/Documentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export const Template = (props: templates.Documentation) => {
match != null ? (match[1] as "tsx") : undefined;
return (
<Code language={language}>
{/* eslint-disable-next-line @typescript-eslint/no-base-to-string */}
{String(children).replace(/\n$/, "")}
</Code>
);
Expand Down

0 comments on commit 8b3e19c

Please sign in to comment.