fix warning

This commit is contained in:
go0p
2026-08-06 15:11:35 +08:00
committed by go0p
parent 3fe37b93bc
commit c8380de521
3 changed files with 366 additions and 327 deletions
+4 -4
View File
@@ -17,13 +17,13 @@
"dependencies": {
"@ant-design/icons": "^6.0.0",
"antd": "^5.24.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^10.0.0",
"@wxt-dev/module-react": "^1.1.3",
"typescript": "^5.8.3",