From 86bda87bc90075435735b92e4e17df9ace469016 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 28 Sep 2018 16:27:29 +0200 Subject: [PATCH] openvidu-browser and openvidu-node-client typescript to 3.0.3 --- openvidu-browser/npm-shrinkwrap.json | 14 +++----------- openvidu-browser/package.json | 2 +- openvidu-node-client/package-lock.json | 14 +++----------- openvidu-node-client/package.json | 2 +- 4 files changed, 8 insertions(+), 24 deletions(-) diff --git a/openvidu-browser/npm-shrinkwrap.json b/openvidu-browser/npm-shrinkwrap.json index 55ba3932..71120628 100644 --- a/openvidu-browser/npm-shrinkwrap.json +++ b/openvidu-browser/npm-shrinkwrap.json @@ -4898,14 +4898,6 @@ "shelljs": "^0.8.2", "typedoc-default-themes": "^0.5.0", "typescript": "3.0.x" - }, - "dependencies": { - "typescript": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.3.tgz", - "integrity": "sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==", - "dev": true - } } }, "typedoc-default-themes": { @@ -4915,9 +4907,9 @@ "dev": true }, "typescript": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.1.1.tgz", - "integrity": "sha512-Veu0w4dTc/9wlWNf2jeRInNodKlcdLgemvPsrNpfu5Pq39sgfFjvIIgTsvUHCoLBnMhPoUA+tFxsXjU6VexVRQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.3.tgz", + "integrity": "sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==", "dev": true }, "uglify-js": { diff --git a/openvidu-browser/package.json b/openvidu-browser/package.json index e839e26e..9159404d 100644 --- a/openvidu-browser/package.json +++ b/openvidu-browser/package.json @@ -25,7 +25,7 @@ "tsify": "4.0.0", "tslint": "5.11.0", "typedoc": "0.12.0", - "typescript": "3.1.1", + "typescript": "3.0.3", "uglify-js": "3.4.9" }, "license": "Apache-2.0", diff --git a/openvidu-node-client/package-lock.json b/openvidu-node-client/package-lock.json index 774a0ad5..dac487cf 100644 --- a/openvidu-node-client/package-lock.json +++ b/openvidu-node-client/package-lock.json @@ -3937,14 +3937,6 @@ "shelljs": "^0.8.2", "typedoc-default-themes": "^0.5.0", "typescript": "3.0.x" - }, - "dependencies": { - "typescript": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.3.tgz", - "integrity": "sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==", - "dev": true - } } }, "typedoc-default-themes": { @@ -3954,9 +3946,9 @@ "dev": true }, "typescript": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.1.1.tgz", - "integrity": "sha512-Veu0w4dTc/9wlWNf2jeRInNodKlcdLgemvPsrNpfu5Pq39sgfFjvIIgTsvUHCoLBnMhPoUA+tFxsXjU6VexVRQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.3.tgz", + "integrity": "sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==", "dev": true }, "uglify-js": { diff --git a/openvidu-node-client/package.json b/openvidu-node-client/package.json index e057f172..f1fb53a8 100644 --- a/openvidu-node-client/package.json +++ b/openvidu-node-client/package.json @@ -19,7 +19,7 @@ "ts-node": "7.0.1", "tslint": "5.11.0", "typedoc": "0.12.0", - "typescript": "3.1.1" + "typescript": "3.0.3" }, "license": "Apache-2.0", "main": "lib/index.js",