fix: type error

消除使用 `react-lazy-load-image-component` 时出现的类型警告
This commit is contained in:
YangFong 2024-03-04 11:00:49 +08:00
parent 08d643d5d1
commit ae16bc7ae8
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "17.0.13", "@types/node": "17.0.13",
"@types/react": "17.0.38", "@types/react": "17.0.38",
"@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",
"copy-webpack-plugin": "11.0.0", "copy-webpack-plugin": "11.0.0",