Update dependencies
This diff is collapsed.
{ | ||
"name": "wikidata-normalizer", | ||
"version": "1.0.0", | ||
"description": "Small tool to map beteen wikidata to histhub schema", | ||
"description": "Collection of stream transformers and utils to help working with wikidata", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.js", | ||
"scripts": { | ||
... | ... | @@ -16,30 +16,26 @@ |
"license": "ISC", | ||
"dependencies": { | ||
"@types/chai-as-promised": "^7.1.2", | ||
"@types/node": "^9.6.52", | ||
"@types/node": "^10.14", | ||
"bunyan-format": "^0.2.1", | ||
"chai-as-promised": "^7.1.1", | ||
"concurrently": "^3.6.1", | ||
"concurrently": "^5.0", | ||
"geolinker-common": "git+https://gitlab+deploy-token-1:vnsdCm_t84QGVA2U4kw4@source.dodis.ch/histhub/geolinker-common.git", | ||
"julian-gregorian": "^1.0.0", | ||
"juliandate": "^1.0.0", | ||
"momentjs": "^2.0.0", | ||
"moment": "^2.24", | ||
"ngeohash": "^0.6.3", | ||
"node-cleanup": "^2.1.2", | ||
"node-rdkafka": "^2.7.1", | ||
"ramda": "^0.25.0", | ||
"source-map": "^0.7.3", | ||
"typescript": "^2.9.2", | ||
"typescript": "^3.6", | ||
"wikidata-taxonomy": "^0.6.7" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.3", | ||
"@types/mocha": "^5.2.7", | ||
"chai": "^4.2.0", | ||
"kafka-avro-stub": "git+https://git@github.com/tobinski/kafka-avro-stub.git", | ||
"mocha": "5.2", | ||
"mocha": "^6", | ||
"sinon": "^6.3.5", | ||
"ts-node": "^6.2.0", | ||
"ts-node": "^8.4", | ||
"tslint": "^5.20.0" | ||
} | ||
} |
Please register or sign in to comment