1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-28 14:59:19 +00:00

Updated Deps

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-05-04 14:00:31 +02:00
parent fca980207c
commit 2a42283d1d
2 changed files with 12 additions and 12 deletions

View File

@ -10,10 +10,10 @@
"compile": "tsc --project tsconfig.json"
},
"dependencies": {
"@tcgdex/sdk": "^1.0.4",
"typescript": "^3.7.5"
"@tcgdex/sdk": "^1.5.0",
"typescript": "^3.7.0"
},
"devDependencies": {
"@types/node": "^13.9.1"
"@types/node": "^13.9.0"
}
}