chore: update dependencies
This commit is contained in:
parent
9670117286
commit
d8c5e4600a
30
package.json
30
package.json
|
|
@ -58,12 +58,12 @@
|
|||
"@mantine/core": "7.1.2",
|
||||
"@mantine/dates": "7.1.2",
|
||||
"@microflash/remark-callout-directives": "1.6.0",
|
||||
"@monaco-editor/react": "4.5.2",
|
||||
"@monaco-editor/react": "4.6.0",
|
||||
"@popperjs/core": "2.11.8",
|
||||
"@prisma/client": "5.4.1",
|
||||
"@prisma/client": "5.4.2",
|
||||
"@supercharge/request-ip": "1.2.0",
|
||||
"@tanstack/react-query": "4.35.7",
|
||||
"@tanstack/react-query-devtools": "4.35.7",
|
||||
"@tanstack/react-query": "4.36.1",
|
||||
"@tanstack/react-query-devtools": "4.36.1",
|
||||
"@uiw/codemirror-extensions-events": "4.21.19",
|
||||
"@urql/core": "4.1.3",
|
||||
"ahooks": "3.7.8",
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
"jsdom": "22.1.0",
|
||||
"jsonfeed-to-rss": "3.0.7",
|
||||
"katex": "0.16.9",
|
||||
"langchain": "0.0.161",
|
||||
"langchain": "0.0.164",
|
||||
"lottie-react": "2.4.0",
|
||||
"mdast-util-to-hast": "13.0.2",
|
||||
"mdast-util-toc": "7.0.0",
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
"open-graph-scraper": "^6.3.0",
|
||||
"pangu": "4.0.7",
|
||||
"path-to-regexp": "6.2.1",
|
||||
"pinyin-pro": "3.16.7",
|
||||
"pinyin-pro": "3.17.0",
|
||||
"plaiceholder": "3.0.0",
|
||||
"prismjs": "1.29.0",
|
||||
"qier-progress": "1.0.4",
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
"react-hook-form": "7.47.0",
|
||||
"react-hot-toast": "2.4.1",
|
||||
"react-i18next": "13.2.2",
|
||||
"react-parallax-tilt": "1.7.169",
|
||||
"react-parallax-tilt": "1.7.170",
|
||||
"react-popper": "2.3.0",
|
||||
"react-sortablejs": "6.1.4",
|
||||
"react-string-replace": "1.1.1",
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
"unist-builder": "4.0.0",
|
||||
"unist-util-visit": "5.0.0",
|
||||
"uuid": "9.0.1",
|
||||
"viem": "1.15.4",
|
||||
"viem": "1.16.2",
|
||||
"wagmi": "1.4.3",
|
||||
"zustand": "4.4.3"
|
||||
},
|
||||
|
|
@ -170,23 +170,23 @@
|
|||
"@types/katex": "0.16.3",
|
||||
"@types/mdast": "4.0.1",
|
||||
"@types/mjml": "4.7.2",
|
||||
"@types/node": "20.8.2",
|
||||
"@types/node": "20.8.4",
|
||||
"@types/pangu": "4.0.0",
|
||||
"@types/prismjs": "1.26.1",
|
||||
"@types/react": "18.2.25",
|
||||
"@types/react-dom": "18.2.10",
|
||||
"@types/react": "18.2.27",
|
||||
"@types/react-dom": "18.2.12",
|
||||
"@types/react-infinite-scroller": "1.2.3",
|
||||
"@types/remove-markdown": "0.3.2",
|
||||
"@types/serialize-javascript": "5.0.2",
|
||||
"@types/sortablejs": "1.15.3",
|
||||
"@types/ua-parser-js": "0.7.37",
|
||||
"@types/uuid": "9.0.4",
|
||||
"@types/uuid": "9.0.5",
|
||||
"autoprefixer": "10.4.16",
|
||||
"babel-loader": "9.1.3",
|
||||
"cspell": "7.3.7",
|
||||
"esbuild": "0.19.4",
|
||||
"esbuild-register": "3.5.0",
|
||||
"eslint": "8.50.0",
|
||||
"eslint": "8.51.0",
|
||||
"eslint-config-next": "13.5.4",
|
||||
"eslint-plugin-import": "2.28.1",
|
||||
"eslint-plugin-react": "7.33.2",
|
||||
|
|
@ -200,9 +200,9 @@
|
|||
"postcss-simple-vars": "^7.0.1",
|
||||
"prettier": "3.0.3",
|
||||
"prettier-package-json": "2.8.0",
|
||||
"prisma": "5.4.1",
|
||||
"prisma": "5.4.2",
|
||||
"tailwindcss": "3.3.3",
|
||||
"tailwindcss-variable-colors": "0.0.1",
|
||||
"tailwindcss-variable-colors": "0.0.2",
|
||||
"typescript": "5.2.2"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
525
pnpm-lock.yaml
525
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue