Update package.json

This commit is contained in:
2026-03-02 13:01:05 +08:00
parent 76ea5a2e06
commit 54d6b31da6
2 changed files with 221 additions and 220 deletions

View File

@@ -12,18 +12,18 @@
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"antd": "^6.2.3",
"axios": "^1.13.4",
"antd": "^6.3.1",
"axios": "^1.13.6",
"qrcode": "^1.5.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.0"
"react-router-dom": "^7.13.1"
},
"devDependencies": {
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.11",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.3",
"@vitejs/plugin-react": "^5.1.4",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}