1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

build: Upgrade Deps (#286)

This commit is contained in:
2022-05-02 10:05:48 +02:00
committed by GitHub
parent a65798f000
commit 82395591e1
3 changed files with 473 additions and 414 deletions

833
server/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,16 +19,14 @@
"apicache": "^1.6.3",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphql": "^15.7.0",
"js2xmlparser": "^4.0.1"
"graphql": "^15.7.0"
},
"devDependencies": {
"@types/apicache": "^1.6.0",
"@types/express": "^4.17.13",
"@types/glob": "^7.2.0",
"@types/node": "^16.11.6",
"@types/node-fetch": "^2.5.12",
"fs-extra": "^10.0.0",
"@types/node-fetch": "^2.6.1",
"glob": "^7.2.0",
"node-fetch": "^2.6.6",
"ts-node": "^10.4.0",