fix: type error

消除部分库使用的类型警告
This commit is contained in:
YangFong 2024-03-05 15:06:15 +08:00
parent 4597430f34
commit 2c60ffccec
1 changed files with 3 additions and 0 deletions

View File

@ -110,8 +110,11 @@
"yjs": "^13.5.24"
},
"devDependencies": {
"@types/deep-equal": "^1.0.4",
"@types/lodash.pick": "^4.4.9",
"@types/node": "17.0.13",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react-lazy-load-image-component": "^1.6.3",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",