From 49279e61c57ea40abe1264fa134ec7e3b918b9cd Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Fri, 2 Dec 2022 15:08:12 +0100 Subject: [PATCH] build: update make-module script --- scripts/make-module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/make-module b/scripts/make-module index 63b8b02520..709bec746e 100755 --- a/scripts/make-module +++ b/scripts/make-module @@ -84,11 +84,11 @@ cat << EOF > "$MODULE"/package.json "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.4.5" + "@thi.ng/api": "^8.5.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.33.5", - "@thi.ng/testament": "^0.3.4", + "@thi.ng/testament": "^0.3.6", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.23.20",