From 4f15dcfeba3ec5d0863f50406b0fc69534801b62 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Mon, 24 Feb 2020 22:11:11 +0000 Subject: [PATCH] build: update make-module script --- scripts/make-module | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/make-module b/scripts/make-module index dfed509a73..412fbde4b1 100755 --- a/scripts/make-module +++ b/scripts/make-module @@ -73,17 +73,17 @@ cat << EOF > "$MODULE"/package.json }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", - "@microsoft/api-extractor": "^7.7.7", - "@types/mocha": "^5.2.7", - "@types/node": "^13.5.0", - "mocha": "^7.0.0", + "@microsoft/api-extractor": "^7.7.8", + "@types/mocha": "^7.0.1", + "@types/node": "^13.7.4", + "mocha": "^7.0.1", "nyc": "^15.0.0", "ts-node": "^8.6.2", - "typedoc": "^0.16.8", - "typescript": "^3.7.5" + "typedoc": "^0.16.10", + "typescript": "^3.8.2" }, "dependencies": { - "@thi.ng/api": "^6.7.0" + "@thi.ng/api": "^6.7.1" }, "keywords": [ "ES6",