1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +00:00

Chore: upgrade deps (#483)

Co-authored-by: Avior <git@avior.me>
This commit is contained in:
2024-05-07 02:41:57 +02:00
committed by GitHub
parent c7b3267ca2
commit df154e6b9b
7 changed files with 51 additions and 32 deletions

View File

@ -16,19 +16,15 @@
"@tcgdex/sdk": "^2",
"apicache": "^1",
"express": "^4",
"express-graphql": "^0.12.0",
"graphql": "^15"
"graphql": "^15",
"graphql-http": "^1.22.1",
"ruru": "^2.0.0-beta.11"
},
"devDependencies": {
"@types/apicache": "^1",
"@types/express": "^4",
"@types/glob": "^8",
"@types/node": "^18",
"@types/node-fetch": "^2",
"glob": "^8",
"node-fetch": "^2",
"ts-node": "^10",
"ts-node-dev": "^2",
"typescript": "^4"
"@types/node": "^20",
"glob": "^10",
"typescript": "^5"
}
}