From d76493250e1a93d785d4caa6d2316a59861cba0f Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Mon, 16 Sep 2019 13:42:25 +0200 Subject: [PATCH] chore: prepare deps for a transition to TypeScript Preparation for https://github.com/apiaryio/dredd/pull/1497/ --- package.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 71f132e31..53608080a 100644 --- a/package.json +++ b/package.json @@ -63,19 +63,34 @@ "devDependencies": { "@commitlint/cli": "8.1.0", "@commitlint/config-conventional": "8.1.0", + "@types/chai": "4.2.2", + "@types/clone": "0.1.30", + "@types/mocha": "5.2.7", + "@types/proxyquire": "1.3.28", + "@types/ramda": "0.26.21", + "@types/which": "1.3.1", "body-parser": "1.19.0", "coffeescript": "2.4.1", "commitlint-circle": "1.0.0", "cucumber": "5.1.0", "eslint": "5.16.0", "eslint-config-airbnb-base": "13.2.0", + "eslint-config-prettier": "6.2.0", "eslint-plugin-import": "2.18.2", "express": "4.17.1", "mocha": "6.2.0", "nock": "10.0.6", "ps-node": "0.1.6", + "rollup": "1.21.2", + "rollup-plugin-commonjs": "10.1.0", + "rollup-plugin-json": "4.0.0", + "rollup-plugin-node-externals": "2.0.0", + "rollup-plugin-node-resolve": "5.2.0", + "rollup-plugin-typescript2": "0.24.1", "semantic-release": "15.13.24", - "sinon": "7.4.2" + "sinon": "7.4.2", + "ts-node": "8.3.0", + "typescript": "3.6.2" }, "keywords": [ "api",