Skip to content

Commit

Permalink
feat: integration with follow
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Sep 13, 2024
1 parent 7b22359 commit 47d0946
Show file tree
Hide file tree
Showing 8 changed files with 178 additions and 129 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"isomorphic-dompurify": "2.11.0",
"js-yaml": "4.1.0",
"jsdom": "24.0.0",
"jsonfeed-to-rss": "3.0.8",
"katex": "0.16.10",
"langchain": "0.1.37",
"lottie-react": "2.4.0",
Expand Down Expand Up @@ -141,6 +140,7 @@
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"remove-markdown": "0.5.0",
"rss": "^1.2.2",
"rss-parser": "3.13.0",
"serialize-javascript": "6.0.2",
"server-only": "0.0.1",
Expand Down Expand Up @@ -176,6 +176,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/remove-markdown": "^0.3.4",
"@types/rss": "^0.0.32",
"@types/serialize-javascript": "5.0.4",
"@types/sortablejs": "1.15.8",
"autoprefixer": "10.4.19",
Expand All @@ -184,8 +185,8 @@
"eslint-config-next": "14.2.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-tailwindcss": "3.17.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tailwindcss": "3.17.0",
"eslint-plugin-unused-imports": "3.2.0",
"husky": "9.0.11",
"lint-staged": "15.2.4",
Expand Down Expand Up @@ -219,4 +220,4 @@
"[email protected]": "patches/[email protected]"
}
}
}
}
Loading

0 comments on commit 47d0946

Please sign in to comment.