chore: 移除不必要的依赖项优化管理

- 移除不必要的依赖项以简化项目的包管理。
This commit is contained in:
Liam Chan 2025-02-18 13:39:41 +08:00
parent 9bd3d328c8
commit 74b44be0a3

View File

@ -17,11 +17,8 @@
"typescript": "^5.7.3" "typescript": "^5.7.3"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "^3.13.1",
"axios": "^1.7.9", "axios": "^1.7.9",
"graphql": "^16.10.0", "graphql": "^16.10.0",
"graphql-request": "^7.1.2", "graphql-request": "^7.1.2"
"graphql-tag": "^2.12.6",
"ofetch": "^1.4.1"
} }
} }