chore: update dependencies
This commit is contained in:
parent
065562cd53
commit
1d8531c8e5
34
package.json
34
package.json
|
|
@ -31,14 +31,14 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@birdgg/react-github": "0.2.3",
|
||||
"@codemirror/autocomplete": "^6.8.0",
|
||||
"@codemirror/autocomplete": "^6.8.1",
|
||||
"@codemirror/commands": "6.2.4",
|
||||
"@codemirror/lang-markdown": "6.1.1",
|
||||
"@codemirror/lang-markdown": "6.2.0",
|
||||
"@codemirror/language": "6.8.0",
|
||||
"@codemirror/language-data": "6.3.1",
|
||||
"@codemirror/state": "6.2.1",
|
||||
"@codemirror/theme-one-dark": "6.1.2",
|
||||
"@codemirror/view": "6.13.2",
|
||||
"@codemirror/view": "6.14.0",
|
||||
"@crossbell/connect-kit": "1.4.5",
|
||||
"@crossbell/contract": "1.4.5",
|
||||
"@crossbell/indexer": "1.4.5",
|
||||
|
|
@ -55,16 +55,16 @@
|
|||
"@heroicons/react": "2.0.18",
|
||||
"@iconify-json/mingcute": "1.1.7",
|
||||
"@lezer/highlight": "1.1.6",
|
||||
"@mantine/core": "6.0.13",
|
||||
"@mantine/dates": "6.0.13",
|
||||
"@mantine/core": "6.0.14",
|
||||
"@mantine/dates": "6.0.14",
|
||||
"@monaco-editor/react": "4.5.1",
|
||||
"@popperjs/core": "2.11.8",
|
||||
"@prisma/client": "4.16.1",
|
||||
"@supercharge/request-ip": "1.2.0",
|
||||
"@tanstack/react-query": "4.29.14",
|
||||
"@tanstack/react-query-devtools": "4.29.14",
|
||||
"@tanstack/react-query-persist-client": "4.29.14",
|
||||
"@uiw/codemirror-extensions-events": "4.21.3",
|
||||
"@tanstack/react-query": "4.29.15",
|
||||
"@tanstack/react-query-devtools": "4.29.15",
|
||||
"@tanstack/react-query-persist-client": "4.29.15",
|
||||
"@uiw/codemirror-extensions-events": "4.21.4",
|
||||
"@urql/core": "4.0.10",
|
||||
"ahooks": "3.7.7",
|
||||
"aplayer": "^1.10.1",
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
"medium-zoom": "1.0.8",
|
||||
"mermaid": "10.2.3",
|
||||
"nanoid": "4.0.2",
|
||||
"next": "13.4.6",
|
||||
"next": "13.4.7",
|
||||
"node-id3": "0.2.6",
|
||||
"pangu": "4.0.7",
|
||||
"path-to-regexp": "6.2.1",
|
||||
|
|
@ -113,13 +113,13 @@
|
|||
"react-dom": "18.2.0",
|
||||
"react-hook-form": "7.45.0",
|
||||
"react-hot-toast": "2.4.1",
|
||||
"react-i18next": "13.0.0",
|
||||
"react-parallax-tilt": "1.7.148",
|
||||
"react-i18next": "13.0.1",
|
||||
"react-parallax-tilt": "1.7.149",
|
||||
"react-popper": "2.3.0",
|
||||
"react-sortablejs": "6.1.4",
|
||||
"react-string-replace": "1.1.1",
|
||||
"react-tweet": "2.0.2",
|
||||
"react-virtuoso": "4.3.10",
|
||||
"react-virtuoso": "4.3.11",
|
||||
"refractor": "4.8.1",
|
||||
"rehype-autolink-headings": "6.1.1",
|
||||
"rehype-infer-description-meta": "1.1.0",
|
||||
|
|
@ -153,14 +153,14 @@
|
|||
"unist-util-visit": "4.1.2",
|
||||
"use-onclickoutside": "0.4.1",
|
||||
"uuid": "9.0.0",
|
||||
"viem": "1.1.4",
|
||||
"wagmi": "1.2.0",
|
||||
"viem": "1.1.6",
|
||||
"wagmi": "1.2.1",
|
||||
"zustand": "4.3.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ducanh2912/next-pwa": "9.0.1",
|
||||
"@iconify/tailwind": "0.1.3",
|
||||
"@next/bundle-analyzer": "13.4.6",
|
||||
"@next/bundle-analyzer": "13.4.7",
|
||||
"@trivago/prettier-plugin-sort-imports": "4.1.1",
|
||||
"@types/async-lock": "1.4.0",
|
||||
"@types/canvas-confetti": "1.6.0",
|
||||
|
|
@ -188,7 +188,7 @@
|
|||
"esbuild": "0.18.6",
|
||||
"esbuild-register": "3.4.2",
|
||||
"eslint": "8.43.0",
|
||||
"eslint-config-next": "13.4.6",
|
||||
"eslint-config-next": "13.4.7",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
"eslint-plugin-unused-imports": "2.0.0",
|
||||
|
|
|
|||
843
pnpm-lock.yaml
843
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue