mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
Fixed Test
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
f0b3415b12
commit
a44b94c854
@ -12,5 +12,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tcgdex/sdk": "^1.0.4",
|
"@tcgdex/sdk": "^1.0.4",
|
||||||
"typescript": "^3.7.5"
|
"typescript": "^3.7.5"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/node": "^13.9.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,11 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
isomorphic-unfetch "^3.0.0"
|
isomorphic-unfetch "^3.0.0"
|
||||||
|
|
||||||
|
"@types/node@^13.9.1":
|
||||||
|
version "13.9.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.1.tgz#96f606f8cd67fb018847d9b61e93997dabdefc72"
|
||||||
|
integrity sha512-E6M6N0blf/jiZx8Q3nb0vNaswQeEyn0XlupO+xN6DtJ6r6IT4nXrTry7zhIfYvFCl3/8Cu6WIysmUBKiqV0bqQ==
|
||||||
|
|
||||||
isomorphic-unfetch@^3.0.0:
|
isomorphic-unfetch@^3.0.0:
|
||||||
version "3.0.0"
|
version "3.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-3.0.0.tgz#de6d80abde487b17de2c400a7ef9e5ecc2efb362"
|
resolved "https://registry.yarnpkg.com/isomorphic-unfetch/-/isomorphic-unfetch-3.0.0.tgz#de6d80abde487b17de2c400a7ef9e5ecc2efb362"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user