mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-11 11:37:57 +08:00
fix: #1954 lazy render bugs
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"name": "chatgpt-next-web",
|
||||
"version": "1.9.3",
|
||||
"private": false,
|
||||
"license": "Anti 996",
|
||||
"license": "mit",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
@@ -34,11 +33,13 @@
|
||||
"remark-gfm": "^3.0.1",
|
||||
"remark-math": "^5.1.1",
|
||||
"sass": "^1.59.2",
|
||||
"sharp": "^0.32.1",
|
||||
"spark-md5": "^3.0.2",
|
||||
"use-debounce": "^9.0.3",
|
||||
"zustand": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^1.3.1",
|
||||
"@types/node": "^18.14.6",
|
||||
"@types/react": "^18.0.28",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
@@ -52,7 +53,6 @@
|
||||
"husky": "^8.0.0",
|
||||
"lint-staged": "^13.2.0",
|
||||
"prettier": "^2.8.7",
|
||||
"typescript": "4.9.5",
|
||||
"@tauri-apps/cli": "^1.3.1"
|
||||
"typescript": "4.9.5"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user