Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-thera committed May 2, 2024
1 parent 37f4986 commit 0bf9037
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 91 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@ lerna-debug.log*
/blob-report/
/playwright/.cache/

*storybook.log
*storybook.log

#ide
.idea/
2 changes: 0 additions & 2 deletions packages/ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"estree-util-visit": "^2.0.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"hast": "^1.0.0",
"hast-util-heading-rank": "^3.0.0",
"hast-util-to-estree": "^3.1.0",
"hast-util-to-jsx-runtime": "^2.3.0",
Expand Down Expand Up @@ -93,7 +92,6 @@
"react-intersection-observer": "^9.4.3",
"react-medium-image-zoom": "^5.1.10",
"react-virtuoso": "^4.7.7",
"rehype": "^13.0.1",
"rehype-katex": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gemoji": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/app/src/mdx/__test__/rehypeFernCode.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Element } from "hast";
import type { Element } from "hast";
import { parseBlockMetaString } from "../plugins/rehypeFernCode";

describe("parseBlockMetaString", () => {
Expand Down
87 changes: 0 additions & 87 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 0bf9037

Please sign in to comment.