chore: update dependencies
This commit is contained in:
parent
da353509eb
commit
1e9ca2e9b6
38
package.json
38
package.json
|
|
@ -21,25 +21,25 @@
|
|||
"@codemirror/lang-markdown": "6.0.5",
|
||||
"@codemirror/language": "6.3.1",
|
||||
"@codemirror/state": "6.1.4",
|
||||
"@codemirror/view": "6.5.1",
|
||||
"@codemirror/view": "6.6.0",
|
||||
"@emoji-mart/data": "1.0.8",
|
||||
"@emoji-mart/react": "1.0.1",
|
||||
"@floating-ui/react-dom-interactions": "0.11.0",
|
||||
"@floating-ui/react-dom-interactions": "0.12.0",
|
||||
"@headlessui/react": "1.7.4",
|
||||
"@heroicons/react": "2.0.13",
|
||||
"@iconify-json/akar-icons": "1.1.10",
|
||||
"@iconify-json/tabler": "1.1.47",
|
||||
"@iconify-json/tabler": "1.1.48",
|
||||
"@monaco-editor/react": "4.4.6",
|
||||
"@rainbow-me/rainbowkit": "0.8.0",
|
||||
"@tanstack/react-query": "4.16.1",
|
||||
"@tanstack/react-query-devtools": "4.16.1",
|
||||
"@tanstack/react-query-persist-client": "4.16.1",
|
||||
"@tanstack/react-query": "4.18.0",
|
||||
"@tanstack/react-query-devtools": "4.18.0",
|
||||
"@tanstack/react-query-persist-client": "4.18.0",
|
||||
"@uiw/codemirror-extensions-events": "4.15.1",
|
||||
"@uiw/react-codemirror": "4.15.1",
|
||||
"@urql/core": "3.0.5",
|
||||
"axios": "1.2.0",
|
||||
"clsx": "1.2.1",
|
||||
"crossbell.js": "0.11.1",
|
||||
"crossbell.js": "0.11.5",
|
||||
"dayjs": "1.11.6",
|
||||
"dotenv": "16.0.3",
|
||||
"emoji-mart": "5.3.3",
|
||||
|
|
@ -52,14 +52,14 @@
|
|||
"mdast-util-to-string": "3.1.0",
|
||||
"mdast-util-toc": "6.1.0",
|
||||
"nanoid": "4.0.0",
|
||||
"next": "13.0.4",
|
||||
"next": "13.0.5",
|
||||
"nextjs-progressbar": "0.0.16",
|
||||
"nodejieba": "2.6.0",
|
||||
"pinyin": "3.0.0-alpha.5",
|
||||
"prismjs": "1.29.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-hook-form": "7.39.5",
|
||||
"react-hook-form": "7.40.0",
|
||||
"react-hot-toast": "2.4.0",
|
||||
"react-infinite-scroller": "1.2.6",
|
||||
"react-scroll": "1.8.8",
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
"unist-util-visit": "4.1.1",
|
||||
"use-onclickoutside": "0.4.1",
|
||||
"uuid": "9.0.0",
|
||||
"wagmi": "0.8.6",
|
||||
"wagmi": "0.8.7",
|
||||
"zustand": "4.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -96,8 +96,8 @@
|
|||
"@iconify-json/carbon": "1.1.11",
|
||||
"@iconify-json/fluent": "1.1.17",
|
||||
"@iconify-json/mdi": "1.1.36",
|
||||
"@next/bundle-analyzer": "13.0.4",
|
||||
"@playwright/test": "1.28.0",
|
||||
"@next/bundle-analyzer": "13.0.5",
|
||||
"@playwright/test": "1.28.1",
|
||||
"@types/cookie": "0.5.1",
|
||||
"@types/hast": "2.3.4",
|
||||
"@types/js-yaml": "4.0.5",
|
||||
|
|
@ -110,22 +110,22 @@
|
|||
"@types/react-scroll": "1.8.5",
|
||||
"@types/sortablejs": "1.15.0",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@unocss/cli": "0.46.5",
|
||||
"@unocss/preset-icons": "0.46.5",
|
||||
"@types/uuid": "9.0.0",
|
||||
"@unocss/cli": "0.47.2",
|
||||
"@unocss/preset-icons": "0.47.2",
|
||||
"autoprefixer": "10.4.13",
|
||||
"cross-spawn": "7.0.3",
|
||||
"esbuild": "0.15.15",
|
||||
"esbuild": "0.15.16",
|
||||
"esbuild-register": "3.4.1",
|
||||
"eslint": "8.28.0",
|
||||
"eslint-config-next": "13.0.4",
|
||||
"eslint-config-next": "13.0.5",
|
||||
"husky": "8.0.2",
|
||||
"lint-staged": "13.0.3",
|
||||
"lint-staged": "13.0.4",
|
||||
"postcss-import": "15.0.0",
|
||||
"prettier": "2.8.0",
|
||||
"tailwindcss": "3.2.4",
|
||||
"typescript": "4.9.3",
|
||||
"unocss": "0.46.5",
|
||||
"unocss": "0.47.2",
|
||||
"vitest": "0.25.3"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
950
pnpm-lock.yaml
950
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue