chore: update dependencies

This commit is contained in:
DIYgod 2022-11-04 18:56:53 +00:00
parent b4a2436167
commit 02731f09a9
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
2 changed files with 567 additions and 622 deletions

View File

@ -18,32 +18,28 @@
},
"dependencies": {
"@codemirror/commands": "6.1.2",
"@codemirror/lang-markdown": "6.0.2",
"@codemirror/language": "6.2.1",
"@codemirror/lang-markdown": "6.0.4",
"@codemirror/language": "6.3.0",
"@codemirror/state": "6.1.2",
"@codemirror/view": "6.4.0",
"@crossbell/ipfs-gateway": "0.0.15",
"@crossbell/ipfs-react": "0.0.15",
"@emoji-mart/data": "1.0.6",
"@emoji-mart/react": "1.0.1",
"@floating-ui/react-dom-interactions": "0.10.2",
"@headlessui/react": "1.7.3",
"@heroicons/react": "2.0.12",
"@iconify-json/akar-icons": "1.1.9",
"@iconify-json/tabler": "1.1.41",
"@floating-ui/react-dom-interactions": "0.10.3",
"@headlessui/react": "1.7.4",
"@heroicons/react": "2.0.13",
"@iconify-json/akar-icons": "1.1.10",
"@iconify-json/tabler": "1.1.44",
"@monaco-editor/react": "4.4.6",
"@proselog/jwt": "0.1.1",
"@rainbow-me/rainbowkit": "0.7.3",
"@tanstack/react-query": "4.12.0",
"@tanstack/react-query-devtools": "4.12.0",
"@tanstack/react-query-persist-client": "4.12.0",
"@trpc/client": "9.27.4",
"@trpc/next": "9.27.4",
"@trpc/react": "9.27.4",
"@trpc/server": "9.27.4",
"@rainbow-me/rainbowkit": "0.7.4",
"@tanstack/react-query": "4.14.3",
"@tanstack/react-query-devtools": "4.14.3",
"@tanstack/react-query-persist-client": "4.14.3",
"@uiw/codemirror-extensions-events": "4.12.4",
"@uiw/react-codemirror": "4.12.4",
"@urql/core": "3.0.4",
"@urql/core": "3.0.5",
"@web-std/form-data": "3.0.2",
"async-busboy": "1.1.0",
"axios": "1.1.3",
@ -58,12 +54,12 @@
"fast-deep-equal": "3.1.3",
"form-data": "4.0.0",
"idb-keyval": "6.2.0",
"ioredis": "5.2.3",
"ioredis": "5.2.4",
"js-yaml": "4.1.0",
"mdast-util-to-string": "3.1.0",
"mdast-util-toc": "6.1.0",
"nanoid": "4.0.0",
"next": "13.0.0",
"next": "13.0.2",
"nextjs-progressbar": "0.0.16",
"nodejieba": "2.6.0",
"pica": "9.0.1",
@ -73,7 +69,7 @@
"react": "18.2.0",
"react-avatar-editor": "13.0.0",
"react-dom": "18.2.0",
"react-hook-form": "7.38.0",
"react-hook-form": "7.39.1",
"react-hot-toast": "2.4.0",
"react-infinite-scroller": "1.2.6",
"react-scroll": "1.8.8",
@ -84,7 +80,7 @@
"rehype-raw": "6.1.1",
"rehype-react": "7.1.1",
"rehype-sanitize": "5.0.1",
"rehype-slug": "5.0.1",
"rehype-slug": "5.1.0",
"rehype-stringify": "9.0.3",
"remark-directive": "2.0.1",
"remark-directive-rehype": "0.4.2",
@ -93,7 +89,7 @@
"remark-parse": "10.0.1",
"remark-rehype": "10.1.0",
"remark-stringify": "10.0.2",
"sharp": "0.31.1",
"sharp": "0.31.2",
"sortablejs": "1.15.0",
"ua-parser-js": "1.0.32",
"unidata.js": "0.7.2",
@ -102,19 +98,19 @@
"unist-util-visit": "4.1.1",
"use-onclickoutside": "0.4.1",
"uuid": "9.0.0",
"wagmi": "0.7.5",
"wagmi": "0.7.10",
"web3.storage": "4.4.0",
"zod": "3.19.1",
"zustand": "4.1.2"
"zustand": "4.1.4"
},
"devDependencies": {
"@crossbell/ipfs-gateway-next": "0.0.15",
"@iconify-json/bi": "1.1.8",
"@iconify-json/bi": "1.1.10",
"@iconify-json/bxs": "1.1.4",
"@iconify-json/carbon": "1.1.9",
"@iconify-json/fluent": "1.1.16",
"@iconify-json/mdi": "1.1.34",
"@next/bundle-analyzer": "12.3.1",
"@next/bundle-analyzer": "13.0.2",
"@playwright/test": "1.27.1",
"@types/async-busboy": "1.1.1",
"@types/busboy": "1.5.0",
@ -122,33 +118,33 @@
"@types/hast": "2.3.4",
"@types/js-yaml": "4.0.5",
"@types/mjml": "4.7.0",
"@types/node": "18.11.2",
"@types/node": "18.11.9",
"@types/pica": "9.0.1",
"@types/prismjs": "1.26.0",
"@types/react": "18.0.21",
"@types/react": "18.0.25",
"@types/react-avatar-editor": "13.0.0",
"@types/react-dom": "18.0.6",
"@types/react-dom": "18.0.8",
"@types/react-infinite-scroller": "1.2.3",
"@types/react-scroll": "1.8.4",
"@types/sortablejs": "1.15.0",
"@types/ua-parser-js": "0.7.36",
"@types/uuid": "8.3.4",
"@unocss/cli": "0.45.30",
"@unocss/preset-icons": "0.45.30",
"autoprefixer": "10.4.12",
"@unocss/cli": "0.46.3",
"@unocss/preset-icons": "0.46.3",
"autoprefixer": "10.4.13",
"cross-spawn": "7.0.3",
"esbuild": "0.15.12",
"esbuild": "0.15.13",
"esbuild-register": "3.3.3",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"eslint-config-next": "13.0.2",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"postcss-import": "15.0.0",
"prettier": "2.7.1",
"tailwindcss": "3.2.1",
"typescript": "4.8.4",
"unocss": "0.45.30",
"vitest": "0.24.3"
"unocss": "0.46.3",
"vitest": "0.24.5"
},
"engines": {
"node": ">=14"

File diff suppressed because it is too large Load Diff