Merge pull request #261 from YangFong/fix/type

fix: type error
This commit is contained in:
fantasticit 2024-03-18 09:26:07 +08:00 committed by GitHub
commit 973e54dbf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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