chore: update dependencies

This commit is contained in:
DIYgod 2023-09-05 07:20:10 +02:00
parent e5a68d7c78
commit 5ef332b9a4
No known key found for this signature in database
2 changed files with 711 additions and 576 deletions

View File

@ -32,13 +32,13 @@
"dependencies": {
"@birdgg/react-github": "0.2.3",
"@codemirror/autocomplete": "^6.9.0",
"@codemirror/commands": "6.2.4",
"@codemirror/commands": "6.2.5",
"@codemirror/lang-markdown": "6.2.0",
"@codemirror/language": "6.9.0",
"@codemirror/language-data": "6.3.1",
"@codemirror/state": "6.2.1",
"@codemirror/theme-one-dark": "6.1.2",
"@codemirror/view": "6.16.0",
"@codemirror/view": "6.17.1",
"@crossbell/connect-kit": "1.5.13",
"@crossbell/contract": "1.5.13",
"@crossbell/indexer": "1.5.13",
@ -50,7 +50,7 @@
"@dqbd/tiktoken": "1.0.7",
"@emoji-mart/data": "1.1.2",
"@emoji-mart/react": "1.1.1",
"@floating-ui/react": "0.25.1",
"@floating-ui/react": "0.25.3",
"@headlessui/react": "1.7.17",
"@heroicons/react": "2.0.18",
"@iconify-json/mingcute": "1.1.9",
@ -63,8 +63,8 @@
"@supercharge/request-ip": "1.2.0",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-query-devtools": "4.33.0",
"@uiw/codemirror-extensions-events": "4.21.9",
"@urql/core": "4.1.1",
"@uiw/codemirror-extensions-events": "4.21.13",
"@urql/core": "4.1.2",
"ahooks": "3.7.8",
"aplayer": "^1.10.1",
"async-lock": "1.4.0",
@ -76,11 +76,11 @@
"dayjs": "1.11.9",
"dotenv": "16.3.1",
"emoji-mart": "5.5.2",
"fast-average-color": "9.3.0",
"fast-average-color": "9.4.0",
"fast-deep-equal": "3.1.3",
"hast-util-from-html": "2.0.1",
"hast-util-to-html": "8.0.4",
"i18next": "23.4.5",
"i18next": "23.4.6",
"i18next-resources-to-backend": "1.1.4",
"immer": "10.0.2",
"ioredis": "5.3.2",
@ -89,12 +89,12 @@
"jsdom": "22.1.0",
"jsonfeed-to-rss": "3.0.7",
"katex": "0.16.8",
"langchain": "0.0.133",
"langchain": "0.0.142",
"lottie-react": "2.4.0",
"mdast-util-to-hast": "12.3.0",
"mdast-util-toc": "7.0.0",
"medium-zoom": "1.0.8",
"mermaid": "10.3.1",
"mermaid": "10.4.0",
"nanoid": "4.0.2",
"next": "13.4.12",
"next-themes": "0.2.1",
@ -102,7 +102,7 @@
"open-graph-scraper": "^6.2.2",
"pangu": "4.0.7",
"path-to-regexp": "6.2.1",
"pinyin-pro": "3.16.3",
"pinyin-pro": "3.16.4",
"plaiceholder": "3.0.0",
"prismjs": "1.29.0",
"qier-progress": "1.0.4",
@ -110,10 +110,10 @@
"rc-dplayer": "0.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.4",
"react-hook-form": "7.46.1",
"react-hot-toast": "2.4.1",
"react-i18next": "13.2.0",
"react-parallax-tilt": "1.7.162",
"react-i18next": "13.2.2",
"react-parallax-tilt": "1.7.164",
"react-popper": "2.3.0",
"react-sortablejs": "6.1.4",
"react-string-replace": "1.1.1",
@ -147,13 +147,13 @@
"swiper": "^10.2.0",
"tailwind-merge": "1.14.0",
"tailwind-scrollbar-hide": "1.1.7",
"tailwindcss-animate": "1.0.6",
"tailwindcss-animate": "1.0.7",
"unified": "10.1.2",
"unist-builder": "4.0.0",
"unist-util-visit": "5.0.0",
"uuid": "9.0.0",
"viem": "1.10.1",
"wagmi": "1.4.0",
"viem": "1.10.3",
"wagmi": "1.4.1",
"zustand": "4.4.1"
},
"devDependencies": {
@ -161,15 +161,15 @@
"@next/bundle-analyzer": "13.4.19",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/async-lock": "1.4.0",
"@types/canvas-confetti": "1.6.0",
"@types/chroma-js": "2.4.0",
"@types/cookie": "0.5.1",
"@types/canvas-confetti": "1.6.1",
"@types/chroma-js": "2.4.1",
"@types/cookie": "0.5.2",
"@types/hast": "3.0.0",
"@types/js-yaml": "4.0.5",
"@types/katex": "0.16.2",
"@types/mdast": "4.0.0",
"@types/mjml": "4.7.1",
"@types/node": "20.5.4",
"@types/node": "20.5.9",
"@types/pangu": "4.0.0",
"@types/prismjs": "1.26.0",
"@types/react": "18.2.21",
@ -177,15 +177,15 @@
"@types/react-infinite-scroller": "1.2.3",
"@types/remove-markdown": "0.3.1",
"@types/serialize-javascript": "5.0.2",
"@types/sortablejs": "1.15.1",
"@types/ua-parser-js": "0.7.36",
"@types/uuid": "9.0.2",
"@types/sortablejs": "1.15.2",
"@types/ua-parser-js": "0.7.37",
"@types/uuid": "9.0.3",
"autoprefixer": "10.4.15",
"babel-loader": "9.1.3",
"cspell": "7.0.1",
"cspell": "7.3.2",
"esbuild": "0.19.2",
"esbuild-register": "3.4.2",
"eslint": "8.47.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-react": "7.33.2",
@ -194,12 +194,12 @@
"lint-staged": "14.0.1",
"postcss-import": "15.1.0",
"postcss-prune-var": "1.1.1",
"prettier": "3.0.2",
"prettier": "3.0.3",
"prettier-package-json": "2.8.0",
"prisma": "5.2.0",
"tailwindcss": "3.3.3",
"tailwindcss-variable-colors": "0.0.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"engines": {
"node": ">=15"

File diff suppressed because it is too large Load Diff