openvidu-browser and openvidu-node-client typescript to 3.0.3

pull/127/head
pabloFuente 2018-09-28 16:27:29 +02:00
parent f36759fb97
commit 86bda87bc9
4 changed files with 8 additions and 24 deletions

View File

@ -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": {

View File

@ -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",

View File

@ -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": {

View File

@ -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",