chore: update dependencies

This commit is contained in:
DIYgod 2023-10-12 20:03:51 +08:00
parent e6994af0e1
commit c5e9b8495e
No known key found for this signature in database
2 changed files with 314 additions and 207 deletions

View File

@ -31,12 +31,12 @@
},
"dependencies": {
"@birdgg/react-github": "0.2.3",
"@codemirror/autocomplete": "^6.9.2",
"@codemirror/autocomplete": "^6.10.1",
"@codemirror/commands": "6.3.0",
"@codemirror/lang-markdown": "6.2.2",
"@codemirror/language": "6.9.1",
"@codemirror/language-data": "6.3.1",
"@codemirror/state": "6.2.1",
"@codemirror/state": "6.3.0",
"@codemirror/theme-one-dark": "6.1.2",
"@codemirror/view": "6.21.3",
"@crossbell/connect-kit": "1.5.14",
@ -55,8 +55,8 @@
"@heroicons/react": "2.0.18",
"@iconify-json/mingcute": "1.1.10",
"@lezer/highlight": "1.1.6",
"@mantine/core": "7.1.2",
"@mantine/dates": "7.1.2",
"@mantine/core": "7.1.3",
"@mantine/dates": "7.1.3",
"@microflash/remark-callout-directives": "1.6.0",
"@monaco-editor/react": "4.6.0",
"@popperjs/core": "2.11.8",
@ -73,7 +73,7 @@
"cheerio": "1.0.0-rc.12",
"chroma-js": "2.4.2",
"clsx": "2.0.0",
"crossbell": "1.8.1",
"crossbell": "1.8.2",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
"emoji-mart": "5.5.2",
@ -90,7 +90,7 @@
"jsdom": "22.1.0",
"jsonfeed-to-rss": "3.0.7",
"katex": "0.16.9",
"langchain": "0.0.164",
"langchain": "0.0.166",
"lottie-react": "2.4.0",
"mdast-util-to-hast": "13.0.2",
"mdast-util-toc": "7.0.0",
@ -119,7 +119,7 @@
"react-sortablejs": "6.1.4",
"react-string-replace": "1.1.1",
"react-tweet": "3.1.1",
"react-virtuoso": "4.6.0",
"react-virtuoso": "4.6.1",
"refractor": "4.8.1",
"rehype-autolink-headings": "6.1.1",
"rehype-infer-description-meta": "1.1.0",
@ -153,7 +153,7 @@
"unist-builder": "4.0.0",
"unist-util-visit": "5.0.0",
"uuid": "9.0.1",
"viem": "1.16.2",
"viem": "1.16.4",
"wagmi": "1.4.3",
"zustand": "4.4.3"
},
@ -166,15 +166,15 @@
"@types/chroma-js": "2.4.1",
"@types/cookie": "0.5.2",
"@types/hast": "3.0.1",
"@types/js-yaml": "4.0.6",
"@types/js-yaml": "4.0.7",
"@types/katex": "0.16.3",
"@types/mdast": "4.0.1",
"@types/mjml": "4.7.2",
"@types/node": "20.8.4",
"@types/pangu": "4.0.0",
"@types/prismjs": "1.26.1",
"@types/react": "18.2.27",
"@types/react-dom": "18.2.12",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react-infinite-scroller": "1.2.3",
"@types/remove-markdown": "0.3.2",
"@types/serialize-javascript": "5.0.2",

File diff suppressed because it is too large Load Diff