-
- Downloads
build: met à jour les dépendances
... | ... | @@ -46,10 +46,12 @@ |
"@types/express": "^4.16.1", | ||
"@types/express-graphql": "^0.6.2", | ||
"@types/express-jwt": "0.0.41", | ||
"@types/graphql": "^14.0.6", | ||
"@types/geojson": "^7946.0.6", | ||
"@types/graphql": "^14.0.7", | ||
"@types/jsonwebtoken": "^8.3.0", | ||
"@types/knex": "^0.15.1", | ||
"@types/knex": "^0.15.2", | ||
"@types/node": "^11.9.3", | ||
"@types/node-fetch": "^2.1.6", | ||
"bcrypt": "^3.0.4", | ||
"chalk": "^2.4.2", | ||
"compression": "^1.7.3", | ||
... | ... | @@ -81,7 +83,7 @@ |
"typescript": "^3.3.3" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.3", | ||
"@types/jest": "^24.0.4", | ||
"@typescript-eslint/parser": "^1.3.0", | ||
"commitizen": "^3.0.5", | ||
"cz-conventional-changelog": "^2.1.0", | ||
... | ... |
Please register or sign in to comment