Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Nov 1, 2023
1 parent bacfcf9 commit cfb435f
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 427 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@codemirror/autocomplete": "^6.10.2",
"@codemirror/commands": "6.3.0",
"@codemirror/lang-markdown": "6.2.2",
"@codemirror/language": "6.9.1",
"@codemirror/language": "6.9.2",
"@codemirror/language-data": "6.3.1",
"@codemirror/state": "6.3.1",
"@codemirror/theme-one-dark": "6.1.2",
"@codemirror/view": "6.21.3",
"@codemirror/view": "6.21.4",
"@crossbell/connect-kit": "1.5.14",
"@crossbell/contract": "1.5.13",
"@crossbell/indexer": "1.5.13",
Expand All @@ -55,12 +55,12 @@
"@heroicons/react": "2.0.18",
"@iconify-json/mingcute": "1.1.11",
"@lezer/highlight": "1.1.6",
"@mantine/core": "7.1.5",
"@mantine/dates": "7.1.5",
"@mantine/core": "7.1.7",
"@mantine/dates": "7.1.7",
"@microflash/remark-callout-directives": "1.6.0",
"@monaco-editor/react": "4.6.0",
"@popperjs/core": "2.11.8",
"@prisma/client": "5.4.2",
"@prisma/client": "5.5.2",
"@supercharge/request-ip": "1.2.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand Down Expand Up @@ -90,14 +90,14 @@
"jsdom": "22.1.0",
"jsonfeed-to-rss": "3.0.7",
"katex": "0.16.9",
"langchain": "0.0.170",
"langchain": "0.0.177",
"lottie-react": "2.4.0",
"mdast-util-to-hast": "13.0.2",
"mdast-util-toc": "7.0.0",
"medium-zoom": "1.0.8",
"mermaid": "10.5.1",
"mermaid": "10.6.0",
"nanoid": "5.0.2",
"next": "13.5.6",
"next": "14.0.1",
"next-themes": "0.2.1",
"node-id3": "0.2.6",
"open-graph-scraper": "^6.3.2",
Expand All @@ -114,7 +114,7 @@
"react-hook-form": "7.47.0",
"react-hot-toast": "2.4.1",
"react-i18next": "13.3.1",
"react-parallax-tilt": "1.7.171",
"react-parallax-tilt": "1.7.172",
"react-popper": "2.3.0",
"react-sortablejs": "6.1.4",
"react-string-replace": "1.1.1",
Expand Down Expand Up @@ -145,22 +145,22 @@
"serialize-javascript": "6.0.1",
"sharp": "0.32.6",
"sortablejs": "1.15.0",
"swiper": "^10.3.1",
"tailwind-merge": "1.14.0",
"swiper": "^11.0.3",
"tailwind-merge": "2.0.0",
"tailwind-scrollbar-hide": "1.1.7",
"tailwindcss-animate": "1.0.7",
"unified": "10.1.2",
"unist-builder": "4.0.0",
"unist-util-visit": "5.0.0",
"uuid": "9.0.1",
"viem": "1.16.6",
"viem": "1.18.2",
"wagmi": "1.4.5",
"zustand": "4.4.4"
"zustand": "4.4.5"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@iconify/tailwind": "0.1.3",
"@next/bundle-analyzer": "13.5.6",
"@next/bundle-analyzer": "14.0.1",
"@types/async-lock": "1.4.1",
"@types/canvas-confetti": "1.6.2",
"@types/chroma-js": "2.4.2",
Expand All @@ -170,10 +170,10 @@
"@types/katex": "0.16.5",
"@types/mdast": "4.0.2",
"@types/mjml": "4.7.3",
"@types/node": "20.8.7",
"@types/node": "20.8.10",
"@types/pangu": "4.0.1",
"@types/prismjs": "1.26.2",
"@types/react": "18.2.31",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-infinite-scroller": "1.2.4",
"@types/remove-markdown": "0.3.3",
Expand All @@ -187,7 +187,7 @@
"esbuild": "0.19.5",
"esbuild-register": "3.5.0",
"eslint": "8.52.0",
"eslint-config-next": "13.5.6",
"eslint-config-next": "14.0.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-unused-imports": "3.0.0",
Expand All @@ -200,8 +200,8 @@
"postcss-simple-vars": "^7.0.1",
"prettier": "3.0.3",
"prettier-package-json": "2.8.0",
"prisma": "5.4.2",
"tailwindcss": "3.3.3",
"prisma": "5.5.2",
"tailwindcss": "3.3.5",
"tailwindcss-variable-colors": "0.0.2",
"typescript": "5.2.2"
},
Expand Down
Loading

0 comments on commit cfb435f

Please sign in to comment.