Update packages
... | ... | @@ -15,18 +15,18 @@ |
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@types/node": "^9.6.6", | ||
"@types/proj4": "^2.5.0", | ||
"concurrently": "^3.5.1", | ||
"csv": "^3.1.0", | ||
"csv-readable": "git+https://gitlab+deploy-token-4:Htg4YFbNZ28_dqSfrtxp@source.dodis.ch/histhub/csvreadable.git", | ||
"geolinker-common": "git+https://gitlab+deploy-token-1:vnsdCm_t84QGVA2U4kw4@source.dodis.ch/histhub/geolinker-common.git", | ||
"proj4": "^2.5.0", | ||
"request": "^2.88.0", | ||
"source-map-support": "^0.5.6", | ||
"typescript": "^2.8.3" | ||
"request": "^2.88.0" | ||
}, | ||
"devDependencies": { | ||
"tslint": "^5.9.1" | ||
"tslint": "^5.9.1", | ||
"@types/node": "^9.6.6", | ||
"@types/proj4": "^2.5.0", | ||
"source-map-support": "^0.5.6", | ||
"typescript": "^2.8.3", | ||
"concurrently": "^3.5.1" | ||
} | ||
} |
Please register or sign in to comment