chore: Upgrade npm packages and dependencies.

- Upgrade multiple dependencies to their latest versions, including "@codemirror", "@crossbell", "@iconify-json", "@mantine", and many others.
- Improve project performance and stability with these dependency upgrades.
- Ensure compatibility with the latest versions of various development tools, including "typescript", "eslint", and "tailwindcss".
This commit is contained in:
DIYgod 2023-03-30 23:35:54 +01:00
parent 75c44e7ef3
commit 2a3430d7bf
No known key found for this signature in database
2 changed files with 871 additions and 571 deletions

View File

@ -37,24 +37,24 @@
"@crossbell/util-hooks": "0.0.55",
"@emoji-mart/data": "1.1.2",
"@emoji-mart/react": "1.1.1",
"@floating-ui/react": "^0.22.0",
"@floating-ui/react": "^0.22.2",
"@headlessui/react": "1.7.13",
"@heroicons/react": "2.0.16",
"@heroicons/react": "2.0.17",
"@iconify-json/mingcute": "^1.1.5",
"@mantine/core": "^6.0.4",
"@mantine/core": "^6.0.5",
"@monaco-editor/react": "4.4.6",
"@prisma/client": "^4.12.0",
"@tanstack/react-query": "4.28.0",
"@tanstack/react-query-devtools": "4.28.0",
"@tanstack/react-query-persist-client": "4.28.0",
"@uiw/codemirror-extensions-events": "4.19.9",
"@uiw/react-codemirror": "4.19.9",
"@uiw/codemirror-extensions-events": "4.19.11",
"@uiw/react-codemirror": "4.19.11",
"@urql/core": "3.2.2",
"axios": "1.3.4",
"canvas-confetti": "^1.6.0",
"chroma-js": "^2.4.2",
"clsx": "1.2.1",
"crossbell.js": "0.19.4",
"crossbell.js": "0.19.5",
"dayjs": "1.11.7",
"dotenv": "16.0.3",
"emoji-mart": "5.5.2",
@ -62,15 +62,15 @@
"fast-deep-equal": "3.1.3",
"i18next": "^22.4.13",
"idb-keyval": "6.2.0",
"immer": "9.0.19",
"immer": "9.0.21",
"ioredis": "5.3.1",
"js-yaml": "4.1.0",
"jsonfeed-to-rss": "^3.0.6",
"langchain": "^0.0.39",
"langchain": "^0.0.44",
"lottie-react": "^2.4.0",
"mdast-util-to-string": "3.1.1",
"mdast-util-toc": "6.1.1",
"nanoid": "4.0.1",
"nanoid": "4.0.2",
"next": "13.2.4",
"next-i18next": "^13.2.2",
"nextjs-progressbar": "0.0.16",
@ -79,11 +79,11 @@
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.43.7",
"react-hook-form": "7.43.9",
"react-hot-toast": "2.4.0",
"react-i18next": "^12.2.0",
"react-infinite-scroller": "1.2.6",
"react-parallax-tilt": "^1.7.119",
"react-parallax-tilt": "^1.7.120",
"react-scroll": "1.8.9",
"react-sortablejs": "6.1.4",
"refractor": "4.8.1",
@ -105,9 +105,9 @@
"remark-parse": "10.0.1",
"remark-rehype": "10.1.0",
"remark-stringify": "10.0.2",
"sharp": "0.31.3",
"sharp": "0.32.0",
"sortablejs": "1.15.0",
"tailwind-merge": "^1.10.0",
"tailwind-merge": "^1.11.0",
"tailwindcss-animate": "^1.0.5",
"unidata.js": "0.7.17",
"unified": "10.1.2",
@ -115,21 +115,21 @@
"unist-util-visit": "4.1.2",
"use-onclickoutside": "0.4.1",
"uuid": "9.0.0",
"wagmi": "0.12.6"
"wagmi": "0.12.8"
},
"devDependencies": {
"@next/bundle-analyzer": "13.2.4",
"@playwright/test": "1.32.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@playwright/test": "1.32.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/canvas-confetti": "^1.6.0",
"@types/chroma-js": "^2.4.0",
"@types/cookie": "0.5.1",
"@types/hast": "2.3.4",
"@types/js-yaml": "4.0.5",
"@types/mjml": "4.7.0",
"@types/node": "18.15.5",
"@types/node": "18.15.11",
"@types/prismjs": "1.26.0",
"@types/react": "18.0.28",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@types/react-infinite-scroller": "1.2.3",
"@types/react-scroll": "1.8.6",
@ -141,20 +141,20 @@
"autoprefixer": "10.4.14",
"babel-loader": "^9.1.2",
"cross-spawn": "7.0.3",
"esbuild": "0.17.12",
"esbuild": "0.17.14",
"esbuild-register": "3.4.2",
"eslint": "8.36.0",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"next-pwa": "^5.6.0",
"postcss-import": "15.1.0",
"prettier": "2.8.6",
"prettier": "2.8.7",
"prisma": "^4.12.0",
"tailwindcss": "3.2.7",
"typescript": "5.0.2",
"tailwindcss": "3.3.1",
"typescript": "5.0.3",
"unocss": "0.50.6",
"vitest": "0.29.7"
"vitest": "0.29.8"
},
"engines": {
"node": ">=15"

File diff suppressed because it is too large Load Diff